[FFmpeg-user] loop over a sequence of images again and again

Rob Hallam ffmpeg at roberthallam.com
Tue Dec 5 21:35:32 EET 2017


On 5 December 2017 at 19:21, Michael Koch <astroelectronic at t-online.de>
wrote:

> Let's assume I have a sequence of 100 images. Is it possible to let ffmpeg
> loop over this input sequence again and again?
> I mean the input should be 0, 1, 2, ... , 99, 0, 1, 2, ... , 99, 0, 1, 2
> and so on. Is this possible?
>

ffmpeg accepts input on stdin (https://ffmpeg.org/ffmpeg-protocols.html#pipe),
perhaps you could use a bash/batch/powershell wrapper to pipe the images in
a loop?

Cheers,
Rob


More information about the ffmpeg-user mailing list