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?
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" ...
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