Hello to everyone
I want to try this software because I read various positive reviews, expecially for his amazing multiplexer (mplex.exe)
I have windows xp, there's a windows version of the program?
+ Reply to Thread
Results 1 to 19 of 19
-
-
You can download the bz2 file from http://sourceforge.net/projects/mjpeg/files/mjpegtools/2.0.1rc1/
Extract the content from the bz2 and tar file with 7zip. You will find the mplex.exe in the bin folder.
I added a zip mirror also: www.videohelp.com/download/mjpegtools-2.0.1RC1-mingw-bin.zip
edit: Note that they are command line software.Last edited by Baldrick; 29th Jun 2013 at 08:26.
-
Simple and command line doesn't mix that well.
.
Do you really need to use it? I think the basic dvdauthorgui uses mplex.exe to mux. -
This is the command prompt.
I have the mjpeg tools on C:
m2v and mpa files in the other hard disk
So now what command I must write?
Please help, no tutorials I found on the internet -
For command line, use quotation marks with the directory path eg. "C:\directory\folder\..."
e.g.
Code:"C:\mplex" -f 8 -o "PATH\output.mpg" "PATH\video.m2v" "PATH\audio.m2a"
Note there are easier multiplexing tools to use with GUI's like ImagoMPEG-Muxer , or muxman -
Job done
Thanks
It's easy, but I have one question: there are other options that I can insert in the command? Like Variable Bit rate, Mpeg-2 program stream.... etc
or simply there's no need to put them? -
-V for variable bitrate
have a look at the instructions and documentation for the other options and switches
for most command line tools its -h , or -help
there is a pdf you can download
mjpeg.sourceforge.net/files/mjpeg-howto.pdf -
That pdf explain how to create a mpeg-2 file from mp3 files, while I want to recreate the same file demuxed... so I need to know what commands can do that (VBR, size same as source, etc..)
-
-f 8 is for dvd according to the instructions (it is possible to mux streams that are non DVD compliant)
-V is for VBR according to the instructions
Maybe you should read the instructions ?
mjpeg.sourceforge.net/files/mjpeg-howto.pdf
Maybe -f 8 includes VBR muxing, not sure, I don't use it
The −V option tells that your source for mplexing is a VBR stream. If you don't use this option mplex creates
something like a CBR Stream with the bitrate you have told it with the −r option. These streams are usually
get BIG.
DVD Mplex Example
> mplex −f 8 sound.mp2 video.m2v −o my_dvdlikestream.mpg
−f 8
Here again we specify that we want to have DVD like MPEG stream.
-
So the only thing that I must to do is insert -v ; -f ; -o and 8 ? no other commands right? because I need the file same as source
Thanks a lot!!
Similar Threads
-
Convert to MJpeg
By gmellow in forum Video ConversionReplies: 18Last Post: 29th Jan 2015, 05:21 -
Raw DV capture on Windows 7: Are Microsoft's tools OK for this?
By siphon in forum Newbie / General discussionsReplies: 15Last Post: 11th Dec 2012, 22:52 -
converting to mjpeg
By GodsOtherHand in forum Video ConversionReplies: 1Last Post: 7th Apr 2011, 15:03 -
MJPEG export
By vizion in forum ffmpegX general discussionReplies: 2Last Post: 9th Feb 2011, 12:52 -
Windows 7 compatibility with current ripping/shrinking/recoding tools?
By bgc99 in forum DVD RippingReplies: 1Last Post: 1st Jul 2009, 22:37