Hi,
My customer wants to support AVCC format in h264enc as below.
avcc format:
| ([length of sps] NALU) | ([length of pps] NALU) | ([length of frame] NALU) |
I think IVAHD h264enc can support annexb format as below.
([start code] NALU) | ( [start code] NALU) |
I found in h264enc user guide, that we can set IH264ENC_SliceCodingParams.streamFormat= IH264_NALU_STREAM to let Bit-stream not contain the start code identifier. But how to add the length of sps/pps/frame?
Would you pls kindly advise if IVAHD h264enc supports AVCC format? If yes, how?