FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
579 stars 105 forks source link

Add image series support #250

Closed myrsloik closed 7 years ago

myrsloik commented 8 years ago

Opening multiple files by using file%03d.png should be fairly easy to add support for. Just change a huge pile of checks that think there's only one input file.

wrosecrans commented 7 years ago

I saw this issue got closed. Did this get closed as "won't fix" or "completed" ? I don't see anything announcing the new feature, so I am guessing it's been decided against?

myrsloik commented 7 years ago

Won't fix-ish. It doesn't belong in ffms2 since it doesn't need indexing. But I have plans to make something ffmpeg based that can read images... some day.