Sample Header Ad - 728x90

Convert Multiple Videos to Multiple GIFs

1 vote
1 answer
1467 views
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