Skip to content

Instantly share code, notes, and snippets.

@nonoesp
Created May 18, 2017 19:32
Show Gist options
  • Save nonoesp/26cda044959e4be52a8c2aee2050f45e to your computer and use it in GitHub Desktop.
Save nonoesp/26cda044959e4be52a8c2aee2050f45e to your computer and use it in GitHub Desktop.
Create a GIF with ImageMagick
convert -delay 30 00.png 01.png 02.png 03.png 04.png n.png animation.gif
@garciadelcastillo
Copy link

ffmpeg -i foo.gif -pix_fmt yuv420p foo.mp4

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