GstCodecParsers.MpegVideoSequenceHdr¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
aspect_ratio_info |
r/w |
||
bitrate |
r/w |
the real bitrate of the Mpeg video stream in bits per second, 0 if VBR stream |
|
bitrate_value |
r/w |
Value of the bitrate as is in the stream (400bps unit) |
|
constrained_parameters_flag |
r/w |
|
|
fps_d |
r/w |
Calculated Framerate denominator |
|
fps_n |
r/w |
Calculated Framrate nominator |
|
frame_rate_code |
r/w |
||
height |
r/w |
Height of each frame |
|
intra_quantizer_matrix |
r/w |
intra-quantization table, in zigzag scan order |
|
load_intra_quantiser_matrix |
r/w |
|
|
load_non_intra_quantiser_matrix |
r/w |
|
|
non_intra_quantizer_matrix |
r/w |
non-intra quantization table, in zigzag scan order |
|
par_h |
r/w |
Calculated Pixel Aspect Ratio height |
|
par_w |
r/w |
Calculated Pixel Aspect Ratio width |
|
vbv_buffer_size_value |
r/w |
||
width |
r/w |
Width of each frame |
Methods¶
None
Details¶
- class GstCodecParsers.MpegVideoSequenceHdr¶
The Mpeg2 Video Sequence Header structure.