diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-18 00:55:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-18 00:55:02 +0100 |
| commit | 311a1adb484491c01238f078b36f91a29e9f6c63 (patch) | |
| tree | 37683992777b03737791a3d2bb332203ac46a12f | |
| parent | bb3f377bac197562ab815804e19bb1be916da732 (diff) | |
Update XML for dcpomatic2_create in the manual.
| -rw-r--r-- | doc/manual/dcpomatic_create.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/manual/dcpomatic_create.xml b/doc/manual/dcpomatic_create.xml index 0aa8b4f48..ba98c878d 100644 --- a/doc/manual/dcpomatic_create.xml +++ b/doc/manual/dcpomatic_create.xml @@ -4,6 +4,7 @@ <listitem><code>-h</code>, <code>--help</code> — show this help</listitem> <listitem><code>-n</code>, <code>--name <name></code> — film name</listitem> <listitem><code>-t</code>, <code>--template <name></code> — template name</listitem> +<listitem><code>--no-encrypt</code> — make an unencrypted DCP</listitem> <listitem><code>-e</code>, <code>--encrypt</code> — make an encrypted DCP</listitem> <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> @@ -11,15 +12,17 @@ <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>--config <dir></code> — directory containing config.xml and cinemas.xml</listitem> +<listitem><code>--config <dir></code> — directory containing config.xml and cinemas.sqlite3</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>-a</code>, <code>--audio-channels <n></code> — specify the number of audio channels in the DCP</listitem> <listitem><code>-o</code>, <code>--output <dir></code> — output directory</listitem> +<listitem><code>--twod</code> — make a 2D DCP</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>--channel <channel></code> — next piece of content should be mapped to audio channel L, R, C, Lfe, Ls, Rs, BsL, BsR, HI, VI</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> |
