Created
February 27, 2019 21:38
-
-
Save clintval/92a4db777103dd4482a6c74598b7528a to your computer and use it in GitHub Desktop.
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 in.mov -pix_fmt rgb8 -r 10 output.gif && gifsicle -O3 output.gif -o output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment