GstCodecParsers.MpegVideoSequenceHdr

Fields

Name

Type

Access

Description

aspect_ratio_info

int

r/w

bitrate

int

r/w

the real bitrate of the Mpeg video stream in bits per second, 0 if VBR stream

bitrate_value

int

r/w

Value of the bitrate as is in the stream (400bps unit)

constrained_parameters_flag

int

r/w

True if this stream uses constrained parameters.

fps_d

int

r/w

Calculated Framerate denominator

fps_n

int

r/w

Calculated Framrate nominator

frame_rate_code

int

r/w

height

int

r/w

Height of each frame

intra_quantizer_matrix

bytes

r/w

intra-quantization table, in zigzag scan order

load_intra_quantiser_matrix

int

r/w

True indicates the presence of intra_quantiser_matrix

load_non_intra_quantiser_matrix

int

r/w

True indicates the presence of non_intra_quantiser_matrix

non_intra_quantizer_matrix

bytes

r/w

non-intra quantization table, in zigzag scan order

par_h

int

r/w

Calculated Pixel Aspect Ratio height

par_w

int

r/w

Calculated Pixel Aspect Ratio width

vbv_buffer_size_value

int

r/w

width

int

r/w

Width of each frame

Methods

None

Details

class GstCodecParsers.MpegVideoSequenceHdr

The Mpeg2 Video Sequence Header structure.