dcpomatic2_kdm_cli Query

Anything and everything to do with DCP-o-matic.
pixelomen
Posts: 3
Joined: Thu Mar 21, 2024 10:06 pm

Re: dcpomatic2_kdm_cli Query

Post by pixelomen »

carl wrote: Thu Mar 21, 2024 10:36 pm
Just to be clear, `-C` takes the target certificate (like for a projector) as a parameter, correct? And there's currently no way to take in a decryption DKDM for a new DCP other than through the GUI?
Right, `-C` takes the target certificate. You can pass DKDMs to `dcpomatic2_kdm_cli` - so for example

Code: Select all

dcpomatic2_kdm_cli [...] -C zoo_palast_screen1.pem my_great_film.kdm
would make a KDM for a projector whose certificate is `zoo_palast_screen1.pem` from a DKDM `my_great_film.kdm`. Is that what you need?
One last quick question, when specifying the target certificate directly with `-C`, do you have any control over the timezone, or do you have to use the test version mentioned earlier in this thread?

Many thanks.