From b09d636b86252ad5beda782edc613fa3449cd7b0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 1 Sep 2025 00:53:26 +0200 Subject: Updates for CLI options in the manual. --- doc/manual/dcpomatic_create.xml | 2 ++ doc/manual/dcpomatic_kdm_cli.xml | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/manual/dcpomatic_create.xml b/doc/manual/dcpomatic_create.xml index 277dd4b6c..141e7206e 100644 --- a/doc/manual/dcpomatic_create.xml +++ b/doc/manual/dcpomatic_create.xml @@ -28,6 +28,8 @@ --colorspace — same as --colourspace --channel <channel> — next piece of content should be mapped to audio channel L, R, C, Lfe, Ls, Rs, BsL, BsR, HI, VI --gain — next piece of content should have the given audio gain (in dB) +--fade-in <seconds> — next piece of content should have the given fade-in (in seconds) +--fade-out <seconds> — next piece of content should have the given fade-out (in seconds) --cpl <id> — CPL ID to use from the next piece of content (which is a DCP) --kdm <file> — KDM for next piece of content diff --git a/doc/manual/dcpomatic_kdm_cli.xml b/doc/manual/dcpomatic_kdm_cli.xml index fc5635959..e6db9db14 100644 --- a/doc/manual/dcpomatic_kdm_cli.xml +++ b/doc/manual/dcpomatic_kdm_cli.xml @@ -1,23 +1,23 @@ -h, --help — show this help --o, --output — output file or directory --K, --filename-format — filename format for KDMs --Z, --container-name-format — filename format for ZIP containers --f, --valid-from — valid from time (in local time zone of the cinema) (e.g. “2013-09-28 01:41:51”) or “now” --t, --valid-to — valid to time (in local time zone of the cinema) (e.g. “2014-09-28 01:41:51”) --d, --valid-duration — valid duration (e.g. “1 day”, “4 hours”, “2 weeks”) --F, --formulation — modified-transitional-1, multiple-modified-transitional-1, dci-any or dci-specific [default modified-transitional-1] +-o, --output <path> — output file or directory +-K, --filename-format <format> — filename format for KDMs +-Z, --container-name-format <format> — filename format for ZIP containers +-f, --valid-from <time> — valid from time (in local time zone of the cinema) (e.g. “2013-09-28 01:41:51”) or “now” +-t, --valid-to <time> — valid to time (in local time zone of the cinema) (e.g. “2014-09-28T01:41:51”) +-d, --valid-duration <duration> — valid duration (e.g. “1 day”, “4 hours”, “2 weeks”) +-F, --formulation <formulation> — modified-transitional-1, multiple-modified-transitional-1, dci-any or dci-specific [default modified-transitional-1] -p, --disable-forensic-marking-picture — disable forensic marking of pictures essences -a, --disable-forensic-marking-audio — disable forensic marking of audio essences (optionally above a given channel, e.g 12) -e, --email — email KDMs to cinemas -z, --zip — ZIP each cinema's KDMs into its own file -v, --verbose — be verbose --c, --cinema — cinema name (when using -C) or name/email (to filter cinemas) --S, --screen — screen name (when using -C) or screen name (to filter screens when using -c) --C, --certificate — file containing projector certificate --T, --trusted-device — file containing a trusted device's certificate ---list-cinemas — list known cinemas from the DCP-o-matic settings ---list-dkdm-cpls — list CPLs for which DCP-o-matic has DKDMs +-c, --cinema <name|email> — cinema name (when using -C) or name/email (to filter cinemas) +-S, --screen <name> — screen name (when using -C) or screen name (to filter screens when using -c) +-C, --projector-certificate <file> — file containing projector certificate +-T, --trusted-device-certificate <file> — file containing a trusted device's certificate +--decryption-key <file> — file containing the private key which can decrypt the given DKDM +--cinemas-file <file> — use the given file as a list of cinemas instead of the current configuration \ No newline at end of file -- cgit v1.2.3