I am currently working on a project where I need to decrypt an encrypted Digital Cinema Package (DCP) and export it as an MP4/MOV video file. I am aiming to preserve the highest possible video quality during this process. To achieve this, I am using the following commands in sequence:
Code: Select all
dcpomatic2_create -o outputdir --kdm KDM_Testenc1_FTR-1_F-178_XX-XX_51_2K_20231118_SMPTE_OV_cinema_projector1.xml Testenc1_FTR-1_F-178_XX-XX_51_2K_20231118_SMPTE_OV
dcpomatic2_cli --export-format mp4 --export-filename filename.mp4 outputdir
Could you please advise on the following points:
Quality Retention: Are there specific parameters or additional steps I should consider to maximize the quality retention during the export process?
Advanced Settings: Is there a way to adjust advanced settings like bitrate, color space, or frame rate in the dcpomatic2_cli command to closely match the original DCP's specifications?
Alternative Methods: If the current method I'm using is not ideal for quality preservation, could you suggest any alternative approaches or tools within the DCP-o-matic suite that might be better suited for this purpose?
Any insights or recommendations would be greatly appreciated, as maintaining the integrity of the video quality is crucial for my project.