Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fabiofidanza/132fd59f4c713256cdaf21070db577b8 to your computer and use it in GitHub Desktop.
Save fabiofidanza/132fd59f4c713256cdaf21070db577b8 to your computer and use it in GitHub Desktop.
Video to GIF using ffmpeg
ffmpeg -i input.mov -filter_complex "fps=5, scale=-1:180" output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment