Digital Cinema Package


A Digital Cinema Package is a collection of digital files used to store and convey digital cinema audio, image, and data streams.
The term was popularized by Digital Cinema Initiatives, LLC in its original recommendation for packaging DC contents. However, the industry tends to apply the term to the structure more formally known as the composition. A DCP is a “packing crate” for compositions, a hierarchical file structure that represents a title version. The DCP may carry a partial composition, a single complete composition, or multiple and complete compositions.
The composition consists of a Composition Playlist that defines the playback sequence of a set of Track Files. Track Files carry the essence, which is wrapped using Material eXchange Format. Two track files at a minimum must be present in every composition : a track file carrying picture essence, and a track file carrying audio essence. The composition, consisting of a Composition Playlist and associated track files, are distributed as a Digital Cinema Package. It must be underscored that a composition is a complete representation of a title version, while the DCP need not carry a full composition. However, as already noted, it is commonplace in the industry to discuss the title in terms of a DCP, as that is the deliverable to the cinema.
The Picture Track File essence is compressed using JPEG 2000 and the Audio Track File carries a 24-bit linear PCM uncompressed multichannel WAV file. Encryption may optionally be applied to the essence of a track file to protect it from unauthorized use. The encryption used is AES 128-bit in CBC mode.
In practice, there are two versions of composition in use. The original and commonly used version is called Interop DCP. In 2009, a specification was published by SMPTE for what is commonly referred to as SMPTE DCP. SMPTE DCP is similar but not backwards compatible with Interop DCP, resulting in an uphill effort to transition the industry from Interop DCP to SMPTE DCP. SMPTE DCP requires significant constraints to ensure success in the field, as shown by ISDCF. While legacy support for Interop DCP is necessary for commercial products, new productions are encouraged to distribute in SMPTE DCP.

Technical specifications

The DCP root folder contains a number of files, some used to store the image and audio contents, and some other used to organize and manage the whole playlist.

Picture MXF files

Picture contents may be stored in one or more reels corresponding to one or more MXF files. Each reel contains pictures as MPEG-2 or JPEG 2000 essence, depending on the adopted codec. MPEG-2 is no longer compliant with the DCI specification. JPEG 2000 is the only accepted compression format.
Sound contents are stored in reels, too, corresponding to picture reels in number and duration. In case of multilingual features, separate reels are required to convey different languages. Each file contains linear PCM essence.
List of all files included in the DCP, in XML format.

Composition playlist file

Defines the playback order during presentation. The order is saved in XML format in this file; each picture and sound reel is identified by its UUID. In the following example, a reel is composed by picture and sound:


urn:uuid:632437bc-73f9-49ca-b687-fdb3f98f430c


urn:uuid:46afe8a3-50be-4986-b9c8-34f4ba69572f
24 1
340
0
340
24 1
2048 858


urn:uuid:1fce0915-f8c7-48a7-b023-36e204a66ed1
24 1
340
0
340



Packing list file or PKL package key list

All files in the composition are hashed and their hash is stored here, in XML format. This file is generally used during ingestion in a digital cinema server to verify if data have been corrupted or tampered with in some way. For example, an MXF picture reel is identified by the following element:


urn:uuid:46afe8a3-50be-4986-b9c8-34f4ba69572f
iqZ3X7TdAjAqniOxT2/hj66VCUU=
210598692
application/x-smpte-mxf;asdcpKind=Picture


The hash value is the Base64 encoding of the SHA-1 checksum. It can be calculated with the command:
openssl sha1 -binary "FILE_NAME" | openssl base64

Volume index file

A single DCP may be stored in more than one medium. The XML file VOLINDEX is used to identify the volume order in the series.

3D DCP

The DCP format is also used to store stereoscopic contents. In this case, 48 frames exist for every second — 24 frames for the left eye, 24 frames for the right.
Depending on the projection system used, the left eye and right eye pictures are either shown alternatively at 48 fps or, on 4k systems, both left and right eye pictures are shown simultaneously, one above the other, at 24 fps.
In triple flash systems, active shutter glasses are required whereas optical filtering such as circular polarisation is used in conjunction with passive glasses on polarized systems.
Since the maximum bit rate is always 250 Mbit/s, this results in a net 125 Mbit/s for single frame, but the visual quality decrease is generally unnoticeable.

DCP creation

Most film producers and distributors rely on digital cinema encoding facilities to produce and quality control check a digital cinema package before release. Facilities follow strict guidelines set out in the DCI recommendations to ensure compatibility with all digital cinema equipment. For bigger studio release films, the facility will usually create a DCDM.
A DCDM is the post-production step prior to a DCP. The frames are in XYZ TIFF format and both sound and picture are not yet wrapped into MXF files. A DCP can be encoded directly from a DCDM. A DCDM is useful for archiving purposes and also facilities can share them for international re-versioning purposes. They can easily be turned into alternative version DCPs for foreign territories. For smaller release films, the facility will usually skip the creation of a DCDM and instead encode directly from the DSM the original film supplied to the encoding facility. A DSM can be supplied in a multitude of formats and color spaces. For this reason, the encoding facility needs to have extensive knowledge in color space handling including, on occasion, the use of 3D LUTs to carefully match the look of the finished DCP to a celluloid film print. This can be a highly involved process in which the DCP and the film print are "butterflied" in a highly calibrated cinema.
Less demanding DCPs are encoded from tape formats such as HDCAM SR. Quality control checks are always performed in calibrated cinemas and carefully checked for errors. QC checks are often attended by colorists, directors, sound mixers and other personnel to check for correct picture and sound reproduction in the finished DCP.

DCP encryption

The distributor can choose to encrypt the media files with AES encryption to stop unauthorised access. The symmetric AES keys used to encrypt the content essence must be carefully protected, so they are never distributed directly. Instead the AES keys are themselves encrypted using asymmetric 2048 bit RSA. Each playback system has its own unique public/private key pair. The private key is never shared and is buried in the playback systems within secure hardware meeting FIPS-140 security standards. The matching public key is shared with the distributor, who can then create Key Delivery Messages which control access to the encrypted content for each playback system. KDMs are XML files containing the RSA encrypted AES keys that can be decrypted only by the private key within the destination device. A KDM is associated to the particular compositions which may include multiple encrypted picture, sound and subtitle assets, and each playback system requires a uniquely generated KDM. KDMs also provide the ability to define date/time windows within which the KDM is valid. Playback systems will not allow playback outside of this validity window, allowing distributors to ensure that content cannot be unlocked prior to release date and to enforce the rental agreement period agreed with the exhibitor.

DCP delivery methods

The most common method uses a specialist hard disk designed specifically for digital cinema servers to ingest from. These hard drives were originally designed for military use but have since been adopted by digital cinema for their hard wearing and reliable characteristics. The hard disk drives are usually formatted with the Linux ext2 or ext3 file system as D-Cinema servers are typically Linux-based and are required to have read support for these file systems. Usually the inode is set to 128 bits to avoid compatibility issues with some servers. NTFS and FAT32 are also occasionally used. Hard drive units are normally hired from a digital cinema encoding company, sometimes in quantities of thousands. Drives are commonly shipped in protective hard cases. The drives are delivered via express courier to the exhibition site. Other methods adopt a full digital delivery, using either dedicated satellite links or high-speed Internet connections.
For example, theaters received Cats before opening day, Friday 20 December 2019. When the film received poor reviews after its world premiere on 16 December, Universal notified theaters on 20 December that an updated version of the film with "some improved visual effects" would be available for download on 22 December and on hard drive by 24 December.

DCP and KDM creation tools

Software DCP players