Skip to content

Instantly share code, notes, and snippets.

@stuyam
Created January 22, 2016 06:12
Show Gist options
  • Save stuyam/90928a0a51446ed3c419 to your computer and use it in GitHub Desktop.
Save stuyam/90928a0a51446ed3c419 to your computer and use it in GitHub Desktop.
ffmpeg -i file-in.mov -s 700x500 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=6 > file-out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment