Log in

View Full Version : Help needed using MuxMan in batch mode


Peter1234
5th January 2006, 22:02
I am trying to learn how to use MuxMan in the batch mode. I have generated a valid project.mxp file by using the GUI mode and saving the project file (later I will generate this with my program). I then associated the mxp extention with muxman.exe and generated the following command line using the instructions in the readme file:

project.mxp -d C:\VIDEO_TS -l C:\muxman.log -run

When this is run as a command line in a batch file, the muxman program GUI will open with the project file inputs entered. But, it will not generate the output files unless the start buton is clicked.

I assume that I am doing something wrong. I would like muxman to generate the VIDEO_TS files without needing to click the start button and then terminate so that the next batch command line will run.

Can anyone tell me what I am doing wrong? Thanks.

Matthew
5th January 2006, 23:09
Use:
muxman.exe project.mxp -d C:\VIDEO_TS -l C:\muxman.log -run

Peter1234
6th January 2006, 00:10
Matthew,
Thanks. That works.