Skip to content

Instantly share code, notes, and snippets.

@vertgo
Created March 5, 2019 17:45
Show Gist options
  • Save vertgo/413c4d44eb5434df716206120fa78247 to your computer and use it in GitHub Desktop.
Save vertgo/413c4d44eb5434df716206120fa78247 to your computer and use it in GitHub Desktop.
how to make a video into a gif that ping pongs back and forth using ffmpeg
ffmpeg -i .\video.mp4 -filter_complex "[0]reverse[r];[0][r]concat" gif_export.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment