Skip to content

Instantly share code, notes, and snippets.

@madratman
Created July 15, 2019 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madratman/df17a801dfa1bf594481cc883b09ee38 to your computer and use it in GitHub Desktop.
Save madratman/df17a801dfa1bf594481cc883b09ee38 to your computer and use it in GitHub Desktop.
mkdir frames
ffmpeg -i video.mp4  -r 5 'frames/frame-%05d.png'
mogrify -resize 360x640 *.png
convert -delay 10 -loop 0 *.png myimage.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment