forked from quentin/quentin.dufour.io
tignes jour 2
This commit is contained in:
parent
7a7681b925
commit
041f3b027e
11 changed files with 50 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -4,3 +4,4 @@ gem 'jekyll-sitemap'
|
|||
gem 'jekyll'
|
||||
gem 'jekyll-paginate'
|
||||
gem 'rouge'
|
||||
gem 'redcarpet'
|
||||
|
|
|
@ -173,6 +173,7 @@ GEM
|
|||
rb-fsevent (0.9.8)
|
||||
rb-inotify (0.9.7)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.3.4)
|
||||
rouge (1.11.1)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.22)
|
||||
|
@ -196,6 +197,7 @@ DEPENDENCIES
|
|||
jekyll
|
||||
jekyll-paginate
|
||||
jekyll-sitemap
|
||||
redcarpet
|
||||
rouge
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: post
|
|||
slug: tignes
|
||||
status: draft
|
||||
sitemap: false
|
||||
title: Vacances à Tignes
|
||||
title: Tignes - Journal de bord
|
||||
disqus: true
|
||||
description: Tignes
|
||||
categories:
|
||||
|
@ -11,7 +11,7 @@ categories:
|
|||
tags:
|
||||
---
|
||||
|
||||
## Samedi : Arrivée à Tignes
|
||||
## Dimanche : Arrivée à Tignes
|
||||
|
||||
C'est vers 15h que nous arrivons à Tignes La Bressière, la partie basse de Tignes. Nous découvrons un petit village fort jolie.
|
||||
|
||||
|
@ -22,3 +22,24 @@ Après avoir acheté notre forfait et nous être installé à l'hôtel, nous dé
|
|||
[![La montagne](/assets/images/posts/tignes-02.jpg)](https://quentin.dufour.io/blog/2016-12-18/tignes)
|
||||
|
||||
La suite demain...
|
||||
|
||||
## Lundi : Première journée sous le brouillard
|
||||
|
||||
![Vue de la station](/assets/images/posts/tignes-03.jpg)
|
||||
|
||||
Il a neigé cette nuit, et quelques flocons sont tombés en continue toute la journée. Il a fait froid et il y avait du vent. La visibilité dans le bas de la station n'était pas mauvaise mais dès que l'on montait, c'était autre chose...
|
||||
|
||||
<video style="width: 100%" autoplay muted loop poster="/assets/video/tignes-02.png">
|
||||
<source src="/assets/video/tignes-02.webm" type="video/webm" />
|
||||
<source src="/assets/video/tignes-02.mp4" type="video/mp4" />
|
||||
</video>
|
||||
|
||||
Au final, la neige n'était pas trop mauvaise et il n'y avait pas trop de monde. Toute la station n'était pas encore ouverte. Nous en avons cependant profité pour aller jusqu'à *Val Claret* et monter dans le funiculaire de *La Grande Motte* qui nous a emmené jusqu'à plus de 3 000 mètres d'altitude.
|
||||
|
||||
<video style="width: 100%" autoplay muted loop poster="/assets/video/tignes-01.png">
|
||||
<source src="/assets/video/tignes-01.webm" type="video/webm" />
|
||||
<source src="/assets/video/tignes-01.mp4" type="video/mp4" />
|
||||
</video>
|
||||
|
||||
Et pour finir Erwan et moi (derrière le masque et la cagoule) bravant les éléments pour prendre cette photo/vidéo.
|
||||
|
||||
|
|
BIN
assets/images/posts/tignes-03.jpg
Normal file
BIN
assets/images/posts/tignes-03.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/video/tignes-01.mp4
Normal file
BIN
assets/video/tignes-01.mp4
Normal file
Binary file not shown.
BIN
assets/video/tignes-01.png
Normal file
BIN
assets/video/tignes-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 345 KiB |
BIN
assets/video/tignes-01.webm
Normal file
BIN
assets/video/tignes-01.webm
Normal file
Binary file not shown.
BIN
assets/video/tignes-02.mp4
Normal file
BIN
assets/video/tignes-02.mp4
Normal file
Binary file not shown.
BIN
assets/video/tignes-02.png
Normal file
BIN
assets/video/tignes-02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
BIN
assets/video/tignes-02.webm
Normal file
BIN
assets/video/tignes-02.webm
Normal file
Binary file not shown.
24
assets/video/video.sh
Executable file
24
assets/video/video.sh
Executable file
|
@ -0,0 +1,24 @@
|
|||
#!/bin/bash
|
||||
VIDEO="$1"
|
||||
START="$2"
|
||||
DURATION="$3"
|
||||
|
||||
|
||||
|
||||
ffmpeg -ss $START -i $VIDEO -t $DURATION -vf scale=640:-1 -vcodec h264 -an -strict -2 $VIDEO.mp4
|
||||
|
||||
# encodage video vp9
|
||||
ffmpeg -ss $START -i $VIDEO -t $DURATION -vf scale=640:-1 -vcodec libvpx-vp9 -b:v 1M -an $VIDEO.webm
|
||||
|
||||
# commande conseillé par Google
|
||||
#ffmpeg -i <source> -c:v libvpx-vp9 -pass 1 -b:v 1000K -threads 1 -speed 4 \
|
||||
# -tile-columns 0 -frame-parallel 0 -auto-alt-ref 1 -lag-in-frames 25 \
|
||||
# -g 9999 -aq-mode 0 -an -f webm /dev/null
|
||||
|
||||
|
||||
#ffmpeg -i <source> -c:v libvpx-vp9 -pass 2 -b:v 1000K -threads 1 -speed 0 \
|
||||
# -tile-columns 0 -frame-parallel 0 -auto-alt-ref 1 -lag-in-frames 25 \
|
||||
# -g 9999 -aq-mode 0 -c:a libopus -b:a 64k -f webm out.webm
|
||||
|
||||
# créer une image à un temps t
|
||||
ffmpeg -i $VIDEO -ss $START -vf scale=640:-1 -vframes 1 $VIDEO.png
|
Loading…
Reference in a new issue