5773 shaares
skip the "pile of images" by piping the output of ffmpeg/avconv directly to gifsicle with this syntax:
ffmpeg -i input.avi -vf scale=320:-1 -r 1 -f image2pipe -vcodec gif - | gifsicle --delay=5 --multifile --loop - > output.gif
skip the "pile of images" by piping the output of ffmpeg/avconv directly to gifsicle with this syntax:
ffmpeg -i input.avi -vf scale=320:-1 -r 1 -f image2pipe -vcodec gif - | gifsicle --delay=5 --multifile --loop - > output.gif