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? Thanks, Michael