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.

DM8168 隔行扫描的视频重新编解码问题



大家好,现在需要使用DM8168(dvrrdk4.0),对网络ts流重新解编码。

由于ts流的视频格式是使用隔行扫描、H264/mpeg2编码,在重新编码成h264时,画面有抖动的情况。我尝试了以下方法:

1.ipcOutHost->dec->enc->ipcInHost(scanFormat, fieldMergeDecodeEnable,dataLayout不同参数组合都试过)。

2.ipcOutHost->dec->ipc->dei->ipc->enc->ipcInHost(scanFormat, fieldMergeDecodeEnable,dataLayout不同参数组合都试过)。

以上尝试均未能解决画面抖动问题。大家有遇到这样情况吗?