Hi Champs,
Codec: REL.500.V.H264AVC.E.IVAHD.02.00.04.01
According to the userguide and source code, The supported VUI coding params as below.
typedef struct IH264ENC_VUICodingParams {
XDAS_Int8 vuiCodingPreset ;
XDAS_UInt8 aspectRatioInfoPresentFlag ;
XDAS_UInt8 aspectRatioIdc ;
XDAS_UInt8 videoSignalTypePresentFlag ;
XDAS_UInt8 videoFormat ;
XDAS_UInt8 videoFullRangeFlag ;
XDAS_UInt8 timingInfoPresentFlag ;
XDAS_UInt8 hrdParamsPresentFlag ;
XDAS_UInt32 numUnitsInTicks ;
} IH264ENC_VUICodingParams ;
The question is that is it possible cusotmer can add the VUI parameters as H.264 SPEC below? Otherwise, what is the setting of these parameters in the encoder.
bitstream_restriction_flag = 1
if( bitstream_restriction_flag ) {
motion_vectors_over_pic_boundaries_flag
max_bytes_per_pic_denom
max_bits_per_mb_denom
log2_max_mv_length_horizontal
log2_max_mv_length_vertical
max_num_reorder_frames
max_dec_frame_buffering
}
Regards,
Anfernee