Created
September 26, 2015 15:05
-
-
Save kgmyshin/6a7742fe1e04e25c4d21 to your computer and use it in GitHub Desktop.
mov2gif.sh
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
mkdir ________work | |
ffmpeg -i $0 -an -r 15 ________work/%04d.png | |
convert work/*.png __mov.gif | |
rm -r ________work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment