thank you, but i work only with command line for automation script
Command Line help
-
- Posts: 14
- Joined: Thu Feb 17, 2022 10:04 am
Re: Command Line help
can i edit default name to mxf files in a dcp package?
j2p_*.mxf to jp2k_*.mxf
pcm_*.mxf to wav_*.mxf
j2p_*.mxf to jp2k_*.mxf
pcm_*.mxf to wav_*.mxf
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: Command Line help
Not quite; there's some customisation you can do but not that (at present). It would need to be added.
-
- Posts: 14
- Joined: Thu Feb 17, 2022 10:04 am
Re: Command Line help
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'
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'
-
- Posts: 14
- Joined: Thu Feb 17, 2022 10:04 am
Re: Command Line help
fix --container-ratio 178 (it's work)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'
but --no-sign not work
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: Command Line help
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.
It's not advisable to use container ratios other than 185 or 239 - I should really remove the others.