你好
我们使用tda4 vm板子,使用的是7.3版本的SDK, 默认的encode代码中设置的码率都是30帧,现在想要降低码率,该怎么设置?
encodeObj->encode_params.framerate = 25;
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.
你好
我们使用tda4 vm板子,使用的是7.3版本的SDK, 默认的encode代码中设置的码率都是30帧,现在想要降低码率,该怎么设置?
encodeObj->encode_params.framerate = 25;
您好,您试下降低编码器节点的输入帧速率,然后就也会降低输出帧速率。