Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Created May 12, 2022 07:59
Show Gist options
  • Save YHaruoka/823cd8e67a08846e0d970e6a1b186059 to your computer and use it in GitHub Desktop.
Save YHaruoka/823cd8e67a08846e0d970e6a1b186059 to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -vf setpts=PTS/2 -af atempo=2 output_fast.mp4
ffmpeg -i input.mp4 -vf setpts=PTS*2 -af atempo=0.5 output_slow.mp4
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment