Hi, i'm using Texas encoder on DaVinci dm6467 (dvsdk 1.4, encoder v1.00) to generate H.264 data (with SPS and PPS). However the brazilian standard ABNT NBR 15608-2 which i must do my h264 data comply with specifies a lot of changes in SPS, PPS and Slice Header. As the enconder does not offer enough parameter customization to my needs i made news SPS PPS and slice headers to attach with slice data generated by encoder. What i need to now is if the changes i need do are incompatible with the data generated by h264 encoder.
Here are a list of fields and values i modified:
SPS:
log2_max_frame_num_minus4 = 0
pic_order_cnt_type = 2 (Here i believe that could be a problem)
direct8x8_inference_flag = 1 (Here i believe that could be a problem)
vui_parameters_flag = 1 (Then i included all vui parameters)
PPS:
pic_order_present_flag = 1 (Here i believe that could be a problem)
Slice Header:
The modifications of SPS and PPS above, exclude the fields pic_order_cnt_lsb and delta_pic_order_cnt_bottom in slices headers.
So, do someone know if i can make this changes at this haders?
Tanks in advance,
Rafael Madeira