On Tue, Dec 05, 2017 at 20:21:48 +0100, Michael Koch wrote:

> Is this possible?

Yes.

Oh, you want more info? ;-)

> 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?

Have a look at the image2 demuxer and its "-loop" option. "-loop 1"
should also work for the concat demuxer, which takes a list of input
files (instead of following a pattern).

Moritz
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to