Last active
September 20, 2019 07:49
-
-
Save dongyuwei/8fa06e04b145a145b7d17ba51d4f8532 to your computer and use it in GitHub Desktop.
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
convert -resize '368x268!' -delay 50 *.png animation.gif | |
gifsicle --colors 256 animation.gif --no-loopcount > animation2.gif | |
gifsicle -O3 --lossy=80 animation2.gif -o animation3.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.lcdf.org/gifsicle/
https://gist.github.com/protrolium/21ab48468470ea8e3a72567fd8938abe
https://unix.stackexchange.com/questions/40638/how-to-do-i-convert-an-animated-gif-to-an-mp4-or-mv4-on-the-command-line