What command will convert multiple video files to multiple GIFs?
I use the following command to convert 1 video to GIF:
ffmpeg -i input.flv -vf scale=320:-1 output.gif
I assume I'll need a bash script or some command with loop.
[This thread](https://superuser.com/questions/818017/convert-mutiple-gifs) is vaguely related to my question.
Asked by whitewings
(2527 rep)
Dec 16, 2014, 02:07 PM
Last activity: Dec 16, 2014, 03:35 PM
Last activity: Dec 16, 2014, 03:35 PM