From: Carl Hetherington Date: Fri, 10 Mar 2023 21:19:30 +0000 (+0100) Subject: Update manual for new CLI options. X-Git-Tag: v2.16.48~11 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=640e30afec63fe0ceab064c1082450a77c75f9d3 Update manual for new CLI options. --- diff --git a/doc/manual/dcpomatic_cli.xml b/doc/manual/dcpomatic_cli.xml index 531ca813b..debf6259f 100644 --- a/doc/manual/dcpomatic_cli.xml +++ b/doc/manual/dcpomatic_cli.xml @@ -13,5 +13,9 @@ -d, --dcp-path — echo DCP's path to stdout on successful completion (implies -n) -c, --config <dir> — directory containing config.xml and cinemas.xml --dump — just dump a summary of the film's settings; don't encode +--no-check — don't check project's content files for changes before making the DCP +--export-format <format> — export project to a file, rather than making a DCP: specify mov or mp4 +--export-filename <filename> — filename to export to with --export-format +--hints — analyze film for hints before encoding and abort if any are found \ No newline at end of file diff --git a/doc/manual/dcpomatic_create.xml b/doc/manual/dcpomatic_create.xml index 215a131d9..0aa8b4f48 100644 --- a/doc/manual/dcpomatic_create.xml +++ b/doc/manual/dcpomatic_create.xml @@ -8,17 +8,20 @@ -c, --dcp-content-type <type> — FTR, SHR, TLR, TST, XSN, RTG, TSR, POL, PSA or ADV -f, --dcp-frame-rate <rate> — set DCP video frame rate (otherwise guessed from content) --container-ratio <ratio> — 119, 133, 137, 138, 166, 178, 185 or 239 ---content-ratio <ratio> — 119, 133, 137, 138, 166, 178, 185 or 239 -s, --still-length <n> — number of seconds that still content should last --standard <standard> — SMPTE or interop (default SMPTE) --no-use-isdcf-name — do not use an ISDCF name; use the specified name unmodified ---no-sign — do not sign the DCP --config <dir> — directory containing config.xml and cinemas.xml ---fourk — make a 4K DCP rather than a 2K one +--twok — make a 2K DCP instead of choosing a resolution based on the content +--fourk — make a 4K DCP instead of choosing a resolution based on the content -o, --output <dir> — output directory --threed — make a 3D DCP --j2k-bandwidth <Mbit/s> — J2K bandwidth in Mbit/s --left-eye — next piece of content is for the left eye --right-eye — next piece of content is for the right eye +--channel <channel> — next piece of content should be mapped to audio channel L, R, C, Lfe, Ls or Rs +--gain — next piece of content should have the given audio gain (in dB) +--cpl <id> — CPL ID to use from the next piece of content (which is a DCP) +--kdm <file> — KDM for next piece of content \ No newline at end of file diff --git a/doc/manual/dcpomatic_kdm_cli.xml b/doc/manual/dcpomatic_kdm_cli.xml index 283763a34..fc5635959 100644 --- a/doc/manual/dcpomatic_kdm_cli.xml +++ b/doc/manual/dcpomatic_kdm_cli.xml @@ -8,12 +8,13 @@ -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] --a, --disable-forensic-marking-picture — disable forensic marking of pictures essences +-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 — specify a cinema, either by name or email address --S, --screen — screen description +-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