Hello,
could you kindly help me to configure the encoder to output data stream in multpile slices.
Platform:
DM365
DVSDK 2.10.1.18
H264 Platinum encode 2.0.0.10
Resolution: QVGA
I configured H264 encoder to output 15 MBs per slice:
.entropyMode=0 //CAVLC
.sliceMode=2 //MBs per slice
.outputDataMode=1 //byte stream format
.sliceSize=15 //one row for QVGA
Here is the dump of both static and dynamic configuration structs:
1261.enc_params.txt
however, the first (IDR) frame (for example) consists of 2 Non VLC slices, and one large VLC slice.
I expected (please correct me if I am wrong), to get a sequence of NAL units delimited by 0x0000001 headers, where each NALU contains 1 MB row.
Unfortunately, I failed to find any information regarding how to configure the slicing feature (encoder user guide, TI's wike etc).
Thank you in advance.