Hi, I'm trying to name the output file, but I can only name the directory.
Can somebody help?
Thanks. Peter
How to name the output file of dcpomatic2_kdm_cli?
-
- Posts: 5
- Joined: Wed Oct 06, 2021 6:49 pm
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: How to name the output file of dcpomatic2_kdm_cli?
It's a little strange because the KDM filename can be auto-filled with details of the KDM. You should be able to do
to get a KDM called KDM_Name.xml
Code: Select all
dcpomatic2_kdm_cli ... -K "KDM_Name" ...
-
- Posts: 5
- Joined: Wed Oct 06, 2021 6:49 pm
Re: How to name the output file of dcpomatic2_kdm_cli?
I know, a little sttange, but I have a special usecase for it.
I missed the -K option. Thanks.
Helpfull
I missed the -K option. Thanks.
Helpfull