This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using the H264 Encoder on the DM365



Platform: DM365 EVK
SDK: DVSDK from TI

When creating a H264 Video Encoder Instance using function "Venc1_create", using defaults for the parameters inputted into the encoder as below,

Venc1_Params_DEFAULT;
Venc1_DynamicParams_DEFAULT;

What is the output format generated by the Encoder on a frame by frame basis. Is the output buffer for each encoded frame in NAL (Network Abstraction Layer) units.

Need to know the default before extending the parameters structures.