Created
April 27, 2013 10:59
-
-
Save KidkArolis/5472693 to your computer and use it in GitHub Desktop.
Convert quicktime screen recording to gif using ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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