Skip to content

Instantly share code, notes, and snippets.

@lilithebowman
Last active May 17, 2018 23:10
Show Gist options
  • Save lilithebowman/ec490d2de69d611bce098678e7e3ee29 to your computer and use it in GitHub Desktop.
Save lilithebowman/ec490d2de69d611bce098678e7e3ee29 to your computer and use it in GitHub Desktop.
Speed up video using ffmpeg
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