Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Created October 11, 2013 16:20
Show Gist options
  • Save Starefossen/6937699 to your computer and use it in GitHub Desktop.
Save Starefossen/6937699 to your computer and use it in GitHub Desktop.
MOV to GIF
ffmpeg -ss 00:00:00.000 -i input.mov -pix_fmt rgb24 -r 10 -s 320x240 -t 00:00:10.000 output.gif
convert -layers Optimize output.gif output_optimized.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment