531ca813b3f4173c3fba8641d44117d74a0393b0
[dcpomatic.git] / doc / manual / dcpomatic_cli.xml
1 <para>
2 <itemizedlist>
3 <listitem><code>-v</code>, <code>--version</code> &#8212; show DCP-o-matic version</listitem>
4 <listitem><code>-h</code>, <code>--help</code> &#8212; show this help</listitem>
5 <listitem><code>-f</code>, <code>--flags</code> &#8212; show flags passed to C++ compiler on build</listitem>
6 <listitem><code>-n</code>, <code>--no-progress</code> &#8212; do not print progress to stdout</listitem>
7 <listitem><code>-r</code>, <code>--no-remote</code> &#8212; do not use any remote servers</listitem>
8 <listitem><code>-t</code>, <code>--threads</code> &#8212; specify number of local encoding threads (overriding configuration)</listitem>
9 <listitem><code>-j</code>, <code>--json &lt;port&gt;</code> &#8212; run a JSON server on the specified port</listitem>
10 <listitem><code>-k</code>, <code>--keep-going</code> &#8212; keep running even when the job is complete</listitem>
11 <listitem><code>-s</code>, <code>--servers &lt;file&gt;</code> &#8212; specify servers to use in a text file</listitem>
12 <listitem><code>-l</code>, <code>--list-servers</code> &#8212; just display a list of encoding servers that DCP-o-matic is configured to use; don't encode</listitem>
13 <listitem><code>-d</code>, <code>--dcp-path</code> &#8212; echo DCP's path to stdout on successful completion (implies -n)</listitem>
14 <listitem><code>-c</code>, <code>--config &lt;dir&gt;</code> &#8212; directory containing config.xml and cinemas.xml</listitem>
15 <listitem><code>--dump</code> &#8212; just dump a summary of the film's settings; don't encode</listitem>
16 </itemizedlist>
17 </para>