summaryrefslogtreecommitdiff
path: root/doc/manual/dcpomatic_create.xml
blob: 141e7206e60a867c22538add731b723783c42557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<para>
<itemizedlist>
<listitem><code>-v</code>, <code>--version</code> &#8212; show DCP-o-matic version</listitem>
<listitem><code>-h</code>, <code>--help</code> &#8212; show this help</listitem>
<listitem><code>-n</code>, <code>--name &lt;name&gt;</code> &#8212; film name</listitem>
<listitem><code>-t</code>, <code>--template &lt;name&gt;</code> &#8212; template name</listitem>
<listitem><code>--no-encrypt</code> &#8212; make an unencrypted DCP</listitem>
<listitem><code>-e</code>, <code>--encrypt</code> &#8212; make an encrypted DCP</listitem>
<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>
<listitem><code>-f</code>, <code>--dcp-frame-rate &lt;rate&gt;</code> &#8212; set DCP video frame rate (otherwise guessed from content)</listitem>
<listitem><code>--container-ratio &lt;ratio&gt;</code> &#8212; 119, 133, 137, 138, 166, 178, 185 or 239</listitem>
<listitem><code>-s</code>, <code>--still-length &lt;n&gt;</code> &#8212; number of seconds that still content should last</listitem>
<listitem><code>--auto-crop-threshold &lt;n&gt;</code> &#8212; threshold to use for 'black' when auto-cropping</listitem>
<listitem><code>--standard &lt;standard&gt;</code> &#8212; SMPTE or interop (default SMPTE)</listitem>
<listitem><code>--no-use-isdcf-name</code> &#8212; do not use an ISDCF name; use the specified name unmodified</listitem>
<listitem><code>--config &lt;dir&gt;</code> &#8212; directory containing config.xml and cinemas.sqlite3</listitem>
<listitem><code>--twok</code> &#8212; make a 2K DCP instead of choosing a resolution based on the content</listitem>
<listitem><code>--fourk</code> &#8212; make a 4K DCP instead of choosing a resolution based on the content</listitem>
<listitem><code>-a</code>, <code>--audio-channels &lt;n&gt;</code> &#8212; specify the number of audio channels in the DCP</listitem>
<listitem><code>-o</code>, <code>--output &lt;dir&gt;</code> &#8212; output directory</listitem>
<listitem><code>--twod</code> &#8212; make a 2D DCP</listitem>
<listitem><code>--threed</code> &#8212; make a 3D DCP</listitem>
<listitem><code>--video-bit-rate &lt;Mbit/s&gt;</code> &#8212; J2K bandwidth in Mbit/s</listitem>
<listitem><code>--left-eye</code> &#8212; next piece of content is for the left eye</listitem>
<listitem><code>--right-eye</code> &#8212; next piece of content is for the right eye</listitem>
<listitem><code>--auto-crop</code> &#8212; next piece of content should be auto-cropped</listitem>
<listitem><code>--colourspace</code> &#8212; next piece of content is in the given colourspace: srgb, rec601, rec709, p3, rec1886, rec2020, sgamut3</listitem>
<listitem><code>--colorspace</code> &#8212; same as --colourspace</listitem>
<listitem><code>--channel &lt;channel&gt;</code> &#8212; 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> &#8212; next piece of content should have the given audio gain (in dB)</listitem>
<listitem><code>--fade-in &lt;seconds&gt;</code> &#8212; next piece of content should have the given fade-in (in seconds)</listitem>
<listitem><code>--fade-out &lt;seconds&gt;</code> &#8212; next piece of content should have the given fade-out (in seconds)</listitem>
<listitem><code>--cpl &lt;id&gt;</code> &#8212; CPL ID to use from the next piece of content (which is a DCP)</listitem>
<listitem><code>--kdm &lt;file&gt;</code> &#8212; KDM for next piece of content</listitem>
</itemizedlist>
</para>