diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-10 22:19:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-10 22:19:30 +0100 |
| commit | 640e30afec63fe0ceab064c1082450a77c75f9d3 (patch) | |
| tree | 3cdbc703529cdfd4c529fa64516e752487a1b1cb /doc/manual/dcpomatic_cli.xml | |
| parent | c435d59179bfbeb500309d80989ca7f45edb51a2 (diff) | |
Update manual for new CLI options.
Diffstat (limited to 'doc/manual/dcpomatic_cli.xml')
| -rw-r--r-- | doc/manual/dcpomatic_cli.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic_cli.xml b/doc/manual/dcpomatic_cli.xml index 531ca813b..debf6259f 100644 --- a/doc/manual/dcpomatic_cli.xml +++ b/doc/manual/dcpomatic_cli.xml @@ -13,5 +13,9 @@ <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>
\ No newline at end of file |
