Skip to content

Instantly share code, notes, and snippets.

@ttezel
Created February 22, 2017 09:00
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 ttezel/3c992f8e7fecf30f2fdb2829d8316e5a to your computer and use it in GitHub Desktop.
Save ttezel/3c992f8e7fecf30f2fdb2829d8316e5a to your computer and use it in GitHub Desktop.
mov to gif
ffmpeg -i in.mov -s 600x400 -pix_fmt rgb24 -r 10 -f gif - > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment