FFMS / ffms2

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

Add ReadMPLS function #297

Closed HolyWu closed 7 years ago

HolyWu commented 7 years ago

Can't think of a better function name so it's subject to change.

4re commented 7 years ago

As far as I understand libbluray/bdnav/mpls_parse.h is not installed by the library itself, so the usage of this file as part of another library is wrong here.

myrsloik commented 7 years ago

So basically it uses a library to get a list of filenames and then opens them all and splices them together?

It'd be nice if it could autodetect the file type from the Source/FFMS2 functions instead of adding a new one since mpls files. And also what 4re said if that's relevant. It'd also be nice if the functionality that requires an extra library is stuffed under an ifdef to make lazy debug compiles easier.