opendcp
opendcp copied to clipboard
Created digital cinemas packages (DCP)
Hi, it looks OpenDCP's main repository has stacked on the way half to add OpenEXR support. And also OpenEXR support looks almost completed but stacked? at the fork of SieuDoTia....
``` *Please fill in all defect information below.* Product Version: latest master: de39daa436d9aefabe90cb427f61c7c7df2839ef GUI or CLI: opendcp_mxf Operating system: Centos/Linux What steps will reproduce the problem? Try to generate an...
Hi, Are there any plans to add encoding profiles for IMF (Application 2, Application 2E, Application3 and so on)? Just like the ones existing for Cinema2K and Cinema4K. Or.. is...
I am using Audition CC 2017 to export a 5.1 channel WAV file for use in OpenDCP. Upon trying to load it under the MXF tab, I get the error:...
At the make step, I have this error: [ 46%] Building C object libopendcp/CMakeFiles/opendcp-lib.dir/opendcp_image.c.o $/OpenDCP/opendcp-master/libopendcp/opendcp_image.c: In function ‘opendcp_image_float_create’: $/OpenDCP/opendcp-master/libopendcp/opendcp_image.c:105:44: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] image->component[x].float_data = (int *)malloc((w...
Does anyone know the XML or opendcp usage syntax to indicate that a DCP is PQ rather than gamma?
Fix bug in opendcp_decoder_openexr.c and add float functions for opendcp_image.h and opendcp_image.c. Float functions use float image data (range 0.0 to 1.0) replace integer data (0 to 4095) for high...
Hi I noticed in the code the title is hardcoded to 80 characters, if a title is longer than 80, an overflow will cause the filename to be appended with...
Hi! I created a DCP (30s Interop 2D Flat) with the GUI Application. (Version 0.30.0 on Linux Mint) Then I checked the result with dcp_inspect from [here](https://github.com/wolfgangw/digital_cinema_tools_distribution/wiki) This returns the...
I need OpenDCP use OpenEXR files. I know Open EXR library big mess, I can create C code for read three types of OpenEXR files (no mess): • No compress...