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.