-
-
Save iPublicis/5d9aad99077ac9e7fa640250338e1228 to your computer and use it in GitHub Desktop.
Create gif file with avconf
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
#export frames | |
avconv -i hatari.avi -vf fps=10 frames/ffout%03d.png | |
#assemble frames a gif | |
convert -loop 0 frames/ffout0*.png new.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
via danijeljw