Page 2 of 2

Re: Command Line help

Posted: Fri Feb 18, 2022 8:45 am
by pasaico
Carsten wrote: Thu Feb 17, 2022 4:39 pm @pasaico: I suggest you first use the GUI to play with settings and prefs, so you can understand it's implications better.
thank you, but i work only with command line for automation script

Re: Command Line help

Posted: Mon Feb 21, 2022 4:09 pm
by pasaico
can i edit default name to mxf files in a dcp package?

j2p_*.mxf to jp2k_*.mxf
pcm_*.mxf to wav_*.mxf

Re: Command Line help

Posted: Mon Feb 21, 2022 5:40 pm
by carl
Not quite; there's some customisation you can do but not that (at present). It would need to be added.

Re: Command Line help

Posted: Wed Mar 02, 2022 9:47 am
by pasaico
My source file is 1920x1080, I know that the standard DCP is 1998x1080 for the FLAT but I have to do them 1920x1080.

My command is:
dcpomatic2_create --standard interop -o DCPOM/ video.mov audio.wav -c ADV --no-use-isdcf-name --container-ratio 1.78 --no-sign -n MYNAME

i receive this error in cli;

dcpomatic2_create: unrecognised container ratio 1.78
dcpomatic2_create: unrecognised option '--no-sign'

Re: Command Line help

Posted: Wed Mar 02, 2022 11:19 am
by pasaico
pasaico wrote: Wed Mar 02, 2022 9:47 am My source file is 1920x1080, I know that the standard DCP is 1998x1080 for the FLAT but I have to do them 1920x1080.

My command is:
dcpomatic2_create --standard interop -o DCPOM/ video.mov audio.wav -c ADV --no-use-isdcf-name --container-ratio 1.78 --no-sign -n MYNAME

i receive this error in cli;

dcpomatic2_create: unrecognised container ratio 1.78
dcpomatic2_create: unrecognised option '--no-sign'
fix --container-ratio 178 (it's work)

but --no-sign not work

Re: Command Line help

Posted: Wed Mar 02, 2022 7:11 pm
by carl
Do you need to use --no-sign? The code to allow non-signed DCPs was removed some time ago, but I think I forgot to remove the option from the help.

It's not advisable to use container ratios other than 185 or 239 - I should really remove the others.