-
Mplex compilation
I am trying to compile the mplex program (from mjpegtools-1.6.2 or mjpegtools-1.8.0) on win32, using visual c++. I can compile it but when I run my mplex with the f -8 or f -9 option, the result is a confused mpg file and i cannot to run dvdauthor :( ....
I tried to use the tymplex code, but the dvd nav mpg generated doesnīt run with dvdauthor (waiting for first vobu ... ) message....
Does anybody has an idea of what can be wrong with this?
thanks!!!
-
Why recompile it? Do you want to add anything new to the code?
vmesquita287 once did a compile of it in VC++ (see: https://forum.videohelp.com/viewtopic.php?p=690270#690270 ) and I think it is still good.
Maybe you can ask vmesquita287 directly for help.
-
Thanks,
I would like to compile it because I want to translate the output to portuguese and inform the user about the result of mplex (stopping with there is no available space for sample...), well, I will contact VMesquita anyway,
thanks !
-
Now itīs working! :D
I downloaded the mpeg1.6.2 again, and the mjpeg_play, created a new visual c++ project, enabled the HASWINDOWDEF option (to include the "win32defs.h" from mjpeg_play) , and recompile it without problems. if someone needs the project contact me!