26

(4 replies, posted in Support)

Then most likely you do not have enough file padding in your sequence numbers. You must always have at least 1 leading zero. So if you have something like:

film-001.j2c
film-002.j2c
...
film-999.j2c
filme-1000.j2c

it will cause an out of order issue.

27

(4 replies, posted in Support)

Ok. What do you mean by wrong images? Also, I don't think Blender creates the proper type of JPEG2000 images.

28

(4 replies, posted in Support)

To some degree, there is no absolute answer because the capabilities of the servers vary. Best practices is to use an EXT3 formatted drive with a 128kb Inode. The drive should be self powered and not USB powered. In most cases a flash drive will be fine.

If you use something like VirtualBox or VMware Fusion, you can install a Linux virtual machine and format a drive and copy over the DCP.

Many newer servers will read HFS and NTFS drives. The most important thing is to give yourself time to work through any issues. It's not something you want to try to do last minute, especially your first time.

29

(1 replies, posted in Support)

JPEG2000 images must be DCI compliant which is based on JPEG2000 Profile 3.

30

(2 replies, posted in Getting Started)

Yes, you need to re-package. The MXF files have checksums to validate their integrity which will be different in this case.

31

(1 replies, posted in Support)

The commands have --help to list specific options. The basic flow is

opendcp_j2k to convert to jpeg2000 and do XYZ color
opendcp_mxf to wrap the audio and jpeg2000 into MXF files
opendcp_xml to create the DCP package.

32

(5 replies, posted in Support)

I'm not a color expert, so I don't know the detailed reasons. It has to do with XYZ having a larger gamut than RGB. It allows future flexibility. I'd suggest reading Color and Mastering for Digital Cinema by Glenn Kennel.

33

(5 replies, posted in Support)

32-bit = 8bpp, show yes that should work. XYZ is required per the DCI specification.

34

(5 replies, posted in Support)

and is there a leading zero in TAOWB_117529? It needs to be TAOWB_0117529.

35

(5 replies, posted in Support)

You need to pad your filenames with leading 0's so that there is always at least one 0 in the sequence. So if you have say 15 frames, you need 3 digits for the sequence...

001.tif
002.tif
....
015.tif

36

(5 replies, posted in Support)

I think this occurs will BMP files with alpha channel or certain bit-depths. It should work with 8 or 16-bit BMPs and no alpha channel.

37

(2 replies, posted in Support)

Your image resolution is invalid, it can't exceed 2048x1080 for 2K. To conform to the majority of theaters your resolution should be:

1998x1080 (flat) or 2048x858 (scope)

You will need to crop/scale your image to match one of these.

38

(1 replies, posted in Support)

Yes, it is normal for the colors to not look correct on an RGB monitor.

39

(2 replies, posted in Feature Requests)

1. This is required for ordering and good practice with file sequences. Filenames are treated a strings, not integers. This can result in the following order

1.tif
1234.tif
2.tif

This would obviously lead to frames being out of order.

2. I'll see what the most common value is.

3. If you mean the XML files, these must be auto-generated UUIDs to ensure uniqueness.

40

(1 replies, posted in Support)

It's not supported.

41

(1 replies, posted in Support)

You can clone the project...

git clone https://code.google.com/p/opendcp/

Ok, I will look into this. Thanks.

43

(5 replies, posted in Getting Started)

You need to create your MXF files as Interop, which can be done in OpenDCP. Changing the title does not change type of package.

44

(3 replies, posted in Support)

The CLI applications have a --help option which will provide the usage and some examples.

45

(5 replies, posted in Getting Started)

The DCP you made with Clipster is an MXF Interop, while the one you made with OpenDCP is a SMPTE package. You'd need to create the same package type in both applications to compare them.

46

(3 replies, posted in Support)

Reels are only supported using the CLI version of OpenDCP.

47

(3 replies, posted in Support)

There was no bug fix related to lifted blacks. An additional transform was added to handle the different ways applications encode the gamma. If you are seeing lifted blacks, use the non-complex formula.

48

(3 replies, posted in Support)

Make sure both the picture and sound MXF files were written as Interop format. You cannot mix and match SMPTE and Interop assets.

49

(5 replies, posted in Support)

Ok, thanks for the information. I will take a look.

The GUI and CLI use the same code. It kinda looks like you have a wav file mixed in with your j2c files.

The file ordering is the order the OS lists them. They get sorted by OpenDCP after the are all collected.