ffmpeg

2020-09-04 06:26

convert .mp4 to gif

$ ffmpeg -i TGIF.mp4 -r 5 'frame-%03d.jpg'
    $ convert -delay 20 -loop 0 *.jpg myimage.gif