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 | |
| parent | c435d59179bfbeb500309d80989ca7f45edb51a2 (diff) | |
Update manual for new CLI options.
| -rw-r--r-- | doc/manual/dcpomatic_cli.xml | 4 | ||||
| -rw-r--r-- | doc/manual/dcpomatic_create.xml | 9 | ||||
| -rw-r--r-- | doc/manual/dcpomatic_kdm_cli.xml | 7 |
3 files changed, 14 insertions, 6 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 diff --git a/doc/manual/dcpomatic_create.xml b/doc/manual/dcpomatic_create.xml index 215a131d9..0aa8b4f48 100644 --- a/doc/manual/dcpomatic_create.xml +++ b/doc/manual/dcpomatic_create.xml @@ -8,17 +8,20 @@ <listitem><code>-c</code>, <code>--dcp-content-type <type></code> — FTR, SHR, TLR, TST, XSN, RTG, TSR, POL, PSA or ADV</listitem> <listitem><code>-f</code>, <code>--dcp-frame-rate <rate></code> — set DCP video frame rate (otherwise guessed from content)</listitem> <listitem><code>--container-ratio <ratio></code> — 119, 133, 137, 138, 166, 178, 185 or 239</listitem> -<listitem><code>--content-ratio <ratio></code> — 119, 133, 137, 138, 166, 178, 185 or 239</listitem> <listitem><code>-s</code>, <code>--still-length <n></code> — number of seconds that still content should last</listitem> <listitem><code>--standard <standard></code> — SMPTE or interop (default SMPTE)</listitem> <listitem><code>--no-use-isdcf-name</code> — do not use an ISDCF name; use the specified name unmodified</listitem> -<listitem><code>--no-sign</code> — do not sign the DCP</listitem> <listitem><code>--config <dir></code> — directory containing config.xml and cinemas.xml</listitem> -<listitem><code>--fourk</code> — make a 4K DCP rather than a 2K one</listitem> +<listitem><code>--twok</code> — make a 2K DCP instead of choosing a resolution based on the content</listitem> +<listitem><code>--fourk</code> — make a 4K DCP instead of choosing a resolution based on the content</listitem> <listitem><code>-o</code>, <code>--output <dir></code> — output directory</listitem> <listitem><code>--threed</code> — make a 3D DCP</listitem> <listitem><code>--j2k-bandwidth <Mbit/s></code> — J2K bandwidth in Mbit/s</listitem> <listitem><code>--left-eye</code> — next piece of content is for the left eye</listitem> <listitem><code>--right-eye</code> — next piece of content is for the right eye</listitem> +<listitem><code>--channel <channel></code> — next piece of content should be mapped to audio channel L, R, C, Lfe, Ls or Rs</listitem> +<listitem><code>--gain</code> — next piece of content should have the given audio gain (in dB)</listitem> +<listitem><code>--cpl <id></code> — CPL ID to use from the next piece of content (which is a DCP)</listitem> +<listitem><code>--kdm <file></code> — KDM for next piece of content</listitem> </itemizedlist> </para>
\ No newline at end of file diff --git a/doc/manual/dcpomatic_kdm_cli.xml b/doc/manual/dcpomatic_kdm_cli.xml index 283763a34..fc5635959 100644 --- a/doc/manual/dcpomatic_kdm_cli.xml +++ b/doc/manual/dcpomatic_kdm_cli.xml @@ -8,12 +8,13 @@ <listitem><code>-t</code>, <code>--valid-to</code> — valid to time (in local time zone of the cinema) (e.g. “2014-09-28 01:41:51”)</listitem> <listitem><code>-d</code>, <code>--valid-duration</code> — valid duration (e.g. “1 day”, “4 hours”, “2 weeks”)</listitem> <listitem><code>-F</code>, <code>--formulation</code> — modified-transitional-1, multiple-modified-transitional-1, dci-any or dci-specific [default modified-transitional-1]</listitem> -<listitem><code>-a</code>, <code>--disable-forensic-marking-picture</code> — disable forensic marking of pictures essences</listitem> +<listitem><code>-p</code>, <code>--disable-forensic-marking-picture</code> — disable forensic marking of pictures essences</listitem> <listitem><code>-a</code>, <code>--disable-forensic-marking-audio</code> — disable forensic marking of audio essences (optionally above a given channel, e.g 12)</listitem> +<listitem><code>-e</code>, <code>--email</code> — email KDMs to cinemas</listitem> <listitem><code>-z</code>, <code>--zip</code> — ZIP each cinema's KDMs into its own file</listitem> <listitem><code>-v</code>, <code>--verbose</code> — be verbose</listitem> -<listitem><code>-c</code>, <code>--cinema</code> — specify a cinema, either by name or email address</listitem> -<listitem><code>-S</code>, <code>--screen</code> — screen description</listitem> +<listitem><code>-c</code>, <code>--cinema</code> — cinema name (when using -C) or name/email (to filter cinemas)</listitem> +<listitem><code>-S</code>, <code>--screen</code> — screen name (when using -C) or screen name (to filter screens when using -c)</listitem> <listitem><code>-C</code>, <code>--certificate</code> — file containing projector certificate</listitem> <listitem><code>-T</code>, <code>--trusted-device</code> — file containing a trusted device's certificate</listitem> <listitem><code>--list-cinemas</code> — list known cinemas from the DCP-o-matic settings</listitem> |
