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.

encode subframe

Hi,

we use RDK4.0, DM8168.

I found a little material about the encode subframe, just H264_Encoder_HDVICP2_UserGuide.pdf.

where is the code about encode subframe?

  • I found some setting in enclink_h264_set_static_params and enclink_h264_set_dynamic_params.

    Shoule I set the subframe as the setting which mentioned in encode subframe, just H264_Encoder_HDVICP2_UserGuide.pdf?

  • Subframe encoding is not supported in DVR RDK. You can configure the encoder to do slice encoding which means a single encoded frame will have multiple slices. This changes is fairly simple.But getting slice output from the encoder requires several changes in encLink level which are not present so you cannot get sub frame encoding functional in DVR RDK.

  • Hi, Badri.

    I’m sorry I'm not very clear about you said.

    I can configure the encoder to do slice accroding to set the  staticParams->videnc2Params.inputDataMode to IVIDEO_SCLICE, is it right?

    "getting slice output from the encoder requires several changes in encLink level which are not present", it means I can not set the  staticParams->videnc2Params.outputDataMode to IVIDEO_SCLICE, is it right?