Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save humbertodias/c1845b7996fd667632825a11354829d4 to your computer and use it in GitHub Desktop.
Save humbertodias/c1845b7996fd667632825a11354829d4 to your computer and use it in GitHub Desktop.
Movie to Animated Gif
ffmpeg -i movie.mov -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=1 > animated.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment