FFMS / ffms2

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

`Colorspace` field in `FFMS_Frame` #436

Closed Luni-4 closed 5 months ago

Luni-4 commented 6 months ago

Reading the ffms2 documentation I've found a reference to the FFMS_ColorSpaces structure, but I cannot find that anywhere in the code. How should the ColorSpace field of the FFMS_Frame structure be treated? As the output of the FFMS_GetPixFmt function?

myrsloik commented 5 months ago

Yes, use FFMS_GetPixFmt with the FFmpeg name of the format.