Last active
November 27, 2018 18:52
-
-
Save alexzzhu/fe16100a002fb0564326b7db932390e8 to your computer and use it in GitHub Desktop.
Creates a gif from a sequence of images
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
convert -delay 1x60 -loop 0 *.png video.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace 60 with the desired frame rate.