blob: debf6259f2ee0758cd2057bcde1cb5b000bd1178 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<para>
<itemizedlist>
<listitem><code>-v</code>, <code>--version</code> — show DCP-o-matic version</listitem>
<listitem><code>-h</code>, <code>--help</code> — show this help</listitem>
<listitem><code>-f</code>, <code>--flags</code> — show flags passed to C++ compiler on build</listitem>
<listitem><code>-n</code>, <code>--no-progress</code> — do not print progress to stdout</listitem>
<listitem><code>-r</code>, <code>--no-remote</code> — do not use any remote servers</listitem>
<listitem><code>-t</code>, <code>--threads</code> — specify number of local encoding threads (overriding configuration)</listitem>
<listitem><code>-j</code>, <code>--json <port></code> — run a JSON server on the specified port</listitem>
<listitem><code>-k</code>, <code>--keep-going</code> — keep running even when the job is complete</listitem>
<listitem><code>-s</code>, <code>--servers <file></code> — specify servers to use in a text file</listitem>
<listitem><code>-l</code>, <code>--list-servers</code> — just display a list of encoding servers that DCP-o-matic is configured to use; don't encode</listitem>
<listitem><code>-d</code>, <code>--dcp-path</code> — echo DCP's path to stdout on successful completion (implies -n)</listitem>
<listitem><code>-c</code>, <code>--config <dir></code> — directory containing config.xml and cinemas.xml</listitem>
<listitem><code>--dump</code> — just dump a summary of the film's settings; don't encode</listitem>
<listitem><code>--no-check</code> — don't check project's content files for changes before making the DCP</listitem>
<listitem><code>--export-format <format></code> — export project to a file, rather than making a DCP: specify mov or mp4</listitem>
<listitem><code>--export-filename <filename></code> — filename to export to with --export-format</listitem>
<listitem><code>--hints</code> — analyze film for hints before encoding and abort if any are found</listitem>
</itemizedlist>
</para>
|