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.

Could DM365 encode h264 and aac at the same time?

        I use DVSDK 4.02 demos to encode video and audio。

        I typed command "./encode -v video.264 -I 1 -y 2" ,it works well . And I typed "./encode -a audio.aac ",it works too. But when I put acc and h264 encode toghter "./encode -v video2.264 -I 1 -y 2 -a audio2.aac",the enocde could run,sems well,  and then I decode the file "audio2.aac",the sound is "po+1 second voice + po +1 second voice + po ..."  ,there is noise on it. But put mpeg4 and aac toghter,"./enocde -v video3.mpeg4 -I 1 -y 2 -a audio3.aac" , the file "audio3.aac" is perfect,no noise!

       Is anyone know about this? How to  fix the problem,I need to encode h264 and aac at the same time.

  • Hi,

    Have you tried using g711 instead of aac (there is an example of how to use it into the software developers guide provided by TI, but none which uses aac codec).
    Another way to work would be to use the GStreamer framework...