Last active
May 17, 2018 23:10
-
-
Save lilithebowman/ec490d2de69d611bce098678e7e3ee29 to your computer and use it in GitHub Desktop.
Speed up video using ffmpeg
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 %1 -filter_complex "[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]" -map "[v]" -map "[a]" %1_fast.mp4 | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment