On 5 December 2017 at 19:21, Michael Koch <astroelectro...@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to