Last active
November 22, 2016 20:55
-
-
Save jpwain/ebc68f75dff0be0cb85e27f01f78e0e5 to your computer and use it in GitHub Desktop.
GIF from QuickTime screen capture using ffmpeg and gifsicle
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 -i input.mov -s 640x480 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=5 > output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment