Hi,

I have a MPEG2 video file (File1) with sound which is too soft. I took out the sound and made it louder (new sound file: File2) with a wav editor. How do I now recombine the video and sound without re-encoding the video using FFMPEG? I used the command

FFMPEG -an -i File1 -i File2 file3

but it keeps taking the sound from File1 instead of File2. There is a MAP function that should do it, but I don't know how to use the syntax.

Any help appreciated. Thanx in advance.

I have MPLAYER and FFMPEG.