Images
Images to GIF
convert -delay 20 -loop 0 *.png out.gif
delay in centiseconds (yes, not ms : 100 = 1 second) loop 0 = infinite loop
can output to apng (which works with ffmpeg) or... mp4 directly.
convert -delay 20 -loop 0 *.png out.gif
delay in centiseconds (yes, not ms : 100 = 1 second) loop 0 = infinite loop
can output to apng (which works with ffmpeg) or... mp4 directly.