Skip to content

Commit

Permalink
Ajout d' une astuce pour rendre les videos plus lentes ou plus rapide…
Browse files Browse the repository at this point in the history
…s...
  • Loading branch information
GabrielGodefroy committed Dec 20, 2020
1 parent c7d26f8 commit 4abb5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tech-timelapse.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ <h2> La conversion (ffmpeg) </h2>
-c:v libx264 \
-profile:v baseline -level 3.0 -pix_fmt yuv420p \
-s hd1080 \
-filter:v "setpts=1*PTS" <!-- to speed or slow down things --> \
output-whatsapp.mp4 <!-- TODO, vérifier les dimensions -->
</p>

Expand Down

0 comments on commit 4abb5a2

Please sign in to comment.