1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<para>
<itemizedlist>
<listitem><code>-h</code>, <code>--help</code> — show this help</listitem>
<listitem><code>-o</code>, <code>--output <path></code> — output file or directory</listitem>
<listitem><code>-K</code>, <code>--filename-format <format></code> — filename format for KDMs</listitem>
<listitem><code>-Z</code>, <code>--container-name-format <format></code> — filename format for ZIP containers</listitem>
<listitem><code>-f</code>, <code>--valid-from <time></code> — valid from time (in local time zone of the cinema) (e.g. “2013-09-28 01:41:51”) or “now”</listitem>
<listitem><code>-t</code>, <code>--valid-to <time></code> — valid to time (in local time zone of the cinema) (e.g. “2014-09-28T01:41:51”)</listitem>
<listitem><code>-d</code>, <code>--valid-duration <duration></code> — valid duration (e.g. “1 day”, “4 hours”, “2 weeks”)</listitem>
<listitem><code>-F</code>, <code>--formulation <formulation></code> — modified-transitional-1, multiple-modified-transitional-1, dci-any or dci-specific [default modified-transitional-1]</listitem>
<listitem><code>-p</code>, <code>--disable-forensic-marking-picture</code> — disable forensic marking of pictures essences</listitem>
<listitem><code>-a</code>, <code>--disable-forensic-marking-audio</code> — disable forensic marking of audio essences (optionally above a given channel, e.g 12)</listitem>
<listitem><code>-e</code>, <code>--email</code> — email KDMs to cinemas</listitem>
<listitem><code>-z</code>, <code>--zip</code> — ZIP each cinema's KDMs into its own file</listitem>
<listitem><code>-v</code>, <code>--verbose</code> — be verbose</listitem>
<listitem><code>-c</code>, <code>--cinema <name|email></code> — cinema name (when using -C) or name/email (to filter cinemas)</listitem>
<listitem><code>-S</code>, <code>--screen <name></code> — screen name (when using -C) or screen name (to filter screens when using -c)</listitem>
<listitem><code>-C</code>, <code>--projector-certificate <file></code> — file containing projector certificate</listitem>
<listitem><code>-T</code>, <code>--trusted-device-certificate <file></code> — file containing a trusted device's certificate</listitem>
<listitem><code>--decryption-key <file></code> — file containing the private key which can decrypt the given DKDM</listitem>
<listitem><code>--cinemas-file <file></code> — use the given file as a list of cinemas instead of the current configuration</listitem>
</itemizedlist>
</para>
|