summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-19 21:11:03 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-19 21:11:17 +0100
commit4ddd6052b00a07583fda682730dde3c3d1206d1b (patch)
tree6dc16f1ed72016c4f0fc95c25826ff3f1962745b /doc
parent0692355b1e4d29b1ccb6e4b83554ffec342a74ad (diff)
Add --auto-crop-threshold option to create CLI.
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 516b806ff..9e029992d 100644
--- a/doc/manual/dcpomatic_create.xml
+++ b/doc/manual/dcpomatic_create.xml
@@ -10,6 +10,7 @@
<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>