Created
August 5, 2017 09:30
-
-
Save juwencheng/366557461853c61957390326fc3da7cb to your computer and use it in GitHub Desktop.
convert mov to gif , thanks to https://gist.github.com/dergachev/4627207
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
# thanks to https://gist.github.com/dergachev/4627207 | |
ffmpeg -i Wave.mov -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