Skip to content

Instantly share code, notes, and snippets.

@KidkArolis
Created April 27, 2013 10:59
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 KidkArolis/5472693 to your computer and use it in GitHub Desktop.
Save KidkArolis/5472693 to your computer and use it in GitHub Desktop.
Convert quicktime screen recording to gif using ffmpeg
ffmpeg -ss 00:00:00.000 -i recording.mov -pix_fmt rgb24 -r 10 -t 00:00:10.000 recording.gif
convert -layers Optimize recording.gif recording.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment