MediaArea/MediaInfo

Mapping Color Config Semantics

Closed this issue · 2 comments

I wanted to create a simple script that maps the colorspace and pixel format values from MediaInfo to several video encoders that use slightly different syntax. Please see the subsection 6.4.2, 6.7.3, and 6.7.4 of the AV1 Bitstream & Decoding Process Specification. Is there any documentation clarifying this? FFmpeg for example provides a list of values for supported pixel formats, color_primaries, color_trc, colorspace, and color_range: https://ffmpeg.org/ffmpeg-codecs.html#Codec-Options

Thank you! This was exactly what I was looking for!