Created
February 11, 2019 23:35
-
-
Save hackingbutlegal/53cf8a21829947c5e131fd995736907f to your computer and use it in GitHub Desktop.
Convert OS X screencap from mov to gif
This file contains 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 in.mov -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > out.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment