Skip to content

Instantly share code, notes, and snippets.

@mrdoob
Created February 27, 2011 01:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mrdoob/845802 to your computer and use it in GitHub Desktop.
Save mrdoob/845802 to your computer and use it in GitHub Desktop.
video to looped animated gif
ffmpeg -i out.ogv -s 160x128 -pix_fmt rgb24 -ss 62.6 -t 3 -r 5 -loop 0 -f gif out.gif
convert -loop 0 -layers Optimize out.gif outopt.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment