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.

dm365 aac 与 h264 是否能同时编码?



我遇到了一个问题,dm365 dvsdk 4.02 提供的demo 程序encode ,独立编码h264 或mpeg4 视频和aac音频没有问题,但是,将h264 与 aac同时编码时,产生的aac音频文件会有周期性的破音,但是将mpeg4 与aac同时编码时就没有问题。这是何故?

具体:

encode -a audio.aac -l -------- 可以

encode -v video.264 -I 1 -y 2 ----------------- 可以

encode -v videio.mpeg4 -I 1 -y 2 ------------- 可以

encode -v video.264 -I 1 -y 2 - a audio.aac -l -------aac 有破音

encode -v video.mpeg4 -I 1 -y 2 -a audio.aac -l ----可以

在我们的应用里面,必需是aac + h264 同时压缩,而非mpeg4.

encode