[FFmpeg-user] Video + Dual audio
Daniel C.
danielcalegari at yahoo.com
Sun Apr 1 03:21:55 CEST 2012
It would be nice to have a example like this one, titled "how to convert a video with dual audio to a new one, with dual audio, doing some conversion" :
ffmpeg.exe -i "source.avi" -map 0:0 -map 0:1 -map 0:2
-vcodec mpeg4 -vtag DIVX -b 680k
-acodec libmp3lame -ab 64k
output.avi
-acodec libmp3lame -ab 64k -newaudio
Get the original video, do something
Get the 1st audio, do something
Get the 2nd audio, do something and add to output
Output everything to "output.avi"
I lost some hours to find how to do this!
yours, danielcalegari at yahoo.com
from Brazil
More information about the ffmpeg-user
mailing list