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.

DM385 如何进行slice操作

ipnc rdk版本 3.9.1

根据手册在encLink_h264.c 文件的enclink_h264_set_dynamic_params函数下添加了如下语句:

dynamicParams->sliceCodingParams.sliceCodingPreset = IH264_SLICECODING_USERDEFINED;
dynamicParams->sliceCodingParams.sliceMode = IH264_SLICEMODE_MBUNIT;
dynamicParams->sliceCodingParams.streamFormat = IH264_BYTE_STREAM;
dynamicParams->sliceCodingParams.sliceUnitSize = 2400;

除此之外还要做其他什么设置吗?