summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-26 10:46:55 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-26 10:46:55 +0100
commitdbf3b6f52c347743050dadce9516e83f8ba9978b (patch)
tree15626e0740395fc841806e2be9e492cd7daef4ba
parent90504d14ea8c149a8023e9a13f8215d8e1404532 (diff)
Update XML for video-bit-rate and colourspace.
-rw-r--r--doc/manual/dcpomatic_create.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual/dcpomatic_create.xml b/doc/manual/dcpomatic_create.xml
index 9e029992d..277dd4b6c 100644
--- a/doc/manual/dcpomatic_create.xml
+++ b/doc/manual/dcpomatic_create.xml
@@ -20,10 +20,12 @@
<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>--j2k-bandwidth &lt;Mbit/s&gt;</code> &#8212; J2K bandwidth in Mbit/s</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>--cpl &lt;id&gt;</code> &#8212; CPL ID to use from the next piece of content (which is a DCP)</listitem>