Priyatam
9th April 2007, 15:53
Hi All,
I have a small problem with file conversion using FFMPEG.
I have an MP4 file which is a result of mixing a MP4[with default audio] and a WAV audio file.
code:
ffmpeg -i vid.mp4 -s qcif -i Aud.wav -ab 32 -b 144000 -acodec aac output.mp4 -acodec aac -ab 32 -newaudio
Now i want to convert this output.mp4 MP4 file to an MPEG file using FFMPEG with both the default and the overlaid wav audio prserved.
FFMPEG does write an output MPG file but it does not preserve the Aud.wav that was mixed to the vid.mp4.
This was my code: [ I have tried different options but in vain..so i removed the options here]
code :
ffmpeg -i output.mp4 output.mpg
what options would preserve the complete audio video details of the file.
Any help/suggestions would be appreciated.
Thanks in Advance.
I have a small problem with file conversion using FFMPEG.
I have an MP4 file which is a result of mixing a MP4[with default audio] and a WAV audio file.
code:
ffmpeg -i vid.mp4 -s qcif -i Aud.wav -ab 32 -b 144000 -acodec aac output.mp4 -acodec aac -ab 32 -newaudio
Now i want to convert this output.mp4 MP4 file to an MPEG file using FFMPEG with both the default and the overlaid wav audio prserved.
FFMPEG does write an output MPG file but it does not preserve the Aud.wav that was mixed to the vid.mp4.
This was my code: [ I have tried different options but in vain..so i removed the options here]
code :
ffmpeg -i output.mp4 output.mpg
what options would preserve the complete audio video details of the file.
Any help/suggestions would be appreciated.
Thanks in Advance.