Hi all,
Environment:
hardware: dm6467T
dvsdk: dvsdk_3_10_00_19
h264 1080p encoder: h264fhdvenc Version 01.10.02
aac: aacheenc Version 1.20
I want to mux h264 and aac into mov format, and mov (especially quicktime, VLC is ok if not use global header) requires global header, but TI's codec doesn't use that by default, I want to know if TI's codec support it.
I've read TI's codec user guide, I didn't see interface to set and also retrieve the global header, and also doesn't see the interface to set IDR frame rate.
(dvsdk_3_10_00_19\cs2dm6467_1_00_00_10\packages\ti\sdo\codecs\h264fhdvenc\docs\h264_encoder_dm6467_userguide.pdf.)
(dvsdk_2_00_00_22\dm6467_dvsdk_combos_2_05\packages\ti\sdo\codecs\aacheenc\docs\AAC_HE_Encoder_C64XPLUS_UserGuide.pdf.)
TI’s H264 1080p encoder h264fhdvenc seems not support global header, it can not provide us with the global header, and I’m not sure if we try to
create the global header by ourselves, the rest is ok or not.
For AAC encoder, TI’s encoder can configure it to use raw output, but I don’t see the interface to provide us with global header, if none exist do we need to create the
global header by ourselves? (I guess raw output mode is for working with global header, but not sure.)
I'm not an H264 expert, global header may mean something like decoder specific info, or some other name.
BTW, TI's h264 codec can support 1920x1088, but not 1920x1080, right?
Thanks,
Colin