I've been given a DCP (a short unencrypted one) where the CPL and PLK metadata XML files have gone missing, leaving me with just the two MXF files - one for picture and other for audio. How can I recreate the XML files to be able to load and play it? I had a look and couldn't see an easy way of doing this. DCP-o-matic will load the MXF files but then transcodes them (ironically into a larger file), and I'd like to avoid any unnecessary transcoding if possible!
I thought maybe I could write the XML files manually, so I had a look at a couple of other sample DCPs I have lying around. It seems I need to generate:
- UUIDs for the PKL file, the CPL file, and the reel
- hashes for the two MXF files
But I'm unsure of how the UUIDs are generated, and what hashing algorithm(s) can be used.
Any help would be appreciated!
I thought maybe I could write the XML files manually, so I had a look at a couple of other sample DCPs I have lying around. It seems I need to generate:
- UUIDs for the PKL file, the CPL file, and the reel
- hashes for the two MXF files
But I'm unsure of how the UUIDs are generated, and what hashing algorithm(s) can be used.
Any help would be appreciated!
Comment