If you're trying to make an animation by combining individual frame images, there's the %03d approach and the glob approach, but even the glob approach seems to look for a numerical sequence in the file names. If that sequence is discontinuous it breaks the importing. If there's more than 1 number in the file names only the last one can have the %03d. Having something that will just accept the files in the order they ASCII sort in would be good.
I ran into this before too, this time I've got a bunch of files I split out of animated GIFs with Gifsicle that I want to put into an animation. Not every possible number is present, that seems to cause a problem. My only option is to rename all the files to feed ffmpeg an unbroken sequence. This kind of sequence doesn't work: 2017-02-12_01-30.005.gif 2017-02-12_01-30.006.gif 2017-02-12_01-30.007.gif 2017-02-12_02-00.005.gif 2017-02-12_02-00.006.gif 2017-02-12_02-00.007.gif Alan Corey -- ------------- No, I won't call it "climate change", do you have a "reality problem"? - AB1JX Impeach Impeach Impeach Impeach Impeach Impeach Impeach Impeach _______________________________________________ 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".
