diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-26 10:46:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-26 10:46:55 +0100 |
| commit | dbf3b6f52c347743050dadce9516e83f8ba9978b (patch) | |
| tree | 15626e0740395fc841806e2be9e492cd7daef4ba | |
| parent | 90504d14ea8c149a8023e9a13f8215d8e1404532 (diff) | |
Update XML for video-bit-rate and colourspace.
| -rw-r--r-- | doc/manual/dcpomatic_create.xml | 4 |
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 <dir></code> — output directory</listitem> <listitem><code>--twod</code> — make a 2D DCP</listitem> <listitem><code>--threed</code> — make a 3D DCP</listitem> -<listitem><code>--j2k-bandwidth <Mbit/s></code> — J2K bandwidth in Mbit/s</listitem> +<listitem><code>--video-bit-rate <Mbit/s></code> — J2K bandwidth in Mbit/s</listitem> <listitem><code>--left-eye</code> — next piece of content is for the left eye</listitem> <listitem><code>--right-eye</code> — next piece of content is for the right eye</listitem> <listitem><code>--auto-crop</code> — next piece of content should be auto-cropped</listitem> +<listitem><code>--colourspace</code> — next piece of content is in the given colourspace: srgb, rec601, rec709, p3, rec1886, rec2020, sgamut3</listitem> +<listitem><code>--colorspace</code> — same as --colourspace</listitem> <listitem><code>--channel <channel></code> — 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> — next piece of content should have the given audio gain (in dB)</listitem> <listitem><code>--cpl <id></code> — CPL ID to use from the next piece of content (which is a DCP)</listitem> |
