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_create.xml | |
| parent | 2d2dbb9858d9d5c81e7e4aae63e6b34799b540d3 (diff) | |
Fix manual build.
Diffstat (limited to 'doc/manual/dcpomatic_create.xml')
| -rw-r--r-- | doc/manual/dcpomatic_create.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic_create.xml b/doc/manual/dcpomatic_create.xml new file mode 100644 index 000000000..215a131d9 --- /dev/null +++ b/doc/manual/dcpomatic_create.xml @@ -0,0 +1,24 @@ +<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>-n</code>, <code>--name <name></code> — film name</listitem> +<listitem><code>-t</code>, <code>--template <name></code> — template name</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> +<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>-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> +</itemizedlist> +</para>
\ No newline at end of file |
