diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-07 11:35:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-07 11:35:46 +0100 |
| commit | 2df5e3ab3636e0c38c3003631d0d6acdb5bd23c6 (patch) | |
| tree | a6617536a14f63c5b3a49ae423a93feb6a9d1b65 /doc/manual/dcpomatic_cli.xml | |
| parent | 2d2dbb9858d9d5c81e7e4aae63e6b34799b540d3 (diff) | |
Fix manual build.
Diffstat (limited to 'doc/manual/dcpomatic_cli.xml')
| -rw-r--r-- | doc/manual/dcpomatic_cli.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic_cli.xml b/doc/manual/dcpomatic_cli.xml new file mode 100644 index 000000000..531ca813b --- /dev/null +++ b/doc/manual/dcpomatic_cli.xml @@ -0,0 +1,17 @@ +<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> +</itemizedlist> +</para>
\ No newline at end of file |
