Created
January 28, 2020 19:27
-
-
Save biyootiful/18868f133087f0721ed6bac6c0dcb139 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
Using FFmpeg gifsicle | |
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