Command Line help

Anything and everything to do with DCP-o-matic.
pasaico
Posts: 14
Joined: Thu Feb 17, 2022 10:04 am

Re: Command Line help

Post 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
pasaico
Posts: 14
Joined: Thu Feb 17, 2022 10:04 am

Re: Command Line help

Post by pasaico »

can i edit default name to mxf files in a dcp package?

j2p_*.mxf to jp2k_*.mxf
pcm_*.mxf to wav_*.mxf
carl
Site Admin
Posts: 2338
Joined: Thu Nov 14, 2013 2:53 pm

Re: Command Line help

Post by carl »

Not quite; there's some customisation you can do but not that (at present). It would need to be added.
pasaico
Posts: 14
Joined: Thu Feb 17, 2022 10:04 am

Re: Command Line help

Post 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'
pasaico
Posts: 14
Joined: Thu Feb 17, 2022 10:04 am

Re: Command Line help

Post 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
carl
Site Admin
Posts: 2338
Joined: Thu Nov 14, 2013 2:53 pm

Re: Command Line help

Post 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.
Post Reply