Skip to content

Instantly share code, notes, and snippets.

@jrhea
Created February 19, 2018 07:23
Show Gist options
  • Save jrhea/564dbdd26b1cca2b5d8d7bd5c4269d35 to your computer and use it in GitHub Desktop.
Save jrhea/564dbdd26b1cca2b5d8d7bd5c4269d35 to your computer and use it in GitHub Desktop.
ffmpeg -i in.mov -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment