AOMediaCodec / av1-isobmff

Official specification of the AOM group for the carriage of AV1 in ISOBMFF
https://AOMediaCodec.github.io/av1-isobmff
64 stars 16 forks source link

Align definition of config record with AV1 MPEG2-TS #123

Open cconcolato opened 3 years ago

cconcolato commented 3 years ago

The current draft of the MPEG-2 TS binding spec for AV1 reuses the config record, but uses 2 of the reserved bits for HDR signaling. The ISOBMFF spec should be updated to make sure these 2 reserved bits will not be reused, and maybe to indicate that they are ignored in ISOBMFF context.

cconcolato commented 1 year ago

We should make sure that the behavior of encoder/decoder is clear with respect to the reserved=0 part.

cconcolato commented 1 year ago

Given that the bits in MPEG-2 are signaling HDR which can be signaled elsewhere in ISOBMFF, we probably should force the bits to be 0.

cconcolato commented 1 year ago

Maybe the value 0 in MPEG-2 TS should mean no indication is made, so that after editing in the MP4 space, it remains valid to put it back into TS.