GstCodecParsers.AV1ColorConfig¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
chroma_sample_position |
r/w |
||
color_description_present_flag |
r/w |
equal to 1 specifies that color_primaries, transfer_characteristics, and matrix_coefficients are present. color_description_present_flag equal to 0 specifies that color_primaries, transfer_characteristics and matrix_coefficients are not present. |
|
color_primaries |
r/w |
is an integer that is defined by the “Color primaries” section of ISO/IEC 23091-4/ITU-T H.273. |
|
color_range |
r/w |
is a binary value that is associated with the VideoFullRangeFlag variable specified in ISO/IEC 23091-4/ITU-T H.273. color range equal to 0 shall be referred to as the studio swing representation and color range equal to 1 shall be referred to as the full swing representation for all intents relating to this specification. subsampling_x, subsampling_y: specify the chroma subsampling format. If matrix_coefficients is equal to |
|
high_bitdepth |
r/w |
syntax element which, together with seq_profile, determine the bit depth. |
|
matrix_coefficients |
r/w |
is an integer that is defined by the “Matrix coefficients” section of ISO/IEC 23091-4/ITU-T H.273. |
|
mono_chrome |
r/w |
equal to 1 indicates that the video does not contain U and V color planes. mono_chrome equal to 0 indicates that the video contains Y, U, and V color planes. |
|
separate_uv_delta_q |
r/w |
equal to 1 indicates that the U and V planes may have separate delta quantizer values. separate_uv_delta_q equal to 0 indicates that the U and V planes will share the same delta quantizer value. |
|
subsampling_x |
r/w |
||
subsampling_y |
r/w |
||
transfer_characteristics |
r/w |
is an integer that is defined by the “Transfer characteristics” section of ISO/IEC 23091-4/ITU-T H.273. |
|
twelve_bit |
r/w |
is syntax elements which, together with seq_profile and high_bitdepth, determines the bit depth. |
Methods¶
None
Details¶
- class GstCodecParsers.AV1ColorConfig¶