$ ffmpeg -i input.mp4 -r 30 -f image2 frame-%5d.jpg $ gm convert -delay 20 -loop 0 frame-*.jpg output.gif