VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Apr 2006
    Location
    United States
    Search Comp PM
    I have a lot of mp4 files that I would like to add a second audio track/channel onto them. Can someone help to guide me on how to do this? Thanks so much.
    Quote Quote  
  2. Member Krispy Kritter's Avatar
    Join Date
    Jul 2003
    Location
    St Louis, MO USA
    Search Comp PM
    If you can use mkv instead of mp4, you can simply drop the two files into MKVToolNix.
    Google is your Friend
    Quote Quote  
  3. Member
    Join Date
    Apr 2006
    Location
    United States
    Search Comp PM
    Thanks so much. After researching, I figured it out using ffmpeg:

    ffmpeg -i input.mp4 -i input.mp3 -map 0:v -map 0:a:0 -map 1:a -codec copy output.mp4
    Quote Quote  
  4. Originally Posted by triumph2004 View Post
    Thanks so much. After researching, I figured it out using ffmpeg:

    ffmpeg -i input.mp4 -i input.mp3 -map 0:v -map 0:a:0 -map 1:a -codec copy output.mp4
    Bingo!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!