Cover sheet

The DCP cover sheet configuration is shown in Figure 11.10, “DCP cover sheet preferences”.

Figure 11.10. DCP cover sheet preferences

DCP cover sheet preferences

This is a template for the cover sheet that is written next to every DCP that DCP-o-matic creates. You can change it to say whatever you like. A few ‘magic’ strings will be replaced by information from the DCP that has been made:

Table 11.2. 

$CPL_NAMEDCP title
$TYPEDCP content type (e.g. feature, trailer...)
$CONTAINERThe container ratio (e.g. flat, scope...)
$AUDIODetails of the audio channels
$AUDIO_LANGUAGEAudio language
$SUBTITLE_LANGUAGESubtitle language
$LENGTHDCP length in hours, minutes and seconds
$SIZEDCP size in gigabytes

You can also insert the timecode of any of the DCP's markers using $ with the marker's name:

Table 11.3. 

$FFOCFirst frame of content
$LFOCLast frame of content
$FFTCFirst frame of title credits
$LFTCLast frame of title credits
$FFOIFirst frame of intermission
$LFOILast frame of intermission
$FFECFirst frame of end credits
$LFECLast frame of end credits
$FFMCFirst frame of moving credits
$LFMCLast frame of moving credits
$FFOBFirst frame of ratings band
$LFOBLast frame of ratings band

These magic strings will be replaced with ‘Unknown’ if the marker is not defined. Alternatively, adding _LINE to a marker magic string will make the timecode appear if the marker is set, otherwise the whole line containing the magic string will be removed.

For example, a cover sheet defined as

Hello: $FFMC
Goodbye: $FFMC_LINE

will be written as

Hello: Unknown

if the FFMC marker is undefined.

Clicking Reset to default text will replace the current cover sheet with DCP-o-matic's default.