Skip to content

Instantly share code, notes, and snippets.

@wilensky
Created May 16, 2020 20:51
Show Gist options
  • Save wilensky/867d500dd3e51334213c061dcfc0f6ed to your computer and use it in GitHub Desktop.
Save wilensky/867d500dd3e51334213c061dcfc0f6ed to your computer and use it in GitHub Desktop.
Convert video file to GIF with FFMPEG
ffmpeg -i in.mp4 -r 15 -vf scale=512:-1 -ss 00:00:04 -to 00:00:12 out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment