Skip to content

Instantly share code, notes, and snippets.

@alexzzhu
Last active November 27, 2018 18:52
Show Gist options
  • Save alexzzhu/fe16100a002fb0564326b7db932390e8 to your computer and use it in GitHub Desktop.
Save alexzzhu/fe16100a002fb0564326b7db932390e8 to your computer and use it in GitHub Desktop.
Creates a gif from a sequence of images
convert -delay 1x60 -loop 0 *.png video.gif
@alexzzhu
Copy link
Author

Replace 60 with the desired frame rate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment