Some strange things happened when I tried to unlimited loop filter this, not entirely sure why. Using the # of loops to control duration seems to work, though I’m not sure if it’s masking a problem that might resurface if the loop count got too high (i.e. duration got too long)
ffmpeg -i pipe:3 -filter:v loop=loop=25*3:size=1 -c:v mpeg4 -r 25 video.mp4 3<input.jpg _______________________________________________ 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".
