Does anyone know of a program that does this that isn't a professional and crazy expensive tool? I've been searching around for a batch multiplexer because my video project has multiple mpeg-2 files that need to be de-multiplexed, have the volume normalized, and then be multiplexed with the normalized audio. I use a batch converter for the .mp2 audio normalization, but using tmpgenc mpeg tools to (de)multiplex each file is time consuming and repetitive. Any suggestions would be appreciated.
+ Reply to Thread
Results 1 to 6 of 6
-
-
I know of a great demuxing program that unfortunately isn't a batch, but it is much faster than the one in TMPGENC, and its free. Its on Ted Rossin's site here:
http://www.geocities.com/ted_rossin/tools/Video/Video.html
You could also pm Trossin and ask him if he could write a batch version for you. The program is called demux. Its command line but easy to use, just copy demux.exe to the folder with your mpeg files. Then start a command prompt by going to start, run, and then typing either command or cmd depending on your version of windows. In the prompt, type: cd C:\documents and settings\ <-- your directory of the folder and then hit enter. This should change the directory to that folder. then type: demux.exe and hit enter. This will bring up some instructions for demux. Then type: demux.exe yourmpegfilename.mpg outputfilename and hit enter. It will then demux your file. I hope this works for you! -
Yes, i was going to suggest this tool too, in combination with a .bat script. An alternative is mpgtx that has a host of other features.
To mux, there's mplex from mjpeg tools (see DVDAuthorGUI for Windows cygwin builds) that similarly can be called from a batch file.
/Mats -
demux is a faster version of bbdmux, part of bbtools. You can just do a google search for bbtools.
-
Thanks for your replies. I'll write a bat file for the command line program, because this seems like the best option. Thanks again everyone-- this will save me a lot of time doing repetitive demuxing.
Similar Threads
-
Conversion or demultiplexing of TRP files
By ranmamez in forum DVB / IPTVReplies: 2Last Post: 26th Oct 2011, 08:50 -
Multiplexing Issues (mp4muxer 0.9.3)
By JuddM in forum Video ConversionReplies: 4Last Post: 19th Jan 2011, 05:00 -
out of sync when demultiplexing
By calanda in forum Authoring (DVD)Replies: 5Last Post: 5th Aug 2010, 01:04 -
VOB multiplexing
By atulbha in forum Authoring (DVD)Replies: 8Last Post: 24th Jul 2009, 15:52 -
How to Batch Process Using Avidemux? Or Batch Processing H264 .m2ts or .ts?
By forgotpassword in forum Video ConversionReplies: 0Last Post: 14th Apr 2009, 00:00