GstCodecParsers.AV1ColorConfig

Fields

Name

Type

Access

Description

chroma_sample_position

GstCodecParsers.AV1ChromaSamplePositions

r/w

color_description_present_flag

bool

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

GstCodecParsers.AV1ColorPrimaries

r/w

is an integer that is defined by the “Color primaries” section of ISO/IEC 23091-4/ITU-T H.273.

color_range

bool

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 GstCodecParsers.AV1MatrixCoefficients.IDENTITY, it is a requirement of bitstream conformance that subsampling_x is equal to 0 and subsampling_y is equal to 0. chroma_sample_position specifies the sample position for subsampled streams:

high_bitdepth

bool

r/w

syntax element which, together with seq_profile, determine the bit depth.

matrix_coefficients

GstCodecParsers.AV1MatrixCoefficients

r/w

is an integer that is defined by the “Matrix coefficients” section of ISO/IEC 23091-4/ITU-T H.273.

mono_chrome

bool

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

bool

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

int

r/w

subsampling_y

int

r/w

transfer_characteristics

GstCodecParsers.AV1TransferCharacteristics

r/w

is an integer that is defined by the “Transfer characteristics” section of ISO/IEC 23091-4/ITU-T H.273.

twelve_bit

bool

r/w

is syntax elements which, together with seq_profile and high_bitdepth, determines the bit depth.

Methods

None

Details

class GstCodecParsers.AV1ColorConfig