Hi,
I need to convert a batch load of MPG movies for my work. We have decided on MP4 format but we need to include 2 audio streams. I have searched everywhere (i think) for conversion software that can create MP4 with 2 audio streams but I've found nothing. I know there's some MAC software that can do it but we use PC's and as of yet I've only found software that can encode to MP4 with 1 audio stream.
Does anyone know of any software that can do 2 audio streams?
If you're wondering why we need 2 audio streams, the company I work for produces karaoke video DVD's with dual audio so we need to encode with both audio streams.
Please can someone help?
Thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
So your mpg contains two audio tracks?
Have you tried the command line utility ffmpeg?
Code:`-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 inputfile.mpg -vcodec libx264 -acodec aac -ab 192k outputfile.mp4 -acodec aac -ab 192k -newaudio
-
-
MeGUI also has a MP4 Muxer, that I believe can support dual audio (You can even label them with a specific name to denote the language of the audio track). I haven't tried doing this myself, but give it a try. This program seems to have more support than YaMB as far as MP4Box GUIs go.
Retrieved from "http://mewiki.project357.com/wiki/MeGUI/HDTV_Transcoding_Guide"
Muxing the audio and video together
Download MKVMerge: Download MKVToolnix from its homepage
Select input files: Open mmg.exe, and add as sources both your encoded video and the original file that contains audio
Choose output streams: Uncheck all streams that aren't required.
Set output track options: Set languages for any audio / subtitle streams and if there are more than one, name them. If required, set the correct audio delay for any audio streams.
Mux: Choose save location, and click start muxing.
All done
MeGUI seems to work best under Windows XP (I'm running XP Service Pack 3), but read this to try getting it to work under Windows Vista.
http://mewiki.project357.com/wiki/MeGUI/FAQ#MeGUI_doesn.27t_work_in_Vista.21
Similar Threads
-
mp4 and multiple video streams
By hagai_sela in forum Software PlayingReplies: 24Last Post: 10th Nov 2011, 14:06 -
trouble with audio after appending a .jpg turned .mp4 to another .mp4
By canadianjameson in forum Newbie / General discussionsReplies: 7Last Post: 26th Jun 2011, 09:55 -
Can't Mux audio & video streams to MP4 without a problem
By spycam in forum Newbie / General discussionsReplies: 3Last Post: 10th Nov 2010, 16:49 -
demux a .mp4 to elementary streams
By halsboss in forum Video ConversionReplies: 4Last Post: 28th Nov 2009, 16:38 -
Video with 2 Audio Streams TO mpeg1 with 1 audio stream
By Xenogear900 in forum Newbie / General discussionsReplies: 1Last Post: 5th Aug 2007, 19:00