如题
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.
所有和算法参数相关的配置都可以在h264_encoder_dm365_userguide.pdf文档里找到。在Error Description章节里面与下面的描述:
也就是说:
baseline配置:profileIdc=66,inputContentType =0, transform8x8FlagIntraFrame=0, transform8x8FlagInterFrame=0, seqScalingFlag=0, entropyMode=0
main profile配置:profileIdc=77, inputContentType =0 or 1, transform8x8FlagIntraFrame=0, transform8x8FlagInterFrame=0, seqScalingFlag=0, entropyMode=0 or 1
high profile配置:profileIdc=100,其他参数没有如上限制。
如果你需要配置h264码流支持的level,请配置参数levelIdc。
谢谢Chris。
我看代码保存于SD卡的主码流可以按照您所述更改,但我想设置网络发送的子码流的profile,似乎有点不一样,请问您知道在哪里修改吗?
多谢了。
你好,
无论是主码流还是副码流使用的都是同一个算法库,配置的方法也是一样的。