create project error when convert dcp to mp4 on windows by dcpomatic2_cli at first step.

Anything and everything to do with DCP-o-matic.
lijun
Posts: 6
Joined: Wed Apr 26, 2023 9:16 am

create project error when convert dcp to mp4 on windows by dcpomatic2_cli at first step.

Post by lijun »

with the latest version: Stable release: 2.16.55
on windows 10,

I tried this command:

Code: Select all

dcpomatic2_create -o tmp-SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV  D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV
but error happened.

here is log:

04/25/23 16:58:51: Creating DCP content from D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV
04/25/23 16:58:51: DCPContent::read_sub_directory reads D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV
04/25/23 16:58:51: Inside there's regular file D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV\ASSETMAP.xml
04/25/23 16:58:51: Inside there's regular file D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV\CPL_4bff40d5-51bb-4352-a5e2-1a90ba91a7d2.xml
04/25/23 16:58:51: Inside there's regular file D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV\DKDM_SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV_20220429-20720429_1001.xml
04/25/23 16:58:51: Inside there's regular file D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV\Movieinfo.json
04/25/23 16:58:51: Inside there's regular file D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV\PKL_585a5fab-47c0-4adf-82c1-5569b27f6701.xml
04/25/23 16:58:51: Inside there's regular file D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV.mxf
04/25/23 16:58:51: Inside there's regular file D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV\VOLINDEX
04/25/23 16:58:51: Sub-job Computing digest starting
04/25/23 16:58:51: ERROR: Error in job: Programming error at ../src/util.cc:317 (It is not known what caused this error. Please report this problem by using Help -> Report a problem or via email to carl@dcpomatic.com)



if it created ok. I will run

Code: Select all

dcpomatic2_cli --export-format mov --export-filename lijuntest1.mp4   tmp-SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV
but it will be after the first create project running success.
carl
Site Admin
Posts: 2372
Joined: Thu Nov 14, 2013 2:53 pm

Re: create project error when convert dcp to mp4 on windows by dcpomatic2_cli at first step.

Post by carl »

Can you attach the XML files from inside D:\360Downloads\out\dcp\SangQiuDeGuShi5MIN_FTR_HEVC_14M_2048_858_AC3_6CH_HL_20220429_SMPTE_OV ?

Or email them to carl@dcpomatic.com
lijun
Posts: 6
Joined: Wed Apr 26, 2023 9:16 am

Re: create project error when convert dcp to mp4 on windows by dcpomatic2_cli at first step.

Post by lijun »

see attachments
You do not have the required permissions to view the files attached to this post.
carl
Site Admin
Posts: 2372
Joined: Thu Nov 14, 2013 2:53 pm

Re: create project error when convert dcp to mp4 on windows by dcpomatic2_cli at first step.

Post by carl »

That DCP has some errors: the first one I noticed is that in the AssetMap we have urn:uuid585a5fab-47c0-4adf-82c1-5569b27f6701 when it should be urn:uuid:585a5fab-47c0-4adf-82c1-5569b27f6701 (i.e. there's a missing colon). I'll make a note to try and improve the error here.