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.

DM368 IPNC如何降低采集、编码帧率



专家:
        我们使用appro 2.6的sdk。希望通过降低帧率,来降低码率。

        修改了编码参数,编码帧率降低了,但是码率却提高了许多。

        参见www.deyisupport.com/.../60371.aspx

        我增加了maxdelay,但是效果不明显。


        代码中,采集帧率的大小应该是不是由videoCaptureThr.c中的VIDEO_captureTskRunIsifIn函数决定?
                        编码帧率的大小应该是不是由videoEncodeThr.c中的ALG_vidEncRun函数决定?

         如何修改,才能降低采集、编码的帧率?

         谢谢大家!