Created
November 17, 2017 03:24
-
-
Save wswld/ddee952bce1d8ab345c026d332dcb3b3 to your computer and use it in GitHub Desktop.
Create a timelapse from mp4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i input.mp4 -filter:v "setpts=0.5*PTS" -an output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment