by Cocoon-Dev » 06 Apr 2010, 00:58
Hello,
it is possible in expert mode in one step with the maps command in ffmpeg.
1. Copy de video only.
2. Add the new mp3 file with the copy of your video.
3. Use only command line.
See below an example.
`-newaudio'
Add a new audio track to the output file. If you want to specify parameters, do so before -newaudio (-acodec, -ab, etc..). Mapping will be done automatically, if the number of output streams is equal to the number of input streams, else it will pick the first one that matches. You can override the mapping using -map as usual. Example:
ffmpeg -i file.mpg -vcodec copy -acodec ac3 -ab 384k test.mpg -acodec mp2 -ab 192k -newaudio
Have a nice day.
thx for donating
http://www.cocoonsoftware.com/paypaldonate-us.htm
Team Cocoon