summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-19 17:20:23 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-19 21:11:17 +0100
commit0692355b1e4d29b1ccb6e4b83554ffec342a74ad (patch)
treed5ca5507a01ef9e4cf3f6d496a0ae25876540638 /doc
parent51c9af29b6a0b7914e8bfc9e04106887a1514efd (diff)
Add --auto-crop option to create CLI (#2968).
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/dcpomatic_create.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic_create.xml b/doc/manual/dcpomatic_create.xml
index ba98c878d..516b806ff 100644
--- a/doc/manual/dcpomatic_create.xml
+++ b/doc/manual/dcpomatic_create.xml
@@ -22,6 +22,7 @@
<listitem><code>--j2k-bandwidth &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>--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>--cpl &lt;id&gt;</code> &#8212; CPL ID to use from the next piece of content (which is a DCP)</listitem>