Command line options
From MediaCoderWiki
Command line syntax:
MediaCoder.exe [-start] [-exit] [-preset <preset file>] [-ui <ui mode>] [-ext <extension id>] [-assume=yes/no/cancel] <files>
Command line options:
- -start: start transcoding after the program is launched
- -exit: exit from the program after all the files are processed
- -preset: load specified preset file after the program is launched
- -ui: force startup user interface mode (0: simple mode, 1: skinned mode, 2: normal mode, 3: expert mode)
- -ext: load specified extension on startup
- -assume: assume answers of confirming message boxes
- <files>: can be one or more file names splitted by a white space, use quotation marks if the file name contains white space
Remarks:
- The <files> can be any kind of files that MediaCoder accepts, including queue file (one file name per line plain text files or XML files).
- Multiple preset files can be loaded (one after another) by adding multiple -preset <preset file>.
