Update manual for new CLI options.
[dcpomatic.git] / doc / manual / dcpomatic_create.xml
1 <para>
2 <itemizedlist>
3 <listitem><code>-v</code>, <code>--version</code> &#8212; show DCP-o-matic version</listitem>
4 <listitem><code>-h</code>, <code>--help</code> &#8212; show this help</listitem>
5 <listitem><code>-n</code>, <code>--name &lt;name&gt;</code> &#8212; film name</listitem>
6 <listitem><code>-t</code>, <code>--template &lt;name&gt;</code> &#8212; template name</listitem>
7 <listitem><code>-e</code>, <code>--encrypt</code> &#8212; make an encrypted DCP</listitem>
8 <listitem><code>-c</code>, <code>--dcp-content-type &lt;type&gt;</code> &#8212; FTR, SHR, TLR, TST, XSN, RTG, TSR, POL, PSA or ADV</listitem>
9 <listitem><code>-f</code>, <code>--dcp-frame-rate &lt;rate&gt;</code> &#8212; set DCP video frame rate (otherwise guessed from content)</listitem>
10 <listitem><code>--container-ratio &lt;ratio&gt;</code> &#8212; 119, 133, 137, 138, 166, 178, 185 or 239</listitem>
11 <listitem><code>-s</code>, <code>--still-length &lt;n&gt;</code> &#8212; number of seconds that still content should last</listitem>
12 <listitem><code>--standard &lt;standard&gt;</code> &#8212; SMPTE or interop (default SMPTE)</listitem>
13 <listitem><code>--no-use-isdcf-name</code> &#8212; do not use an ISDCF name; use the specified name unmodified</listitem>
14 <listitem><code>--config &lt;dir&gt;</code> &#8212; directory containing config.xml and cinemas.xml</listitem>
15 <listitem><code>--twok</code> &#8212; make a 2K DCP instead of choosing a resolution based on the content</listitem>
16 <listitem><code>--fourk</code> &#8212; make a 4K DCP instead of choosing a resolution based on the content</listitem>
17 <listitem><code>-o</code>, <code>--output &lt;dir&gt;</code> &#8212; output directory</listitem>
18 <listitem><code>--threed</code> &#8212; make a 3D DCP</listitem>
19 <listitem><code>--j2k-bandwidth &lt;Mbit/s&gt;</code> &#8212; J2K bandwidth in Mbit/s</listitem>
20 <listitem><code>--left-eye</code> &#8212; next piece of content is for the left eye</listitem>
21 <listitem><code>--right-eye</code> &#8212; next piece of content is for the right eye</listitem>
22 <listitem><code>--channel &lt;channel&gt;</code> &#8212; next piece of content should be mapped to audio channel L, R, C, Lfe, Ls or Rs</listitem>
23 <listitem><code>--gain</code> &#8212; next piece of content should have the given audio gain (in dB)</listitem>
24 <listitem><code>--cpl &lt;id&gt;</code> &#8212; CPL ID to use from the next piece of content (which is a DCP)</listitem>
25 <listitem><code>--kdm &lt;file&gt;</code> &#8212; KDM for next piece of content</listitem>
26 </itemizedlist>
27 </para>