Hi, I have many avi files that I need to add mp3 audio to.
The avi files and the mp3 files all have the same names, I just want to mux in the mp3 audio to the avi file, which currently has no audio.
I have over 100 files, so a batch process would be best if possible, and since I'm keeping the exact same audio and video, I don't think I need to re-encode at all.
I tried using Mencoder with a dos batch file and this command line, but it dosent work. Can someone suggest a good application for what I need, or the proper Mencoder command line? (remember there is like over 100 avi and mp3 all with the exact same name in the same directory)
Thanks.. Below is my Mencoder code in the batch file :
mencoder.exe %1.avi -o "%~dpn1.avi" -ovc copy -oac copy -audiofile %1.mp3
and I run the batch file by entering on the command prompt :
batch-filename.bat *
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hi, thanks for the suggestion !
I tried the command line you suggested in a batch file, by running on the commandline "batchfile.bat *" however I only get one output file named ".avi"
Also it looks like the file is being re-encoded, as the output file is longer than the original avi file, and does not sync with the music at all.
There must be SOME tool out there that can just mux a whole bunch of files together on one shot ???? -
I just tested it and it works ok, well other than VDubMod detected something wrong with the mp3. You may need to specify some extra options to make sure that the mp3 gets muxed properly.
Only issue I found was that I left a space (after -audiofile) out of the above command. But I assume that you noticed that to?
Similar Threads
-
I lost audio for mp3's, .avi, mpg files, and Audio Switcher::Out
By HartsVideo in forum Software PlayingReplies: 13Last Post: 14th Oct 2012, 20:20 -
Adding .mp3 audio over a .mp4 video
By mugabuga in forum Newbie / General discussionsReplies: 0Last Post: 23rd Oct 2011, 20:38 -
--
By MGadAllah in forum Video ConversionReplies: 1Last Post: 28th Jul 2011, 16:43 -
Adding audio (wav) to video (avi) (want to delay start of audio)
By Lanton in forum Newbie / General discussionsReplies: 2Last Post: 12th Apr 2010, 12:50 -
Converting an AVI video with AC3 audio to an AVI video with MP3 audio
By rijulHKG in forum AudioReplies: 1Last Post: 15th Jul 2007, 00:23