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_create.xml | |
| parent | c435d59179bfbeb500309d80989ca7f45edb51a2 (diff) | |
Update manual for new CLI options.
Diffstat (limited to 'doc/manual/dcpomatic_create.xml')
| -rw-r--r-- | doc/manual/dcpomatic_create.xml | 9 |
1 files changed, 6 insertions, 3 deletions
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 |
