Log in

View Full Version : Is there a way to use muxman in batch?


Amnon82
28th October 2005, 02:17
Has muxman a batchmode? In the docs I didn't find anything.
I like to add muxing, using muxman, to my program.

Matthew
28th October 2005, 02:44
You need to generate an mxp and then use cli:
muxman.exe text.mxp -d H:\test\VOBS\VIDEO_TS -l H:\test\muxman.log -run

You can get a "template" mxp by saving a project file from within the GUI and then experiment with generation.

Because of my appalling programming skills, I did it by having a template mxp separated into 8 text files, and then using looping/search and replace to deal with multiple subtitle streams and the chapters points.

mpucoder
28th October 2005, 07:13
It is explained in the readme file (http://www.mpucoder.com/Muxman/readme.txt) which is zipped up with the program.
Command line / batch use:
The command line arguments are:
project_filename [-d destination_folder] [-l log_filename] [-run]

project_filename - the name of the project file to load

destination_folder - the folder where the DVD files will be written

log_filename - name of the log file for diagnostic messages

-run This will cause Muxman to run in batch mode.

Amnon82
30th October 2005, 03:02
I better should start reading manuals :D

THX to You guys.