diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-19 17:20:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-19 21:11:17 +0100 |
| commit | 0692355b1e4d29b1ccb6e4b83554ffec342a74ad (patch) | |
| tree | d5ca5507a01ef9e4cf3f6d496a0ae25876540638 /doc | |
| parent | 51c9af29b6a0b7914e8bfc9e04106887a1514efd (diff) | |
Add --auto-crop option to create CLI (#2968).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manual/dcpomatic_create.xml | 1 |
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 <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>--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> |
