Some label copy-editing and more manual work.
[dcpomatic.git] / doc / manual / dcpomatic.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE book [
3 <!ENTITY % sgml.features "IGNORE">
4 <!ENTITY % xml.features "INCLUDE">
5 <!ENTITY % dbcent PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
6    "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
7 %dbcent;
8 <!ENTITY % extensions SYSTEM "extensions.ent">
9 %extensions;
10 ]>
11 <book xmlns="http://docbook.org/ns/docbook" xmlns:mml="http://www.w3.org/1998/Math/MathML" version="5.0" xml:lang="en">
12
13 <bookinfo>
14 <title>DCP-o-matic users' manual</title>
15 <author><firstname>Carl</firstname><surname>Hetherington</surname></author>
16 </bookinfo>
17
18 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
19 <title>Introduction</title>
20
21 <para>
22 Hello, and welcome to DCP-o-matic!
23 </para>
24
25 <!-- ============================================================== -->
26 <section>
27 <title>What is DCP-o-matic?</title>
28
29 <para>DCP-o-matic is a set of programs to perform the following tasks:</para>
30
31 <itemizedlist>
32   <listitem>Creation of <ulink
33   url="http://en.wikipedia.org/wiki/Digital_Cinema_Package">Digital
34   Cinema Packages</ulink> (DCPs) from video, audio and/or
35   subtitle and closed caption files.</listitem>
36   <listitem>Playback and verification of DCPs on a PC/Mac.</listitem>
37   <listitem>Creation of KDMs for DCPs.</listitem>
38 </itemizedlist>
39
40 </section>
41
42
43 <!-- ============================================================== -->
44 <section>
45 <title>Licence</title>
46
47 <para>
48 DCP-o-matic is free and open-source and is licensed under the <ulink
49 url="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
50 GPL</ulink>.
51 </para>
52
53 </section>
54
55
56 <!-- ============================================================== -->
57 <section>
58 <title>Acknowledgements</title>
59
60 <para>
61 This manual uses icons from the <ulink url="http://tango.freedesktop.org/">Tango Desktop Project</ulink>, with thanks.
62 </para>
63
64 </section>
65
66 <!-- ============================================================== -->
67 <section>
68 <title>This manual</title>
69
70 <para>
71 This manual presents bits of DCP-o-matic's user interface (such as menu items or buttons) <guilabel>like this</guilabel>.
72 </para>
73
74 <note>
75 Notes of an advanced nature are presented like this.  Ignore them unless you want to know the gory details.
76 </note>
77
78 </section>
79 </chapter>
80
81
82 <!-- ============================================================== -->
83 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
84 <title>Installation</title>
85
86
87 <!-- ============================================================== -->
88 <section>
89 <title>Windows</title>
90
91 <para>
92 To install DCP-o-matic on Windows, download the installer from
93 <ulink url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>
94 and double-click it.  Click through the installer wizard, and
95 DCP-o-matic will be installed onto your machine.
96 </para>
97
98 <para>
99 If you are using a 32-bit version of Windows, you will need the 32-bit
100 installer.  For 64-bit Windows, either installer will work, but I
101 suggest you used the 64-bit version as it will allow DCP-o-matic to
102 use more memory.  You may find that DCP-o-matic crashes if you run
103 many parallel encoding threads (more than 4) on the 32-bit
104 version.
105 </para>
106
107 <para>
108 If you are still using Windows XP, download the specific XP version as
109 it should be more stable on your machine than the &lsquo;normal&rsquo;
110 Windows version.
111 </para>
112
113 </section>
114
115
116 <!-- ============================================================== -->
117 <section>
118 <title>Mac OS X</title>
119
120 <para>
121 DCP-o-matic will run on Mac OS X version 10.6 (Snow Leopard) and
122 higher.  DCP-o-matic is split into five separate applications, each of
123 which can be installed by downloading the <code>.dmg</code>,
124 double-clicking to open and then dragging the icon to your
125 <guilabel>Applications</guilabel> folder.
126 </para>
127
128 <para>
129 If you are not sure which parts of DCP-o-matic to install, start
130 with the first (main) part.
131 </para>
132
133 </section>
134
135 <!-- ============================================================== -->
136 <section>
137 <title>Debian, Ubuntu or Mint Linux</title>
138
139 <para>
140   You can install DCP-o-matic on:
141 </para>
142
143 <itemizedlist>
144   <listitem>Debian 7 (&lsquo;wheezy&rsquo;), 8 (&lsquo;jessie&rsquo;), 9 (&lsquo;squeeze&rsquo;) and unstable (&lsquo;sid&rsquo;)</listitem>
145   <listitem>Ubuntu 14.04 (&lsquo;Trusty Tahr&rsquo;), 16.04 (&lsquo;Xenial Xerus&rsquo;), 18.04 (&lsquo;Bionic Beaver&rsquo;) and 18.10 (&lsquo;Cosmic Cuttlefish&rsquo;)</listitem>
146   <listitem>Mint 17, 18 and 19</listitem>
147 </itemizedlist>
148
149 <para>
150 using <code>.deb</code> packages: download the appropriate package
151 from <ulink url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>
152 and double-click it.  Debian, Ubuntu or Mint will install the necessary bits and
153 pieces and set DCP-o-matic up for you.
154 </para>
155 </section>
156 <!-- ============================================================== -->
157
158
159 <!-- ============================================================== -->
160 <section>
161   <title>Fedora, Centos and Mageia Linux</title>
162
163   <para>There are <code>.rpm</code> packages for Fedora 27, 28 and 29, Centos 6 and 7 and Mageia 6 on
164   <ulink url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>
165   </para>
166 </section>
167 <!-- ============================================================== -->
168
169 <!-- ============================================================== -->
170 <section>
171 <title>Arch Linux</title>
172 <para>
173 Packages for Arch Linux are available from <ulink
174 url="https://aur.archlinux.org/packages/dcpomatic/">https://aur.archlinux.org/packages/dcpomatic/</ulink>,
175 thanks to Stefan Karner.
176 </para>
177 </section>
178
179
180 <!-- ============================================================== -->
181 <section>
182 <title>Other Linux distributions</title>
183
184 <para>
185 Installation on other Linux systems (for which no packages are
186 available) is quite hard as it must be compiled from source.  If you
187 can't download packages for your distribution, do let me know by
188 <ulink url="mailto:carl@dcpomatic.com">email</ulink> and I will look
189 into providing packages on the website.
190 </para>
191
192 <para>
193 The following dependencies are required:
194 <itemizedlist>
195 <listitem><ulink url="http://ffmpeg.org/">FFmpeg</ulink></listitem>
196 <listitem><ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink></listitem>
197 <listitem><ulink url="http://www.mega-nerd.com/SRC/">libsamplerate</ulink></listitem>
198 <listitem><ulink url="http://www.openssl.org/">OpenSSL</ulink></listitem>
199 <listitem><ulink url="http://www.openjpeg.org/">libopenjpeg</ulink></listitem>
200 <listitem><ulink url="http://www.boost.org/">Boost</ulink></listitem>
201 <listitem><ulink url="http://www.libssh.org/">libssh</ulink></listitem>
202 <listitem><ulink url="http://www.gtk.org/">GTK (on Linux)</ulink></listitem>
203 <listitem><ulink url="http://www.wxwidgets.org/">wxWidgets</ulink></listitem>
204 <listitem><ulink url="http://libxmlplusplus.sourceforge.net/">libxml++</ulink></listitem>
205 <listitem><ulink url="http://www.aleksey.com/xmlsec/">xmlsec</ulink></listitem>
206 <listitem><ulink url="http://curl.haxx.se/">curl</ulink></listitem>
207 <listitem><ulink url="http://www.nih.at/libzip/">libzip</ulink></listitem>
208 <listitem><ulink url="http://carlh.net/asdcplib">asdcplib with some patches</ulink></listitem>
209 <listitem><ulink url="http://carlh.net/libdcp">libdcp</ulink></listitem>
210 <listitem><ulink url="http://carlh.net/libsub">libsub</ulink></listitem>
211 <listitem><ulink url="http://carlh.net/libcxml">libcxml</ulink></listitem>
212 <listitem><ulink url="https://carlh.net/locked_sstream">locked_sstream</ulink></listitem>
213 <listitem><ulink url="https://www.music.mcgill.ca/~gary/rtaudio/">rtaudio</ulink></listitem>
214 <listitem><ulink url="http://site.icu-project.org">libicu</ulink></listitem>
215 </itemizedlist>
216 </para>
217
218 <para>
219 Once you have installed the development packages for the dependencies,
220 download the source code from <ulink
221 url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>,
222 unpack it and run the following commands from inside the source
223 directory:
224 </para>
225
226 <programlisting>
227 ./waf configure
228 ./waf build
229 sudo ./waf install
230 </programlisting>
231
232 <para>
233 With any luck, this will build and install DCP-o-matic on your system.  To run it, enter:
234 </para>
235
236 <programlisting>
237 dcpomatic2
238 </programlisting>
239
240 <para>
241 in a shell.
242 </para>
243
244 </section>
245 </chapter>
246
247
248 <!-- ============================================================== -->
249 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
250 <title>Creating a DCP from a video</title>
251
252 <para>
253 In this chapter we will see how to create a DCP from a video file using
254 DCP-o-matic.  We will gloss over the details and look at the basics.
255 </para>
256
257 <section>
258 <title>Creating a new film</title>
259
260 <para>
261 Let's make a very simple DCP to see how DCP-o-matic works.  First, we
262 need some content.  Download the low-resolution trailer for the open
263 movie <ulink url="http://sintel.org/">Sintel</ulink> from <ulink
264 url="https://download.blender.org/durian/trailer/Sintel_Trailer.480p.DivX_Plus_HD.mkv">their
265 website</ulink>.  Generally one would want to use the
266 highest-resolution material available, but for this test we will use
267 the low-resolution version to save everyone's bandwidth bills.
268 </para>
269
270 <para>
271 Now, start DCP-o-matic and its window will open.  First, we will
272 create a new &lsquo;film&rsquo;.  A &lsquo;film&rsquo; is how DCP-o-matic refers to
273 some pieces of content, along with some settings, which we will make into
274 a DCP.  DCP-o-matic stores its data in a folder on your disk while it
275 creates the DCP.  You can create a new film by selecting
276 <guilabel>New</guilabel> from the <guilabel>File</guilabel> menu, as
277 shown in <xref linkend="fig-file-new"/>.
278 </para>
279
280 <figure id="fig-file-new">
281   <title>Creating a new film</title>
282   <mediaobject>
283     <imageobject>
284       <imagedata scale="250" fileref="screenshots/file-new&scs;"/>
285     </imageobject>
286   </mediaobject>
287 </figure>
288
289 <para>
290 This will open a dialogue box for the new film, as shown in <xref
291 linkend="fig-video-new-film"/>.
292 </para>
293
294 <figure id="fig-video-new-film">
295   <title>Dialogue box for creating a new film</title>
296   <mediaobject>
297     <imageobject>
298       <imagedata fileref="screenshots/video-new-film&scs;"/>
299     </imageobject>
300   </mediaobject>
301 </figure>
302
303 <para>
304 In this dialogue box you can choose a name for the film.  This will be
305 used to name the folder to store its data in, and also as the initial
306 name for the DCP itself.  You can also choose whereabouts you want to create
307 the film.  In the example from the figure, DCP-o-matic will create a
308 folder called &lsquo;DCP Test&rsquo; inside my home folder (carl) into which it
309 will write its working files.
310 </para>
311
312 </section>
313
314
315 <!-- ============================================================== -->
316 <section>
317 <title>Adding content</title>
318
319 <para>
320 The next step is to add the content that you want to use.  DCP-o-matic
321 can make DCPs from multiple pieces of content, but in this simple
322 example we will just use a single piece.  Click the <guilabel>Add
323 file(s)...</guilabel> button, as shown in <xref
324 linkend="fig-add-file"/>, and a file chooser will open for you to
325 select the content file to use, as shown in <xref
326 linkend="fig-video-select-content-file"/>.
327 </para>
328
329 <figure id="fig-add-file">
330   <title>Adding content files</title>
331   <mediaobject>
332     <imageobject>
333       <imagedata fileref="screenshots/add-file&scs;"/>
334     </imageobject>
335   </mediaobject>
336 </figure>
337
338 <figure id="fig-video-select-content-file">
339   <title>Selecting a video content file</title>
340   <mediaobject>
341     <imageobject>
342       <imagedata fileref="screenshots/video-select-content-file&scs;"/>
343     </imageobject>
344   </mediaobject>
345 </figure>
346
347 <para>
348 Select your content file and click <guilabel>Open</guilabel>.  In this
349 case we are using the Sintel trailer that we downloaded earlier.
350 </para>
351
352 <para>
353 When you do this, DCP-o-matic will take a look at your file.  After a
354 short while (when the progress bar at the bottom right of the window
355 has finished), you can look through your content using the slider to
356 the right of the window, as shown in <xref linkend="fig-examine-content"/>.
357 </para>
358
359 <figure id="fig-examine-content">
360   <title>Examining the content</title>
361   <mediaobject>
362     <imageobject>
363       <imagedata fileref="screenshots/examine-content&scs;"/>
364     </imageobject>
365   </mediaobject>
366 </figure>
367
368 <para>
369 Dragging the slider will move through your video.  You can also click
370 the <guilabel>Play</guilabel> button to play the content back.
371 </para>
372
373 </section>
374
375
376
377
378 <!-- ============================================================== -->
379 <section>
380 <title>Making the DCP</title>
381
382 <para>In most cases, some adjustments would be made to DCP-o-matic's
383 settings once the content has been added.  For our simple test,
384 however, the default values will suffice, so we can go straight onto
385 making the DCP.</para>
386
387 <para>
388 Choose <guilabel>Make DCP</guilabel> from the
389 <guilabel>Jobs</guilabel> menu.  DCP-o-matic will encode your DCP.
390 This may take some time (many hours in some cases).  While the job is
391 in progress, DCP-o-matic will update you on how it is getting on with
392 the progress bar in the bottom of its window, as shown in <xref
393 linkend="fig-making-dcp"/>.
394 </para>
395
396 <figure id="fig-making-dcp">
397   <title>Making the DCP</title>
398   <mediaobject>
399     <imageobject>
400       <imagedata scale="250" fileref="screenshots/making-dcp&scs;"/>
401     </imageobject>
402   </mediaobject>
403 </figure>
404
405 <para>
406 When it has finished, the DCP will end up on your disk inside the
407 film's folder.  You can then copy this to a projector via a USB
408 stick, hard-drive or network connection.  See <xref
409 linkend="ch-files"/> for details about the files that DCP-o-matic creates.
410 </para>
411
412 <para>
413 Alternatively, if you have a projector or Theatre Management System
414 (TMS) that is accessible via SCP or FTP across your network, you can upload
415 the content directly from DCP-o-matic.  See the <xref
416 linkend="sec-prefs-tms" endterm="sec-prefs-tms-short"/> in <xref linkend="sec-prefs-tms"/>.
417 </para>
418
419 </section>
420 </chapter>
421
422
423 <!-- ============================================================== -->
424 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
425 <title>Creating a DCP from a still image</title>
426
427 <para>
428 DCP-o-matic can also be used to create DCPs of one or more still images, perhaps
429 for an advertisement or an on-screen announcement.  This chapter shows you
430 how to do it.
431 </para>
432
433 <para>
434 As with DCPs made from video files, the first step is to create a new
435 &lsquo;Film&rsquo;; select <guilabel>New</guilabel> from the
436 <guilabel>File</guilabel> menu and the new film dialogue will open as
437 shown in <xref linkend="fig-still-new-film"/>.
438 </para>
439
440 <figure id="fig-still-new-film">
441   <title>Dialogue box for creating a new film</title>
442   <mediaobject>
443     <imageobject>
444       <imagedata fileref="screenshots/still-new-film&scs;"/>
445     </imageobject>
446   </mediaobject>
447 </figure>
448
449 <para>
450 Enter a name and click <guilabel>OK</guilabel>.  Now we need to add
451 the content.  As before, click <guilabel>Add file(s)...</guilabel>.
452 For our example, we will add a single image file, as shown in <xref
453 linkend="fig-still-select-content-file"/>.
454 </para>
455
456 <figure id="fig-still-select-content-file">
457   <title>Selecting a still content file</title>
458   <mediaobject>
459     <imageobject>
460       <imagedata fileref="screenshots/still-select-content-file&scs;"/>
461     </imageobject>
462   </mediaobject>
463 </figure>
464
465 <para>
466 Most of the default settings will be fine for a simple test.  The one
467 thing that you might wish to change is the length of the still.
468 Select the <guilabel>Timing</guilabel> tab and you will see a
469 <guilabel>Play length</guilabel> setting, as shown in <xref
470 linkend="fig-timing-tab"/>.
471 </para>
472
473 <figure id="fig-timing-tab">
474   <title>The timing tab</title>
475   <mediaobject>
476     <imageobject>
477       <imagedata fileref="screenshots/timing-tab&scs;"/>
478     </imageobject>
479   </mediaobject>
480 </figure>
481
482 <para>
483 This length is a &lsquo;timecode&rsquo;: it consists of four numbers.
484 The first is hours, the second minutes, the third seconds, and the
485 fourth frames.  Enter the duration that you want and then click <guilabel>Set</guilabel>.
486 </para>
487
488 <para>
489 Finally, as with video, you can choose <guilabel>Make DCP</guilabel>
490 from the <guilabel>Jobs</guilabel> menu to create your DCP.  This will
491 be much quicker than creating a DCP from a video file, as DCP-o-matic only needs
492 to encode a single frame which it can then repeat.
493 </para>
494
495 </chapter>
496
497
498 <!-- ============================================================== -->
499 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
500 <title>Manipulating existing DCPs</title>
501
502 <para>
503 Frequently DCP-o-matic is used to take content in formats such as MP4
504 and convert it to JPEG2000 for a DCP.  It can also be used
505 to take existing DCPs and modify them in various ways.
506 </para>
507
508 <section>
509 <title>Importing a DCP into DCP-o-matic</title>
510
511 <para>
512 If you want to do something to an existing DCP the first step is to
513 import it.  Click <guilabel>Add DCP...</guilabel> and select your
514 DCP's folder.  It will be added to the DCP-o-matic project.  If the
515 DCP is unencrypted you can preview it in the normal way, though
516 playback will be very slow as decoding of DCPs is almost as
517 computationally intensive as encoding them.
518 </para>
519
520 <para>
521 If your DCP is a Version File (VF) (i.e. it refers to
522 another DCP's assets) you should import it as follows:
523 </para>
524
525 <itemizedlist>
526 <listitem>Use <guilabel>Add DCP...</guilabel> to import the VF DCP.
527 The VF DCP will be added to the content list and marked &ldquo;NEEDS
528 OV&rdquo;.</listitem>
529 <listitem>Right-click on the VF DCP in the content list and choose <guilabel>Add OV...</guilabel> from the menu.</listitem>
530 <listitem>Choose the folder that contains the OV DCP.  The VF will now be playable as normal.</listitem>
531 </itemizedlist>
532
533 </section>
534
535
536 <section xml:id="sec-decrypting">
537 <title>Decrypting encrypted DCPs</title>
538
539 <para>
540 DCPs can be encrypted (see <xref linkend="ch-encryption"/> for
541 details).  If you import an encrypted DCP you will need a key, in the
542 form of a Key Delivery Message (KDM), to decrypt it.
543 </para>
544
545 <para>
546 KDMs must be prepared by the organisation which created the DCP.  They
547 contain the keys to decrypt the DCP wrapped up in such a way that only
548 the intended recipient can read them.  You will need to provide the
549 organisation with a certificate which identifies your copy of
550 DCP-o-matic and allows them to create a KDM for you.
551 </para>
552
553 <para>
554 To get DCP-o-matic's decryption certificate, open the Preferences
555 dialogue (see <xref linkend="ch-preferences"/>) and go to the
556 <guilabel>Keys</guilabel> tab.  Click the <guilabel>Export DCP
557 decryption certificate...</guilabel> button at the bottom of this tab
558 and save the certificate.  Send this certificate to the DCP creators
559 and they can create a KDM to allow DCP-o-matic to decrypt their DCP.
560 </para>
561
562 <para>
563 Once you have your KDM, right-click the DCP's name in DCP-o-matic and
564 choose <guilabel>Add KDM...</guilabel>.  Specify your KDM and the DCP
565 will be decrypted and become available for preview.
566 </para>
567
568 </section>
569
570
571 <section>
572 <title>Making a DCP from a DCP</title>
573
574 <para>
575 In many ways, using DCPs as <emphasis>content</emphasis> in
576 DCP-o-matic is the same as using any other content.  There are a few
577 things to note, though.
578 </para>
579
580
581 <section>
582 <title>Re-use of existing data</title>
583
584 <para>
585 Where possible DCP-o-matic will re-use existing JPEG2000-compressed
586 data from DCP content without modification.  This has the advantage
587 that creation of the new DCP will be quick, as the time-consuming
588 JPEG2000 encoding is not necessary.
589 </para>
590
591 <para>
592 DCP-o-matic can do this if you <emphasis>avoid</emphasis> changes to
593 the following content settings:
594 </para>
595
596 <itemizedlist>
597 <listitem>Crop</listitem>
598 <listitem>Scaling</listitem>
599 <listitem>Subtitle burn-in</listitem>
600 <listitem>Fades</listitem>
601 <listitem>Colour conversion</listitem>
602 </itemizedlist>
603
604 <para>
605 If you do change any of these settings on a piece of DCP content
606 DCP-o-matic will decode and then re-encode the JPEG2000 data.
607 </para>
608
609 </section>
610
611
612 <section xml:id="sec-overlay">
613 <title>Making overlay files</title>
614
615 <para>
616 With its default settings, DCP-o-matic will take any data from DCP
617 content and copy it into the DCP that it creates.  See <xref linkend="fig-dcp-copy"/>.
618 </para>
619
620 <figure id="fig-dcp-copy">
621 <title>Creating a new DCP by copying an existing one</title>
622 <mediaobject><imageobject><imagedata scale="100" fileref="diagrams/dcp-copy&dia;"/></imageobject></mediaobject>
623 </figure>
624
625 <para>
626 This can be inefficient in some cases.  Consider, for example, a film
627 which has ten different translations for which the subtitles are
628 different but video and audio are the same.  If the video and audio
629 content takes up, say, 100Gb this means that the set of DCPs for every
630 translation would be about 1Tb with a lot of duplicated data.
631 </para>
632
633 <para>
634 The DCP format has a solution to this problem.  One DCP can refer to
635 the &lsquo;assets&rsquo; (picture, sound or subtitle) of another DCP.
636 For our translation example this means that we could have a
637 &lsquo;base&rsquo; DCP (often called the OV or Original Version)
638 containing video, audio and one set of subtitles and then any number
639 of overlay DCPs (often called VF or Version Files) which refer to the
640 base version and replace the original subtitles with their own.  <xref
641 linkend="fig-dcp-refer"/> shows this principle for one of our
642 translations.  The DCP that we make refers to the original content
643 DCP's video and audio rather than containing a copy.
644 </para>
645
646 <figure id="fig-dcp-refer">
647 <title>Creating a new DCP by referring to an existing one</title>
648 <mediaobject><imageobject><imagedata scale="100" fileref="diagrams/dcp-refer&dia;"/></imageobject></mediaobject>
649 </figure>
650
651 <para>
652 To play back the subtitled DCP the projectionist ingests both the base
653 (OV) DCP and the overlay (VF) DCP, then plays the VF one.
654 </para>
655
656 <para>
657 To make a DCP like this:
658 </para>
659
660 <itemizedlist>
661 <listitem>Import your &lsquo;Content DCP&rsquo; to a DCP-o-matic project.</listitem>
662 <listitem>Add whatever replacement you want in your new DCP (replacement subtitles or audio files, for example).</listitem>
663 <listitem>Select the DCP in the content list</listitem>
664 <listitem>Tick the <guilabel>Use's this DCP's ... as OV and make VF</guilabel> checkbox
665 in the tabs for the parts of the DCP that you want to refer to in your
666 new DCP.  For example, to refer to the Content DCP's video and audio you would select the <guilabel>Video</guilabel> tab, click <guilabel>Use this DCP's video as OV and make VF</guilabel> then select the <guilabel>Audio</guilabel> tab and click <guilabel>Use this DCP's audio as OV and make VF</guilabel>.</listitem>
667 <listitem>Do <guilabel>Make DCP</guilabel> as usual and your VF DCP will be created.</listitem>
668 </itemizedlist>
669
670 </section>
671
672 </section>
673
674
675
676 </chapter>
677 <!-- ============================================================== -->
678
679
680 <!-- ============================================================== -->
681 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
682 <title>Content settings</title>
683
684 <para>
685 The previous chapters showed DCP generation using the default
686 settings.  DCP-o-matic offers a range of features to adjust the
687 content that goes into your DCP, and this chapter describes those
688 features in detail.
689 </para>
690
691 <section>
692 <title>Adding and removing content</title>
693
694 <para>
695 At the top of the <guilabel>Content</guilabel> tab is a list of the
696 content that will go into our DCP.  There can be as many pieces of
697 content as you like, and they can be of the following types:
698 </para>
699
700 <itemizedlist>
701 <listitem>Movie &mdash; a file containing some video, probably some
702 audio and possibly some embedded subtitles; for example, a MOV, MP4 or VOB.
703 </listitem>
704
705 <listitem>Sound &mdash; a file containing one or more channels of
706 audio; for example, a WAV or AIFF file.
707 </listitem>
708
709 <listitem>Still image &mdash; a file containing a single still image; for
710 example, a JPEG, PNG or TIFF file.
711 </listitem>
712
713 <listitem>Moving image &mdash; a directory containing many still
714 images which should be treated as the frames of a video.
715 </listitem>
716
717 <listitem>Subtitle &mdash; a file containing subtitle which will be
718 superimposed on the image of the DCP.  These can be
719 <guilabel>.srt</guilabel>, <guilabel>.ssa</guilabel>, <guilabel>.ass</guilabel> or <guilabel>.xml</guilabel>
720 files.</listitem>
721
722 <listitem>DCP &mdash; an existing DCP.</listitem>
723 </itemizedlist>
724
725 <para>
726 To add one or more movie, sound, still-image or subtitle files, select
727 <guilabel>Add file(s)...</guilabel> and choose them from the selector.
728 </para>
729
730 <para>
731 DCP-o-matic will automatically map a set of audio files to the correct channels if you include appropriate &lsquo;tags&rsquo; in your filenames, as shown in <xref linkend="tab-audio-file-naming"/>.
732 </para>
733
734 <table id="tab-audio-file-naming">
735   <title>Audio file naming</title>
736   <tgroup cols='3' align='left' colsep='1' rowsep='1'>
737     <thead>
738       <row>
739         <entry>Tag</entry>
740         <entry>Examples</entry>
741         <entry>Channel</entry>
742       </row>
743     </thead>
744     <tbody>
745       <row>
746         <entry><code>L</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry>
747         <entry>film-L.wav my_movie_L_final.wav</entry>
748         <entry>Left</entry>
749       </row>
750       <row>
751         <entry><code>R</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry>
752         <entry>film-R.wav my_movie_R_final.wav</entry>
753         <entry>Right</entry>
754       </row>
755       <row>
756         <entry><code>C</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry>
757         <entry>film-C.wav my_movie_C_final.wav</entry>
758         <entry>Centre</entry>
759       </row>
760       <row>
761         <entry><code>Lfe</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry>
762         <entry>film-Lfe.wav my_movie_Lfe_final.wav</entry>
763         <entry>LFE (sub)</entry>
764       </row>
765       <row>
766         <entry><code>Ls</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry>
767         <entry>film-Ls.wav my_movie_Ls_final.wav</entry>
768         <entry>Left surround</entry>
769       </row>
770       <row>
771         <entry><code>Rs</code> surrounded by <code>.</code> <code>_</code> or <code>-</code></entry>
772         <entry>film-Rs.wav my_movie_Rs_final.wav</entry>
773         <entry>Right surround</entry>
774       </row>
775     </tbody>
776   </tgroup>
777 </table>
778
779 <para>
780 To add a directory (folder) of images, choose <guilabel>Add
781 folder...</guilabel> and choose the directory from the selector.
782 DCP-o-matic will open a small dialogue box where you can enter the
783 frame rate that the image sequence should be run at.
784 </para>
785
786 <para>
787 To add a DCP, choose <guilabel>Add DCP...</guilabel> and choose the
788 DCP's directory from the selector.
789 </para>
790
791 <para>
792 You can remove a piece of content by clicking on its name and then
793 clicking the <guilabel>Remove</guilabel> button.
794 </para>
795
796 </section>
797
798 <!-- ============================================================== -->
799 <section>
800 <title>Adding existing DCPs</title>
801
802 <para>Adding existing DCPs to a DCP-o-matic film is a little different
803 to adding other types of content.  Most content has to be converted to
804 JPEG2000, the compression scheme used by DCPs, which is a very
805 time-consuming process.  Existing DCPs are already in JPEG2000 format
806 so do not require conversion.  This means that, provided no settings
807 such as crop are used on the DCP content, picture and sound data will
808 be passed from existing to new DCP unaltered.
809 </para>
810
811 <para>Encrypted DCPs that are added as content will require a KDM
812 targeted at DCP-o-matic so that DCP-o-matic can decrypt them.  You
813 should ask the creator of the imported DCP to provide a KDM for
814 DCP-o-matic's decryption certificate, which can be obtained by
815 clicking <guilabel>Export DCP decryption certificate...</guilabel>
816 from the <guilabel>Keys</guilabel> tab of the
817 <guilabel>Preferences</guilabel> dialog (see <xref
818 linkend="sec-prefs-keys"/>).
819 </para>
820
821 </section>
822
823 <!-- ============================================================== -->
824 <section>
825 <title>Content Properties</title>
826
827 <para>
828 Below the content list are the controls to set content properties.  To
829 adjust the properties for a piece of content, click its name in the
830 content list.  The content property controls will then become active
831 for that piece of content.
832 </para>
833
834 <para>
835 If you want to change the properties for multiple pieces of content at
836 the same time, select the content in the list by clicking the first
837 piece then clicking the other pieces with <keycap>shift</keycap> key
838 held down.  Note that not all settings can be changed in this way.
839 </para>
840
841 <para>
842 The content properties are split up into four sections:
843 <guilabel>Video</guilabel>, <guilabel>Audio</guilabel>,
844 <guilabel>Subtitles</guilabel> and <guilabel>Timing</guilabel>.  Not
845 all of these sections will be active for all content types.  The controls
846 in each section are described below.
847 </para>
848
849 </section>
850
851
852 <!-- ============================================================== -->
853 <section>
854 <title>Video</title>
855
856 <para>
857 The <guilabel>Video</guilabel> tab controls properties of the image, as shown in <xref linkend="fig-video-tab"/>.
858 </para>
859
860 <figure id="fig-video-tab">
861   <title>Video settings tab</title>
862   <mediaobject>
863     <imageobject>
864        <imagedata fileref="screenshots/video-tab&scs;"/>
865     </imageobject>
866   </mediaobject>
867 </figure>
868
869
870 <!-- ============================================================== -->
871 <section>
872 <title>Use this DCP's video as OV and make VF</title>
873
874 <para>
875 This option is only applicable if the selected content is an existing
876 DCP.  It allows you make a VF DCP, using the video content from the
877 existing DCP by referencing it (rather than copying).  See <xref
878 linkend="sec-overlay"/>.
879 </para>
880
881 </section>
882
883 <!-- ============================================================== -->
884 <section>
885 <title>Image type</title>
886
887 <para>
888 The next option on this tab is the &lsquo;type&rsquo; of the video.
889 This specifies how DCP-o-matic should interpret the video's image.
890 <guilabel>2D</guilabel> is the default; this just takes the video
891 image as a standard 2D frame.  The <guilabel>3D
892 left/right</guilabel> option tells DCP-o-matic to interpret the frame as a
893 left-right pair, as shown in <xref linkend="fig-3d-left-right"/>.
894 </para>
895
896 <figure id="fig-3d-left-right">
897   <title>3D left/right image type</title>
898   <mediaobject>
899     <imageobject>
900        <imagedata scale="100" fileref="diagrams/3d-left-right&dia;"/>
901     </imageobject>
902   </mediaobject>
903 </figure>
904
905 <para>
906 Alternatively the <guilabel>3D top/bottom</guilabel> option tells
907 DCP-o-matic to see the frame as a top-bottom pair, as shown in <xref
908 linkend="fig-3d-top-bottom"/>.
909 </para>
910
911 <figure id="fig-3d-top-bottom">
912   <title>3D top/bottom image type</title>
913   <mediaobject>
914     <imageobject>
915        <imagedata scale="100" fileref="diagrams/3d-top-bottom&dia;"/>
916     </imageobject>
917   </mediaobject>
918 </figure>
919
920 <para>
921 Another option is <guilabel>3D alternate</guilabel> which takes the
922 first frame of the content as for the left eye, the second for the
923 right eye, the third for the left, and so on.  Finally, you can
924 specify <guilabel>3D left only</guilabel> or <guilabel>3D right
925 only</guilabel> if this content contains only the the left or right
926 eye images.  This is useful when you have the left and right eye image
927 sets in different files; you can specify one content as <guilabel>3D
928 left only</guilabel> and another as <guilabel>3D right only</guilabel>
929 and DCP-o-matic will pick up the appropriate frames from each.
930 </para>
931
932 </section>
933
934
935 <!-- ============================================================== -->
936 <section>
937 <title>Filtering</title>
938
939 <para>
940 The &lsquo;filters&rsquo; settings allow you to apply various video
941 filters to the image.  These may be useful to try to improve
942 poor-quality sources like DVDs.  You can set up the filters by clicking the
943 <guilabel>Edit</guilabel> button next to the filters entry in the
944 setup area of the DCP-o-matic window; this opens the filters selector
945 as shown in <xref linkend="fig-filters"/>.
946 </para>
947
948 <figure id="fig-filters">
949   <title>Filters selector</title>
950   <mediaobject>
951     <imageobject>
952       <imagedata fileref="screenshots/filters&scs;"/>
953     </imageobject>
954   </mediaobject>
955 </figure>
956
957 <para>
958 After changing the filters setup, you will need to regenerate the DCP
959 to see the effect on the cinema screen.  The preview in DCP-o-matic
960 will update itself whenever filters are changed, though of course this
961 image is much smaller and of lower resolution than a projected image!
962 </para>
963 </section>
964
965
966
967 <!-- ============================================================== -->
968 <section>
969 <title>Colour conversion</title>
970
971 <para>
972 The <guilabel>Colour conversion</guilabel> setting specifies what
973 colour transforms and gamma correction DCP-o-matic will use when
974 converting the selected content into the XYZ colourspace for the DCP.
975 </para>
976
977 <para>
978 The easiest way to select the required conversion is to choose one of
979 DCP-o-matic's presets.  DCP-o-matic knows how to convert from four
980 common colourspaces: sRGB, Rec. 601, Rec. 709 and P3.  If you do not
981 know which preset you should use, refer to the suggestions in <xref
982 linkend="tab-colour-conversion"/>.
983 </para>
984
985 <table id="tab-colour-conversion">
986 <title>Suggested colour conversion settings</title>
987 <tgroup cols='2' align='left' colsep='1' rowsep='1'>
988 <colspec colwidth='1*'/>
989 <colspec colwidth='5*'/>
990 <tbody>
991 <row>
992 <entry>sRGB</entry><entry>Still images in RGB, e.g. photographs</entry>.
993 </row>
994 <row>
995 <entry>Rec. 601</entry><entry>Standard-definition content (fewer than about 1000 pixels across) including DVD rips.</entry>
996 </row>
997 <row>
998 <entry>Rec. 709</entry><entry>High-definition content including Blu-Ray rips.</entry>
999 </row>
1000 <row>
1001 <entry>P3</entry><entry>Content explicitly graded to P3.</entry>
1002 </row>
1003 </tbody>
1004 </tgroup>
1005 </table>
1006
1007 <para>
1008 For other required colour conversions, and if you know what you are
1009 doing, you can choose <guilabel>Custom</guilabel> which will open the full
1010 colour conversion editing dialogue box:
1011 </para>
1012
1013 <figure id="fig-colour-conversion">
1014   <title>Dialogue box for custom colour conversion</title>
1015   <mediaobject>
1016     <imageobject>
1017       <imagedata fileref="screenshots/colour-conversion&scs;"/>
1018     </imageobject>
1019   </mediaobject>
1020 </figure>
1021
1022 <para>
1023 Alternatively, choose <guilabel>None</guilabel> if your source files
1024 are already in the XYZ colour space and require no conversion.
1025 </para>
1026
1027 <para>
1028 DCP-o-matic's colour conversion processes are discussed in much more
1029 detail in a separate document <ulink
1030 url="http://dcpomatic.com/manual/colour.pdf">colour.pdf</ulink>.
1031 </para>
1032
1033 </section>
1034
1035 <!-- ============================================================== -->
1036 <section>
1037 <title>Other settings</title>
1038
1039 <para>
1040 The <guilabel>crop</guilabel> settings can be used to crop your
1041 content, which is often used to remove black borders from the edges of
1042 the image.  The specified number of pixels will be trimmed from each
1043 edge, and the content image in the right of the window will be updated
1044 to show the effect of the crop.
1045 </para>
1046
1047 <para>
1048 The <guilabel>fade in</guilabel> and <guilabel>fade out</guilabel>
1049 settings can be used to apply linear fades into and out of a piece of
1050 content.  Specify the time for each, clicking <guilabel>Set</guilabel>
1051 after making any changes.
1052 </para>
1053
1054 <para>
1055 The <guilabel>Scale to</guilabel> option governs the shape that
1056 DCP-o-matic will scale the content's image into.  Select the aspect
1057 ratio that your content should be presented in.
1058 </para>
1059
1060 </section>
1061
1062 <!-- ============================================================== -->
1063 <section>
1064 <title>Video description</title>
1065
1066 <para>
1067 At the bottom of the video tab is a short description of what will
1068 happen to your video with the current settings.  In the example of
1069 <xref linkend="fig-video-tab"/>, DCP-o-matic is telling you that the
1070 video file is 1920x1080 pixels and it has square pixels (a pixel
1071 aspect ratio of 1.00) hence its display aspect ratio is 1.78:1.  Since
1072 the controls specify &lsquo;16.9&rsquo; for the ratio, DCP-o-matic
1073 does not scale the image but pads it to the DCP's container ratio of
1074 1.85:1.  For a 2K DCP this is 1998x1080 pixels.
1075 </para>
1076
1077 <para>
1078 This description also gives the frame rate of the content and what
1079 will happen to it when it is played at the DCP's frame rate.  See
1080 <xref linkend="ch-frame-rates"/> for details of DCP-o-matic's
1081 frame-rate conversion.
1082 </para>
1083
1084 </section>
1085
1086 </section>
1087
1088
1089 <!-- ============================================================== -->
1090 <section>
1091 <title>Audio</title>
1092
1093 <para>
1094 The <guilabel>Audio</guilabel> tab controls properties of the image, as shown in <xref linkend="fig-audio-tab"/>.
1095 </para>
1096
1097 <figure id="fig-audio-tab">
1098   <title>Audio settings tab</title>
1099   <mediaobject>
1100     <imageobject>
1101        <imagedata fileref="screenshots/audio-tab&scs;"/>
1102     </imageobject>
1103   </mediaobject>
1104 </figure>
1105
1106 <!-- ============================================================== -->
1107 <section>
1108 <title>The audio map</title>
1109
1110 <para>
1111 The section at the bottom of the audio tab is the &lsquo;audio
1112 map&rsquo;.  This governs how sound from the content will be arranged
1113 in the DCP.
1114 </para>
1115
1116 <para>
1117 Down the left-hand side of the map is the list of audio channels in
1118 the currently-selected piece of content.  These are labelled with two
1119 numbers; the first is the stream index within the content and the
1120 second is the channel number within that stream.  Some content will
1121 have different streams for different languages or audio mixes.  Along
1122 the top is each channel in the DCP.  A green box means that the
1123 corresponding content channel will be copied into the corresponding
1124 DCP channel.
1125 </para>
1126
1127 <para>
1128 When content channels are copied into DCP channels they can be done
1129 with variable gain.  If, for example, you want to copy a channel
1130 as-is, you can set a gain of 0dB.  Alternatively, if you want to mix
1131 two channels into one, you may want to use a gain of -6dB on each one
1132 to prevent clipping when the two channels are added.
1133 </para>
1134
1135 <para>
1136 The green boxes of the audio mapping view tell you (very roughly) how
1137 much gain is applied to each channel.  A full-height box means 0dB
1138 (i.e. unity) gain.  Any less height indicates lower gain.
1139 </para>
1140
1141 <para>
1142 To map one channel to another with 0dB gain, click in the empty box
1143 and it will turn green to reflect the mapping.  A second click will
1144 turn the mapping back off.  To set some other gain, right-click on the
1145 box to open the gain menu.  This allows you to set
1146 <guilabel>Off</guilabel> (no mapping or negative infinity gain),
1147 <guilabel>Full</guilabel> (0dB gain), -6dB gain or
1148 <guilabel>Edit</guilabel> which allows you to set the required gain
1149 precisely.
1150 </para>
1151
1152 <para>
1153 Consider, for example, the case in <xref linkend="fig-audio-map-eg1"/>.
1154 </para>
1155
1156 <figure id="fig-audio-map-eg1">
1157   <title>Audio map example 1</title>
1158   <mediaobject>
1159     <imageobject>
1160        <imagedata fileref="screenshots/audio-map-eg1&scs;"/>
1161     </imageobject>
1162   </mediaobject>
1163 </figure>
1164
1165 <para>
1166 Here, we have two channels in the source which are mapped to left and
1167 right, respectively, in the DCP.  The full green boxes show that the
1168 mapping is at unity gain (0dB) in each case.  Imagine that we modify
1169 the settings to those shown in <xref linkend="fig-audio-map-eg2"/>
1170 </para>
1171
1172 <figure id="fig-audio-map-eg2">
1173   <title>Audio map example 2</title>
1174   <mediaobject>
1175     <imageobject>
1176        <imagedata fileref="screenshots/audio-map-eg2&scs;"/>
1177     </imageobject>
1178   </mediaobject>
1179 </figure>
1180
1181 <para>
1182 We now have the content's streams mapped to left and right and also
1183 mixed together and placed in the DCP's centre channel.  The smaller
1184 green boxes on the centre mappings show that those channels are added
1185 with some non-unity gain; you can see by hovering the mouse pointer
1186 over those boxes that the gain for content channels 1 and 2 is -6dB
1187 when being sent to the centre channel and 0dB when being sent to left
1188 and right.
1189 </para>
1190
1191 <figure id="fig-audio-map-eg3">
1192   <title>Audio map example 3</title>
1193   <mediaobject>
1194     <imageobject>
1195        <imagedata fileref="screenshots/audio-map-eg3&scs;"/>
1196     </imageobject>
1197   </mediaobject>
1198 </figure>
1199
1200 <para>
1201 As a final example, the map in <xref linkend="fig-audio-map-eg3"/>
1202 shows the mapping of a 5.1 source into a 5.1 DCP.
1203 </para>
1204
1205 </section>
1206
1207
1208 <!-- ============================================================== -->
1209 <section>
1210   <title>Other controls</title>
1211
1212 <para>
1213 The <guilabel>Use this DCP's audio as OV and make VF</guilabel>
1214 checkbox is only applicable if the selected content is an existing
1215 DCP.  It allows you to make a VF DCP, using the audio content from the
1216 existing DCP by referencing it (rather than copying).  See <xref
1217 linkend="sec-overlay"/>.
1218 </para>
1219
1220 <para>
1221 <guilabel>Show graphs of audio levels</guilabel> will analyse the
1222 audio of the selected content and plot it on a graph.  See <xref
1223 linkend="sec-show-audio"/> for more details.
1224 </para>
1225
1226 <para>
1227 &lsquo;Audio Gain&rsquo; is used to alter the volume of the
1228 soundtrack.  The specified gain (in dB) will be applied to each sound
1229 channel of your content before it is written to the DCP.
1230 </para>
1231
1232 <para>
1233 If you use a sound processor that DCP-o-matic knows about, it can help
1234 you calculate changes in gain that you should apply.  Say, for
1235 example, that you make a test DCP and find that you have to run it at
1236 volume 5 instead of volume 7 to get a good sound level in the screen.
1237 If this is the case, click the <guilabel>Calculate...</guilabel>
1238 button next to the audio gain entry, and the dialogue box in <xref
1239 linkend="fig-calculate-audio-gain"/> will open.
1240 </para>
1241
1242 <figure id="fig-calculate-audio-gain">
1243   <title>Calculating audio gain</title>
1244   <mediaobject>
1245     <imageobject>
1246       <imagedata fileref="screenshots/calculate-audio-gain&scs;"/>
1247     </imageobject>
1248   </mediaobject>
1249 </figure>
1250
1251 <para>
1252 For our example, put 5 in the first box and 7 in the second and click
1253 <guilabel>OK</guilabel>.  DCP-o-matic will calculate the audio gain
1254 that it should apply to make this happen.  Then you can re-make the
1255 DCP (this will be reasonably fast, as the video data will already have
1256 been done) and it should play back at the correct volume with 7 on
1257 your sound-rack fader.
1258 </para>
1259
1260 <para>
1261 Current versions of DCP-o-matic only know about the Dolby CP650 and
1262 CP750.  If you use a different sound processor, and know the gain
1263 curve of its volume control, <ulink url="mailto:carl@dcpomatic.com">get in
1264 touch</ulink>.
1265 </para>
1266
1267 <para>
1268 <guilabel>Audio Delay</guilabel> is used to adjust the synchronisation
1269 between audio and video.  A positive delay will move the audio later
1270 with respect to the video, and a negative delay will move it earlier.
1271 </para>
1272
1273 </section>
1274 </section>
1275
1276
1277 <!-- ============================================================== -->
1278 <section>
1279 <title>Subtitles</title>
1280
1281 <para>
1282 The subtitles tab contains settings related to subtitles in your
1283 content, as shown in <xref linkend="fig-subtitles-tab"/>.
1284 </para>
1285
1286 <figure id="fig-subtitles-tab">
1287   <title>Subtitle settings tab</title>
1288   <mediaobject>
1289     <imageobject>
1290        <imagedata fileref="screenshots/subtitles-tab&scs;"/>
1291     </imageobject>
1292   </mediaobject>
1293 </figure>
1294
1295 <para>
1296 DCP-o-matic can either:
1297 </para>
1298
1299 <itemizedlist>
1300   <listitem>Extract subtitles that are embedded in video files, or</listitem>
1301   <listitem>Use subtitles from SubRip (<code>.srt</code>), SubStation
1302   Alpha (<code>.ssa</code> or <code>.ass</code>) or DCP XML files.  You may find the great
1303   free program <ulink
1304   url="http://www.nikse.dk/subtitleedit/">Subtitle Edit</ulink> useful
1305   for creating such files.</listitem>
1306 </itemizedlist>
1307
1308 <para>
1309 Embedded subtitles are usually represented using a set of bitmaps,
1310 especially on files that have come from DVD or BluRay.  Such subtitles
1311 can (currently) only be &lsquo;burnt&rsquo; into the DCP (that is,
1312 they are included in the image and not overlaid by the projector).
1313 </para>
1314
1315 <para>
1316 With SubRip, SubStation Alpha or DCP subtitles you have the choice to
1317 either burn-in or include the subtitles as separate subtitle
1318 &lsquo;asset&rsquo; within your DCP (in which case the projector
1319 overlays them onto the image on playback).  The difference between
1320 burn-in and overlay is illustrated by <xref linkend="fig-burn-in"/>
1321 and <xref linkend="fig-discrete"/>.
1322 </para>
1323
1324 <figure id="fig-burn-in">
1325   <title>Burnt-in subtitles</title>
1326   <mediaobject>
1327     <imageobject>
1328        <imagedata scale="100" fileref="diagrams/burn-in&dia;"/>
1329     </imageobject>
1330   </mediaobject>
1331 </figure>
1332
1333 <figure id="fig-discrete">
1334   <title>Separate subtitles</title>
1335   <mediaobject>
1336     <imageobject>
1337        <imagedata scale="100" fileref="diagrams/discrete&dia;"/>
1338     </imageobject>
1339   </mediaobject>
1340 </figure>
1341
1342 <para>
1343 The advantage of separate subtitles is that the same video content can
1344 be used for DCPs in many different languages.  This means that only a
1345 small text file needs to be changed for each target language, rather
1346 than a large video file.  It also means that the time-consuming video
1347 encoding need only be done once for the project rather than once for
1348 every language.
1349 </para>
1350
1351 <para>
1352 Select the <guilabel>Use Subtitles</guilabel> check-box to enable
1353 the subtitles in the selected content.
1354 </para>
1355
1356 <para>
1357 Select the <guilabel>Burn subtitles into image</guilabel> check-box to
1358 burn these subtitles into the image; if this is not ticked the
1359 subtitles will be included separately in the DCP to be rendered by the
1360 projector.  This check-box will always be ticked if you are using
1361 embedded &lsquo;image&rsquo; subtitles.
1362 </para>
1363
1364 <para>
1365 The <guilabel>X Offset</guilabel> and <guilabel>Y Offset</guilabel>
1366 controls move the subtitles around within the image.  The offsets are
1367 expressed as a percentage of the video frame size; 100% X offset is
1368 the entire width of the frame, and 100% Y offset is the entire height.
1369 Hence, to move the subtitles down by half the frame height you would
1370 use a Y offset of 50%.
1371 </para>
1372
1373 <para>
1374 The <guilabel>X Scale</guilabel> and <guilabel>Y Scale</guilabel>
1375 controls scale the subtitles.  Scale values of 1 make the subtitles
1376 the same size (relative to the size of the image) as they are on the
1377 original.  Values lower than 1 make them smaller, and values higher
1378 make them larger.  You can stretch the subtitles in either direction
1379 by specifying different values for X and Y scale.  Subtitles from DVD
1380 and Blu Ray sources are frequently larger (relative to the video
1381 frame) than those typically used for DCP, so it is often useful to
1382 scale such subtitles down using these controls.
1383 </para>
1384
1385 <para>
1386 The <guilabel>Line spacing</guilabel> control adjusts the line spacing
1387 of the subtitles.  This only works for non-embedded (text) subtitles.
1388 </para>
1389
1390 <para>
1391 The <guilabel>Stream</guilabel> control changes the subtitle stream
1392 that is used when the content has more than one.
1393 </para>
1394
1395 <para>
1396 If you are using non-embedded (text) subtitles you can see the
1397 subtitle text and timings by clicking the <guilabel>View...</guilabel>
1398 button, or specify the fonts that should be used by clicking <guilabel>Fonts...</guilabel>.
1399 </para>
1400
1401 <para>
1402 With any subtitles you can click <guilabel>Appearance...</guilabel> to
1403 change how the subtitles look.
1404 </para>
1405
1406 </section>
1407
1408
1409 <!-- ============================================================== -->
1410 <section>
1411 <title>Timing</title>
1412
1413 <para>
1414 The timing tab contains settings related to the timing of your
1415 content, as shown in <xref linkend="fig-timing-tab-detail"/>.
1416 </para>
1417
1418 <figure id="fig-timing-tab-detail">
1419   <title>Timing settings tab</title>
1420   <mediaobject>
1421     <imageobject>
1422        <imagedata fileref="screenshots/timing-tab&scs;"/>
1423     </imageobject>
1424   </mediaobject>
1425 </figure>
1426
1427 <para>
1428 Most of the timing tab's entries are <emphasis>time-codes</emphasis>.
1429 These are expressed as four numbers, as shown in <xref
1430 linkend="fig-timecode"/>.
1431 </para>
1432
1433 <figure id="fig-timecode">
1434   <title>Timecode</title>
1435   <mediaobject>
1436     <imageobject>
1437        <imagedata scale="100" fileref="diagrams/timecode&dia;"/>
1438     </imageobject>
1439   </mediaobject>
1440 </figure>
1441
1442 <para>
1443 <guilabel>Position</guilabel> is the time at which this piece of
1444 content should start within the DCP.  In most cases, this will be
1445 <code>0:0:0:0</code> to make the content start at the beginning of the
1446 DCP.
1447 </para>
1448
1449 <para>
1450 <guilabel>Full length</guilabel> is the length of the piece of
1451 content.  This can only be set for still-image content: for video or
1452 sound content, it is fixed by the nature of the content file.  If
1453 still-image content is being used you can set the length for which it
1454 should be displayed using this control.
1455 </para>
1456
1457 <para>
1458 <guilabel>Trim from start</guilabel> specifies the amount that should
1459 be trimmed from the start of the content.  You can set this amount to
1460 trim up to the current preview position by clicking <guilabel>Trim up
1461 to current position</guilabel>.
1462 </para>
1463
1464 <para>
1465 <guilabel>Trim from end</guilabel> specifies the amount that should be
1466 trimmed from the end of the content.  You can set this amount to trim
1467 after the current preview position by clicking <guilabel>Trim after to
1468 current position</guilabel>.
1469 </para>
1470
1471 <para>
1472 <guilabel>Play length</guilabel> indicates how long this piece of
1473 content will be once the trims have been applied.  This will be equal
1474 to the full length minus <guilabel>trim-from-start</guilabel> and minus <guilabel>trim-from-end</guilabel>.
1475 </para>
1476
1477 <para>
1478 <guilabel>Video frame rate</guilabel> specifies the frame rate for
1479 still-image content.  It can also be used to override the detected
1480 frame rate of other content if DCP-o-matic has got it wrong.
1481 </para>
1482
1483 <para>
1484 Each timecode control has a <guilabel>Set</guilabel> which you should
1485 click when you have entered a new value for a timecode.  The
1486 <guilabel>Set</guilabel> button will make DCP-o-matic take account of
1487 any changes to the corresponding timecode.
1488 </para>
1489
1490 </section>
1491
1492
1493 <!-- ============================================================== -->
1494 <section>
1495 <title>Video processing pipeline</title>
1496
1497 <para>
1498 This section gives a little more detail about how DCP-o-matic process
1499 video as it takes it from a source and puts it into a DCP.
1500 </para>
1501
1502 <para>
1503 Consider, as a somewhat over-the-top example, that we have a 720 x 576
1504 image which is letterboxed with 36 black pixels each at the top and
1505 bottom, and the video content within the letterbox should be presented
1506 in the DCP at ratio of 2.39:1 within a 1.85:1 frame (such as might
1507 happen with a trailer).  The source image is shown in <xref
1508 linkend="fig-pipeline1"/>.
1509 </para>
1510
1511 <figure id="fig-pipeline1">
1512   <title>Example image to demonstrate video processing</title>
1513   <mediaobject>
1514     <imageobject>
1515        <imagedata scale="100" fileref="diagrams/pipeline1&dia;"/>
1516     </imageobject>
1517   </mediaobject>
1518 </figure>
1519
1520 <para>
1521 DCP-o-matic runs through the following steps when preparing an image for a DCP:
1522 </para>
1523
1524 <itemizedlist>
1525 <listitem>Crop</listitem>
1526 <listitem>Scale</listitem>
1527 <listitem>Place in container</listitem>
1528 </itemizedlist>
1529
1530 <para>
1531 First, some amount of the image can be cropped.  This is almost always
1532 used to remove black borders (letterboxing and/or pillarboxing) around
1533 images.
1534 </para>
1535
1536 <para>
1537 In our example image, we would use 36 pixels of crop from the top and
1538 bottom.  This would give the new image shown in <xref
1539 linkend="fig-pipeline2"/>.
1540 </para>
1541
1542 <figure id="fig-pipeline2">
1543   <title>Example image after cropping</title>
1544   <mediaobject>
1545     <imageobject>
1546        <imagedata scale="100" fileref="diagrams/pipeline2&dia;"/>
1547     </imageobject>
1548   </mediaobject>
1549 </figure>
1550
1551 <para>
1552 The next step is to scale the image.  Since this content should be
1553 presented in a 2.39:1 aspect ratio inside a 1.85:1 DCP we would select
1554 <guilabel>Scope</guilabel> from the <guilabel>Scale to</guilabel>
1555 option in the <guilabel>Video</guilabel> tab and
1556 <guilabel>Flat</guilabel> from the <guilabel>Container</guilabel>
1557 option in the <guilabel>DCP</guilabel> tab.
1558 </para>
1559
1560 <para>The <guilabel>Scale to</guilabel> option should always be set to
1561 the aspect ratio at which the content should be seen.  The
1562 <guilabel>Container</guilabel> option should be set to the preset that
1563 you want to use on the projector.  Of course, these two settings will
1564 often be the same.
1565 </para>
1566
1567 <para>
1568 Given the scaling and container information, DCP-o-matic will look at
1569 the DCP's container size, and then scale the source image up until one
1570 or both of its dimensions (width, height or both) fits the size of the
1571 container, all the while preserving the desired aspect ratio.
1572 </para>
1573
1574 <para>
1575 In our example here, the DCP's container is specified as 1.85:1 (so
1576 that the DCP will play back correctly using the projector's
1577 &lsquo;Flat&rsquo; preset).  At 2K, 1.85:1 is 1998 pixels by 1080.
1578 Scaling the source up whilst preserving its 1.85:1 aspect ratio will
1579 result in the image hitting the sides of the container first, at a
1580 size of 1998 x 836.  This gives us a new version of the image as shown
1581 in <xref linkend="fig-pipeline3"/>.
1582 </para>
1583
1584 <figure id="fig-pipeline3">
1585   <title>Example image after cropping and scaling</title>
1586   <mediaobject>
1587     <imageobject>
1588        <imagedata scale="100" fileref="diagrams/pipeline3&dia;"/>
1589     </imageobject>
1590   </mediaobject>
1591 </figure>
1592
1593 <para>
1594 The final step is to place the image into the DCP.  In this case,
1595 since we have a 2.39:1 image that should be presented as a 1.85:1 DCP,
1596 we have set the <guilabel>container</guilabel> in the
1597 <guilabel>DCP</guilabel> tab to be Scope.  Since the content has been
1598 scaled to 1998 x 836, and a Flat container is 1998 x 1080, there will
1599 be some black bars at the top and bottom of the image.  DCP-o-matic
1600 shares out this black equally, as shown in <xref
1601 linkend="fig-pipeline3"/>.
1602 </para>
1603
1604 <figure id="fig-pipeline4">
1605   <title>Example image in the DCP</title>
1606   <mediaobject>
1607     <imageobject>
1608        <imagedata scale="100" fileref="diagrams/pipeline4&dia;"/>
1609     </imageobject>
1610   </mediaobject>
1611 </figure>
1612
1613 </section>
1614
1615
1616 <section>
1617   <title>Copy and paste settings</title>
1618
1619 <para>
1620 Once you have set up a piece of content it is possible to copy the
1621 settings you have applied to another piece of content.  To do this,
1622 select the content to copy from and choose <guilabel>Copy</guilabel>
1623 from the <guilabel>Edit</guilabel> menu.  Then select the content to
1624 copy to and choose <guilabel>Paste</guilabel>.  A dialogue box will
1625 open to allow you to choose which settings you want to copy.  Clicking
1626 <guilabel>OK</guilabel> will apply the copied settings.
1627 </para>
1628
1629 </section>
1630
1631
1632 </chapter>
1633
1634
1635 <!-- ============================================================== -->
1636 <chapter xml:id="ch-dcp" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
1637 <title>DCP settings</title>
1638
1639 <para>
1640 This chapter describes the settings that apply to the whole DCP.  The
1641 controls for these settings are in the <guilabel>DCP</guilabel> tab of
1642 the main window, as shown in <xref linkend="fig-dcp-tab"/>.
1643 </para>
1644
1645 <figure id="fig-dcp-tab">
1646   <title>DCP settings tab</title>
1647   <mediaobject>
1648     <imageobject>
1649        <imagedata fileref="screenshots/dcp-tab&scs;"/>
1650     </imageobject>
1651   </mediaobject>
1652 </figure>
1653
1654 <para>
1655 The first thing here is the name.  This is generally set to the title
1656 of the film that is being encoded.  If <guilabel>Use ISDCF
1657 name</guilabel> is not ticked, the name that you specify will be used
1658 as-is for the name of the DCP.  If <guilabel>Use ISDCF name</guilabel>
1659 is ticked, the name that you enter will be used as part of a
1660 ISDCF-compliant name.
1661 </para>
1662
1663 <para>
1664 Underneath the name field is a preview of the name that the DCP will
1665 get.  To use a ISDCF-compliant name, tick the <guilabel>Use ISDCF
1666 name</guilabel> check-box.  The ISDCF name will be composed using details
1667 of your content's soundtrack, the current date and other things that
1668 can be specified in the ISDCF name details dialogue box, which you can
1669 open by clicking on the <guilabel>Details</guilabel> button.
1670 </para>
1671
1672 <para>
1673 If you want to take the ISDCF-compliant name that DCP-o-matic
1674 generates and modify it, click <guilabel>Copy as name</guilabel> and
1675 the ISDCF name will be copied into the <guilabel>Name</guilabel> box.
1676 You can then edit it as you wish.  The DCP name should not matter (in
1677 that it should not affect how the DCP ingests or plays) but
1678 projectionists will appreciate it if you use the standard naming
1679 scheme as it makes it easier to identify details of the content.
1680 </para>
1681
1682 <para>
1683 The <guilabel>Content Type</guilabel> option can be
1684 &lsquo;feature&rsquo;, &lsquo;trailer&rsquo; or whatever; select the
1685 required type from the drop-down list.  On some projection systems
1686 this will affect where your content appears in the projector's server
1687 user interface, so take care to select an appropriate type.
1688 </para>
1689
1690 <para>
1691 The <guilabel>Signed</guilabel> check-box sets whether or not the DCP
1692 is signed.  This is rarely important; if in doubt, tick it.
1693 </para>
1694
1695 <para>
1696 The <guilabel>Encrypted</guilabel> check-box will set whether the DCP
1697 should be encrypted or not.  If this is ticked, the DCP will require a
1698 KDM to play back.  Encryption is discussed in <xref
1699 linkend="ch-encryption"/>.
1700 </para>
1701
1702 <para>
1703 If you use encryption DCP-o-matic will generate a random encryption
1704 key for you.  To specify your own key, click the
1705 <guilabel>Edit..</guilabel> button next to the key.
1706 </para>
1707
1708 <para>
1709 The <guilabel>Reels</guilabel> and <guilabel>Reel length</guilabel>
1710 controls specify how the DCP will be split up into
1711 &lsquo;reels&rsquo;.  See <xref linkend="sec-reels"/> below.
1712 </para>
1713
1714 <para>
1715 The <guilabel>Standard</guilabel> option specifies which of the two
1716 DCP standards DCP-o-matic should use.  If in doubt, use SMPTE (the
1717 more modern of the two).
1718 </para>
1719
1720 <para>
1721 Ticking the <guilabel>Upload DCP to TMS after it is made</guilabel>
1722 will ask DCP-o-matic to copy the finished DCP to your configured TMS (see <xref linkend="sec-prefs-tms"/>).
1723 </para>
1724
1725 <para>
1726 At the bottom of the DCP tab are a further two tabs, one each to
1727 contain the settings for the DCP's video and audio parts.
1728 </para>
1729
1730 <para>
1731 The <guilabel>Container</guilabel> option sets the ratio of the image
1732 in the DCP.  If this ratio is different to the ratio used for any
1733 content, DCP-o-matic will pad the content with black.  In simple cases
1734 this should be set to the same ratio as that for the the primary piece
1735 of video content.  Alternatively, you might want to pillarbox a small
1736 format into a Flat container: in this case, select the small format
1737 for the content's ratio and &lsquo;Flat&rsquo; for the DCP.
1738 </para>
1739
1740 <para>
1741 The <guilabel>Frame Rate</guilabel> control sets the frame rate of
1742 your DCP.  This can be a little tricky to get right.  Ideally, you
1743 want it to be the same as the video content that you are using.  If it
1744 is not the same, DCP-o-matic must resort to some tricks to alter your
1745 content to fit the specified frame rate.  Frame rates are discussed in
1746 more detail in <xref linkend="ch-frame-rates"/>.
1747 </para>
1748
1749 <para>
1750 The <guilabel>Use best</guilabel> button sets the DCP video frame rate
1751 to what DCP-o-matic thinks is the best given the content that you have
1752 added.
1753 </para>
1754
1755 <para>
1756 The <guilabel>3D</guilabel> button will set your DCP to 3D mode if it
1757 is checked.  A 3D DCP will then be created, and any 2D content will be
1758 made 3D compatible by repeating the same frame for both left and right
1759 eyes.  A 3D DCP can be played back on many 3D systems (e.g. Dolby 3D,
1760 Real-D etc.) but not on a 2D system.
1761 </para>
1762
1763 <para>
1764 The <guilabel>Resolution</guilabel> tab allows you to choose the
1765 resolution for your DCP.  Use 2K unless you have content that is of
1766 high enough resolution to be worth presenting in 4K.
1767 </para>
1768
1769 <para>
1770 The <guilabel>JPEG2000 bandwidth</guilabel>; setting changes how big
1771 the final image files used within the DCP will be.  Larger numbers
1772 will give better quality, but correspondingly larger DCPs.  The
1773 bandwidth can be between 50 and 250 megabits per second (Mbit/s).
1774 Most commercial DCPs use bit rates between 75 and 125 Mbit/s.
1775 </para>
1776
1777 <para>
1778 The <guilabel>Audio Channels</guilabel> control sets the number of
1779 audio channels that the DCP will have.  If the DCP has any channels
1780 for which there is no content audio they will be replaced by silence.
1781 You can only set an even number of channels here, since that is
1782 required by the DCI standard.  If you want an odd number of channels,
1783 set the DCP channel count to one greater than you need and the
1784 unused channel will be filled with silence.
1785 </para>
1786
1787 <para>
1788 The <guilabel>Processor</guilabel> control allows you to select a
1789 process to apply to the audio before it goes into the DCP.  Three processes are currently provided:
1790 </para>
1791
1792 <itemizedlist>
1793 <listitem>Mid-side decode &mdash; this will take a L/R
1794 stereo input and extract the common part (corresponding to the
1795 &lsquo;Mid&rsquo; in a mid-side signal) into the DCP's centre channel.
1796 The remaining L/R parts will be kept in the L/R channels of the DCP.
1797 This may be useful to make near-field L/R mixes more compatible with
1798 cinema audio systems.</listitem>
1799 <listitem>Stereo to 5.1 up-mixer A &mdash; this will take a stereo input and up-mix it to &lsquo;fake&rsquo; 5.1.  The input L/R are treated as follows:
1800 <itemizedlist>
1801 <listitem>DCP L is input L bandpass-filtered between 1.9kHz and 4.8kHz.</listitem>
1802 <listitem>DCP R is input R bandpass-filtered between 1.9kHz and 4.8kHz.</listitem>
1803 <listitem>DCP C is input L mixed with input R, taken down by 3dB and then bandpass-filtered between 150Hz and 1.9kHz.</listitem>
1804 <listitem>DCP Lfe is input L mixed with input R, taken down by 3dB and then bandpass-filtered between 20Hz and 150Hz.</listitem>
1805 <listitem>DCP Ls is input L bandpass-filtered between 4.8kHz and 20kHz.</listitem>
1806 <listitem>DCP Rs is input R bandpass-filtered between 4.8kHz and 20kHz.</listitem>
1807 </itemizedlist>
1808 <para>
1809 This upmixing algorithm is due to Gérald Maruccia.
1810 </para>
1811 </listitem>
1812 <listitem>Stereo to 5.1 up-mixer B &mdash; this uses a different approach:
1813 <itemizedlist>
1814   <listitem>DCP L is input L.</listitem>
1815   <listitem>DCP R is input R.</listitem>
1816   <listitem>DCP C is input L + input R taken down by 3dB.</listitem>
1817   <listitem>DCP Lfe is DCP C bandpass filtered between 20Hz and 150Hz.</listitem>
1818   <listitem>DCP Ls and Rs are input L - input R with a 20ms delay.</listitem>
1819 </itemizedlist>
1820 </listitem>
1821 </itemizedlist>
1822
1823 <!-- ============================================================== -->
1824 <section xml:id="sec-reels">
1825 <title>Reels</title>
1826
1827 <para>
1828 A &lsquo;reel&rsquo; in a DCP is a subsection of the DCP, in the same
1829 way as a 35mm reel is a section of a film.  A DCP can be split up into
1830 any number of reels and the joins (the equivalent to 35mm splices)
1831 between the reels are seamless.
1832 </para>
1833
1834 <para>
1835 There is no reason why you can't just use a single reel for the whole
1836 of your DCP, as there is no limit on their length.  Many people choose
1837 to do this.
1838 </para>
1839
1840 <para>
1841 There are, however, some possible advantages of splitting things up
1842 into reels:
1843 </para>
1844
1845 <itemizedlist>
1846 <listitem>
1847 The picture, sound and subtitle data of the DCP will be
1848 split up into more smaller files on disk, rather than fewer larger
1849 files.  This can be useful if the DCP is to be transferred on storage
1850 that have file size limits.  The FAT32 filesystem, for example, can
1851 only hold files smaller than 4Gb.  A 6Gb DCP with a single reel could
1852 not be transferred using a FAT32-formatted disk.  If that DCP were
1853 split up into two 3Gb reels it could be transferred.
1854 </listitem>
1855 <listitem>
1856 It is easier to re-use DCP components if they are in reels.  Consider,
1857 for example, a film company who wants to put a 5 second ident onto the
1858 beginning of DCPs that they distribute.  If they receive a feature
1859 film DCP they can modify it to add their ident as a separate reel.
1860 This is easier than attaching the picture data in the DCP.
1861 </listitem>
1862 </itemizedlist>
1863
1864 <para>
1865 DCP-o-matic offers three options for setting up the reels in your DCP:
1866 single reel, split by video content or custom.
1867 </para>
1868
1869 <para>
1870 <guilabel>Single reel</guilabel>, as its name suggests, keeps the whole DCP as one reel.
1871 This is a perfectly good option if you have no particular reason to
1872 need reels.
1873 </para>
1874
1875 <para>
1876 <guilabel>Split by video content</guilabel> puts each piece of source
1877 video content in its own reel, as shown in <xref linkend="fig-reels-by-video"/>.
1878 </para>
1879
1880 <figure id="fig-reels-by-video">
1881 <title>Making reels using split by video content</title>
1882 <mediaobject><imageobject><imagedata scale="100" fileref="diagrams/reels-by-video&dia;"/></imageobject></mediaobject>
1883 </figure>
1884
1885 <para>
1886 Here we have three video files (<code>ident.mp4</code>,
1887 <code>feature.ts</code> and <code>cred.mov</code>).  With
1888 <guilabel>split by video content</guilabel> DCP-o-matic makes a new
1889 reel to hold each video file.
1890 </para>
1891
1892 <para>
1893 <guilabel>Custom</guilabel> splits reels by the size of the files that
1894 will make up their video content.  With <guilabel>Custom</guilabel>
1895 you must specify a reel length in Gb.  Then no file in the DCP will be larger than this reel length.
1896 </para>
1897
1898 </section>
1899
1900
1901 <!-- ============================================================== -->
1902 <section xml:id="sec-show-audio">
1903 <title>Show audio</title>
1904
1905 <para>
1906 The <guilabel>Show Audio</guilabel> button will instruct DCP-o-matic
1907 to examine the audio in your content and plot a graph of its level
1908 over time.  This can be useful for getting a rough idea of how loud
1909 the sound will be in the cinema auditorium.  A typical plot is shown
1910 in <xref linkend="fig-audio-plot"/>
1911 </para>
1912
1913 <figure id="fig-audio-plot">
1914   <title>Audio plot</title>
1915   <mediaobject>
1916     <imageobject>
1917        <imagedata fileref="screenshots/audio-plot&scs;"/>
1918     </imageobject>
1919   </mediaobject>
1920 </figure>
1921
1922 <para>
1923 The plot gives the audio level (vertical axis, in dB) with time
1924 (horizontal axis).  0dB represents full scale, so if there is anything
1925 near this you are in danger of clipping the projector's audio outputs.
1926 </para>
1927
1928 <para>
1929 There are two plot types: the peak level and the RMS, which can be
1930 shown or hidden using the check-boxes on the right hand side of the
1931 window.
1932 </para>
1933
1934 <para>
1935 The channel check-boxes will show or hide the plot(s) for
1936 the corresponding channels in the DCP.
1937 </para>
1938
1939 <para>
1940 The smoothing slider applies a variable degree of temporal smoothing
1941 to the plots, which can make them easier to read in some cases.
1942 </para>
1943
1944 <para>
1945 Obviously the audio plot is no substitute for listening in an
1946 auditorium, but it can be useful to get levels in the right rough area.
1947 </para>
1948
1949 </section>
1950
1951 </chapter>
1952
1953
1954 <!-- ============================================================== -->
1955 <chapter xml:id="ch-templates" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
1956 <title>Templates</title>
1957
1958 <para>
1959 If you frequently make DCPs with similar settings you may find it
1960 useful to use templates.
1961 </para>
1962
1963 <para>
1964 Say, for example, you often make 4K feature DCPs from video files in
1965 &rsquo;scope at 25fps.  You can speed up this process by following
1966 these steps:
1967 </para>
1968
1969 <itemizedlist>
1970   <listitem>Create a film with any content and set it up how you like;
1971   in our example, set the content to scale to DCP, the DCP resolution
1972   to 4K, and so on.</listitem>
1973   <listitem>Choose <guilabel>Save as template...</guilabel> from the <guilabel>File</guilabel> menu.</listitem>
1974   <listitem>Enter a name for your template.</listitem>
1975 </itemizedlist>
1976
1977 <para>
1978 Then in the future you can create a new film, tick the
1979 <guilabel>Template</guilabel> box and choose your previously-saved
1980 template.  The basic film's settings will come from your template, and
1981 when you add some content it will take on the settings of the
1982 first similarly-typed piece of content in your template.
1983 </para>
1984
1985 <para>
1986 For example if the template has a piece of video content and some
1987 subtitles, any video that you add to the new film will take on the
1988 settings of the video in the template.  Similarly, any subtitles that
1989 you add will take on the settings of the subtitles from the template.
1990 </para>
1991
1992 <para>
1993 The following settings from the <guilabel>DCP</guilabel> tab are saved
1994 in templates:
1995 </para>
1996
1997 <itemizedlist>
1998   <listitem>&ldquo;Use ISDCF name&rdquo; checkbox</listitem>
1999   <listitem>Content type (FTR, TLR etc.)</listitem>
2000   <listitem>Container</listitem>
2001   <listitem>Resolution</listitem>
2002   <listitem>JPEG200 bandwidth</listitem>
2003   <listitem>Video frame rate</listitem>
2004   <listitem>Signed and encrypted checkboxes</listitem>
2005   <listitem>Audio channels</listitem>
2006   <listitem>Standard (Interop / SMPTE)</listitem>
2007   <listitem>Audio processor</listitem>
2008   <listitem>Reel type and length</listitem>
2009   <listitem>Upload after make DCP checkbox</listitem>
2010 </itemizedlist>
2011
2012 <para>
2013 In addition to this, the settings (but not the filenames) of any
2014 content in the template are stored, as discussed above.  The status of
2015 the <guilabel>Keep video and subtitles in sequence</guilabel> checkbox
2016 from the timeline is also preserved.
2017 </para>
2018
2019 </chapter>
2020
2021
2022
2023 <!-- ============================================================== -->
2024 <chapter xml:id="ch-encryption" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
2025 <title>Encryption</title>
2026
2027 <para>
2028 It is not required that DCPs be encrypted, but they can be.  This
2029 chapter discusses the basic principles of DCP encryption, and how
2030 DCP-o-matic can create encrypted DCPs and KDMs for them.
2031 </para>
2032
2033
2034 <!-- ============================================================== -->
2035 <section>
2036 <title>Basics</title>
2037
2038 <para>
2039 DCPs can be encrypted.  This means that the picture and sound data are
2040 encoded in such a way that only cinemas &lsquo;approved&rsquo; by the
2041 DCP's creators can read them.  In particular, this means copies of the
2042 DCP can be distributed by insecure means: if an ne'er-do-well called
2043 Mallory obtains a hard drive containing an encrypted DCP, there is no
2044 way that he can play it.  Only those cinemas who receive a correct key
2045 delivery message (KDM) can play the DCP.
2046 </para>
2047
2048
2049 <!-- ============================================================== -->
2050 <section>
2051 <title>How it works</title>
2052
2053 <para>
2054 This section attempts to summarise how DCP encryption works.  You can
2055 skip it if you like.  You may need some knowledge of encryption
2056 methods to understand it.
2057 </para>
2058
2059 <para>
2060 We suppose that we are trying to send a DCP to
2061 Alice's cinema without a troublemaker called Mallory being able to
2062 watch it himself.
2063 </para>
2064
2065 <para>
2066 There are two main families of encryption techniques.  The first,
2067 symmetric-key encryption, allows us to encode some data using some
2068 numeric key.  After encoding, no-one can decode the data unless they
2069 know the key.
2070 </para>
2071
2072 <para>
2073 The first step in a DCP encryption is to encode its data with some key
2074 using symmetric-key encryption.  The encrypted DCP can then be sent
2075 anywhere, safe in the knowledge that even if Mallory got hold of a
2076 copy, he could not decrypt it.
2077 </para>
2078
2079 <para>
2080 Alice, however, needs to know the key so she can play the DCP in her
2081 cinema.  A simple approach might be for us to send Alice the key.
2082 However, if Mallory can intercept the DCP, he might also be able to
2083 intercept our communication of the key to Alice.  Furthermore, if Alice
2084 happened to know Mallory, she could just send him a copy of the key.
2085 </para>
2086
2087 <para>
2088 The clever bit in the process requires the use of public-key
2089 encryption.  With this technique we can encrypt a block of data using
2090 some &lsquo;public&rsquo; key.  That data can then only be decrypted
2091 using a corresponding private key which is
2092 <emphasis>different</emphasis> to the public key.  The private and
2093 public keys form a pair which are related mathematically, but it is
2094 extremely hard (or rather, virtually impossible) to derive the private
2095 key from the public key.
2096 </para>
2097
2098 <para>
2099 Public-key encryption allows us to distribute the DCP's key to Alice
2100 securely.  The manufacturer of Alice's projector generates a public
2101 and private key.  They hide the private key inside the projector where
2102 no-one can read it.  They then make the public key available to anyone
2103 who is interested.
2104 </para>
2105
2106 <para>
2107 DCP-o-matic has a similar arrangement except that it stores its
2108 private keys in the user's configuration file. See <xref
2109 linkend="sec-decrypting"/> for details of how to share DCP-o-matic's
2110 certificate so that others can make encrypted DCPs for DCP-o-matic.
2111 </para>
2112
2113 <para>
2114 We take our DCP's symmetric key and encrypt it using the public key of
2115 Alice's projector.  We send the result to Alice over email (using a
2116 format called a Key Delivery Message, or KDM).  Her projector then
2117 decrypts our message using its private key, yielding the magic
2118 symmetric key which can decrypt the DCP.
2119 </para>
2120
2121 <para>
2122 If is fine if Mallory intercepts our email to Alice, since the only
2123 key which can decrypt the message is the private key buried inside
2124 Alice's projector.  The projector manufacturer is very careful that
2125 no-one ever finds out what this key is.  Our DCP is secure: only Alice
2126 can play it back, since only her projector knows the key (even Alice
2127 does not).
2128 </para>
2129
2130 </section>
2131 </section>
2132
2133
2134 <!-- ============================================================== -->
2135 <section>
2136 <title>Encryption using DCP-o-matic</title>
2137
2138 <para>
2139 There are two steps to distributing an encrypted DCP.  First, the
2140 DCP's data must be encrypted, and secondly KDMs must be generated for
2141 those cinemas that are allowed to play the DCP.
2142 </para>
2143
2144 <para>
2145 The first part is simple: ticking the <guilabel>Encrypted</guilabel>
2146 box in the <guilabel>DCP</guilabel> tab will instruct DCP-o-matic to
2147 encrypt the DCP that it makes using a random key that DCP-o-matic
2148 generates.  The key will be written to the film's metadata file, which
2149 should be kept secure.
2150 </para>
2151
2152 <para>
2153 A DCP that is generated with the <guilabel>Encrypted</guilabel> box
2154 ticked will not play on any projector as-is (it will be marked as
2155 &lsquo;locked&rsquo;, or whatever the projector manufacturer's term
2156 is).
2157 </para>
2158
2159 <para>
2160 The second part of distributions is to generate KDMs for the cinemas
2161 that you wish to allow to play your DCP.  There are two approaches to
2162 this within DCP-o-matic: using the project, or using a DKDM.  These
2163 approaches are now described in turn.
2164 </para>
2165
2166 <section>
2167 <title>Creating KDMs from a DCP-o-matic project</title>
2168
2169 <para>
2170 You can create KDMs from inside a DCP-o-matic project using the
2171 <guilabel>Make KDMs</guilabel> option on the <guilabel>Jobs</guilabel>
2172 menu.  This will open the KDM dialogue box, as shown in <xref
2173 linkend="fig-kdm"/>.
2174 </para>
2175
2176 <figure id="fig-kdm">
2177   <title>KDM dialog</title>
2178   <mediaobject>
2179     <imageobject>
2180       <imagedata scale="40" fileref="screenshots/kdm&scs;"/>
2181     </imageobject>
2182   </mediaobject>
2183 </figure>
2184
2185 <para>
2186 In order to generate KDMs for a particular projector, you need to know
2187 its <emphasis>certificate</emphasis>.  These are usually made
2188 available by the projector manufacturers as text files with a
2189 <code>.pem</code> extension.
2190 </para>
2191
2192 <para>
2193 DCP-o-matic can store these certificates along with details of their
2194 cinemas and screens within those cinemas.  Each screen has a
2195 certificate for its projector (and optionally certificates for other
2196 trusted devices, such as the sound processor).  DCP-o-matic can
2197 generate KDMs for any screens that it knows about.
2198 </para>
2199
2200 <para>
2201 To add a cinema, click <guilabel>Add Cinema...</guilabel>.  This opens
2202 a dialogue box into which you can enter the cinema's name, and
2203 optionally an email address.  This email address can be used to
2204 get DCP-o-matic to deliver KDMs via email.
2205 </para>
2206
2207 <para>
2208 Once you have added a cinema, select it by clicking on its name, then
2209 click <guilabel>Add Screen...</guilabel>.  The resulting dialogue
2210 allows you to enter a name for the screen and load in its certificate
2211 from a file.  The certificate should be in SHA256 PEM format.
2212 </para>
2213
2214 <para>
2215 Alternatively, certificates for projection systems made by some
2216 manufacturers can be downloaded from databases provided by the
2217 manufacturer.  Currently this is supported for Doremi and Dolby
2218 equipment.  If you are targeting a screen with equipment by one of
2219 these manufacturers you can click <guilabel>Download</guilabel> then
2220 enter the serial number of the server in the screen and click
2221 <guilabel>Download</guilabel> again and, all being well, the certificate
2222 will be fetched.
2223 </para>
2224
2225 <para>
2226 Using the download system you will need to know the serial number of
2227 the media server in use in the screen.  Most cinema projection or
2228 technical departments will know these serial numbers.
2229 </para>
2230
2231 <para>
2232 Note that the reliability of the manufacturers' certificate databases
2233 cannot be guaranteed.  It is vital that KDMs are tested by the
2234 destination cinema will in advance of show time to identify any
2235 problems.
2236 </para>
2237
2238 <para>
2239 Once you have set up all the screens that you need KDMs for, select
2240 the CPL that you want to create the KDM for.  You can use the
2241 drop-down list to select the CPLs in the current film project, or load
2242 a CPL from somewhere else.  Select the cinemas and/or screens that you
2243 want KDMs for and fill in the start and end dates and times.
2244 </para>
2245
2246 <para>
2247 You must also select the type of KDM that you want to generate.  If in
2248 doubt, use <guilabel>Modified Transitional 1</guilabel>.
2249 </para>
2250
2251 <note>
2252 The differences between the three KDM types are fairly subtle.
2253 <guilabel>DCI Specific</guilabel> and <guilabel>DCI Any</guilabel> add
2254 a <code>&lt;ContentAuthenticator&gt;</code> tag to the KDM which
2255 allows the exhibitor to check that the DCP and KDM have come from a
2256 bona-fide source.  In addition, <guilabel>DCI Specific</guilabel> adds
2257 information on trusted devices to the KDM.  This allows the KDM
2258 creator to specify devices (such as sound processors) that are allowed
2259 to use keys delivered by the KDM.  At present it is not clear how
2260 widely the <guilabel>DCI Specific</guilabel> and <guilabel>DCI
2261 Any</guilabel> features are supported (or even tolerated) by servers
2262 so you are advised to use <guilabel>Modified Transitional
2263 1</guilabel>.
2264 </note>
2265
2266 <para>
2267 Finally, choose what you want to do with the KDMs.  They can be
2268 written to disk, to a location that you can specify by clicking
2269 <guilabel>Browse</guilabel>.  Alternatively, if you choose
2270 <guilabel>Send by email</guilabel> the KDMs will be zipped up and
2271 emailed to the appropriate cinema email addresses.  Click
2272 <guilabel>Make KDMs</guilabel> to generate the KDMs.
2273 </para>
2274
2275 </section>
2276
2277 <section>
2278 <title>Creating KDMs using a DKDM</title>
2279 </section>
2280
2281 <para>
2282 It can be inconvenient to need a whole DCP-o-matic project just to
2283 create KDMs for its film.  Perhaps you want to archive the project to
2284 save space, or create KDMs on a different machine.  In such situations
2285 it is easier to use a DKDM.  This is a normal KDM, but instead of
2286 being targeted at a projection system (to allow it to decrypt the
2287 content) it is targeted at a particular user's certificate.  This
2288 means that the certificate owner can create new KDMs for other users.
2289 The DKDM holds everything that is required to create further KDMs.
2290 </para>
2291
2292 <para>
2293 Sometimes it is useful to create DKDMs that can be used by
2294 DCP-o-matic.  If you create such a DKDM you can keep it and then, at
2295 any point in the future, use DCP-o-matic's standalone KDM creator to
2296 make KDMs for the DKDM's film for any cinema.
2297 </para>
2298
2299 <para>
2300 In other cases a DKDM is sent to a 3rd party so that they can create
2301 KDMs for your films.  This can be useful if, for example, you have a
2302 distributor who provides 24-hour KDM support to cinemas and can create
2303 KDMs for anybody that requires them at short notice.
2304 </para>
2305
2306 <para>
2307 To create a DKDM for DCP-o-matic, open your encrypted project and
2308 select <guilabel>Make DKDM for DCP-o-matic...</guilabel> from the
2309 <guilabel>Jobs</guilabel> menu.  Select the CPL that you want to make
2310 the DKDM for and click <guilabel>OK</guilabel>.  This DKDM will then
2311 be available in the KDM creator.  This is a separate program which you
2312 can start from the same place that you start the &lsquo;normal&rsquo;
2313 DCP-o-matic.  Its window is shown in <xref linkend="fig-kdm-creator"/>.
2314 </para>
2315
2316 <figure id="fig-kdm-creator">
2317   <title>The KDM creator</title>
2318   <mediaobject>
2319     <imageobject>
2320       <imagedata scale="35" fileref="screenshots/kdm-creator&scs;"/>
2321     </imageobject>
2322   </mediaobject>
2323 </figure>
2324
2325 <para>
2326 To create KDMs, select the cinema(s) and/or screens that you want KDMs
2327 to be created for, the date range, the DCP that the KDMs are for and
2328 the destination for the KDMs and click <guilabel>Create
2329 KDMs</guilabel>.
2330 </para>
2331
2332 <para>
2333 By default the <guilabel>DKDM</guilabel> list will list any DCPs for
2334 which you have clicked <guilabel>Make DKDM for
2335 DCP-o-matic</guilabel>in the main DCP-o-matic program.  If you have
2336 other DKDMs you can add them by clicking <guilabel>Add...</guilabel> and
2337 specifying the file containing the DKDM.
2338 </para>
2339
2340 <para>
2341 If another organisation wants to send you a DKDM they will ask you for
2342 a target certificate.  You can get DCP-o-matic's target certificate by
2343 opening <guilabel>Preferences</guilabel> and clicking <guilabel>Export
2344 DCP decryption certificate...</guilabel> in the <guilabel>Keys</guilabel>
2345 tab.
2346
2347 </para>
2348
2349 </section>
2350
2351 <section>
2352 <title>Encryption keys</title>
2353
2354 <para>
2355   You must be careful when using encryption not to lose important keys.
2356 </para>
2357
2358 <para>
2359 If you are making KDMs from a DCP-o-matic film you
2360 <emphasis>must</emphasis> ensure that you have a backup of the
2361 <code>metadata.xml</code> file from the project, as well as the DCP
2362 itself.
2363 </para>
2364
2365 <para>
2366 If you are using a DKDM you <emphasis>must</emphasis> ensure that you
2367 have a backup of DCP-o-matic's <code>config.xml</code> file, since it
2368 contains the only key which can decrypt the DKDM.  The
2369 <code>config.xml</code> file location depends on your operating
2370 system; possible locations are listed in <xref linkend="ch-config"/>
2371 </para>
2372
2373 </section>
2374
2375 <section>
2376 <title>Encryption overview</title>
2377
2378 <figure id="fig-encryption-overview">
2379   <title>Overview of encryption</title>
2380   <mediaobject>
2381     <imageobject>
2382       <imagedata fileref="diagrams/crypt&dia;"/>
2383     </imageobject>
2384   </mediaobject>
2385 </figure>
2386
2387 </section>
2388 </chapter>
2389
2390
2391
2392 <!-- ============================================================== -->
2393 <chapter xml:id="ch-preferences" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
2394 <title>Preferences</title>
2395
2396 <para>
2397 DCP-o-matic provides preferences which can be used to modify its
2398 behaviour.  They are described in this chapter.
2399 </para>
2400
2401 <para>
2402 Preferences can be edited by choosing
2403 <guilabel>Preferences...</guilabel> from the <guilabel>Edit</guilabel>
2404 menu.  This opens a dialogue which is split into seven tabs.
2405 </para>
2406
2407 <!-- ============================================================== -->
2408 <section>
2409 <title>General</title>
2410
2411 <para>
2412 The general tab is shown in <xref linkend="fig-prefs-general"/>.
2413 </para>
2414
2415 <figure id="fig-prefs-general">
2416   <title>General preferences</title>
2417   <mediaobject>
2418     <imageobject>
2419       <imagedata fileref="screenshots/prefs-general&scs;"/>
2420     </imageobject>
2421   </mediaobject>
2422 </figure>
2423
2424
2425 <!-- ============================================================== -->
2426 <section>
2427 <title>Language</title>
2428
2429 <para>
2430 If you tick the <guilabel>Set Language</guilabel> checkbox and choose
2431 a language from the list, that language will be used for DCP-o-matic.
2432 You will need to restart DCP-o-matic to see the new language.
2433 </para>
2434
2435 <para>
2436 The translations for DCP-o-matic have been contributed by helpful
2437 users.  If your language is not on the last, head to <ulink
2438 url="http://dcpomatic.com/i18n.php">the DCP-o-matic website</ulink> to
2439 read about how to contribute a translation.
2440 </para>
2441 </section>
2442
2443
2444 <!-- ============================================================== -->
2445 <section>
2446 <title>Number of threads DCP-o-matic should use</title>
2447
2448 <para>
2449 When DCP-o-matic is encoding DCPs it can use multiple parallel threads
2450 to speed things up.  Set this value to the number of threads
2451 DCP-o-matic should use.  This should normally be the number of
2452 processors (or processor cores) in your machine.  DCP-o-matic will try
2453 to set this up correctly when you run it for the first time.
2454 </para>
2455
2456 </section>
2457
2458
2459 <!-- ============================================================== -->
2460 <section>
2461 <title>Number of threads DCP-o-matic encode server should use</title>
2462
2463 <para>
2464 This is the number of threads that the encode server should use when
2465 it is running and helping another copy of DCP-o-matic to speed up its
2466 encode.
2467 </para>
2468
2469 </section>
2470
2471
2472 <!-- ============================================================== -->
2473 <section>
2474 <title>Configuration file</title>
2475
2476 <para>
2477 This is the location of DCP-o-matic's configuration file on disk.  You
2478 can use this to share configuration between several copies of
2479 DCP-o-matic, across a network share, for instance.
2480 </para>
2481 </section>
2482
2483 <!-- ============================================================== -->
2484 <section>
2485 <title>Cinema and screen database file</title>
2486
2487 <para>
2488 This option allows you to change the file that DCP-o-matic uses to
2489 store details of the cinemas and screens used to make KDMs.
2490 </para>
2491 </section>
2492
2493
2494 <!-- ============================================================== -->
2495 <section>
2496 <title>Play sound via</title>
2497
2498 <para>
2499 The checkbox to the left of <guilabel>Play sound</guilabel> enables or
2500 disables DCP-o-matic use of sound.  On some machines there will be
2501 multiple options in the drop-down menu to decide how the sound should
2502 be played.
2503 </para>
2504 </section>
2505
2506 <!-- ============================================================== -->
2507 <section>
2508 <title>Integrated loudness</title>
2509
2510 <para>
2511 If <guilabel>Find integrated loudness, true peak and loudness range
2512 when analysing audio</guilabel> is ticked, DCP-o-matic will do extra
2513 work when analysing audio.  Leave this ticked if the extra parameters
2514 are useful to you.  If not, untick it and audio analysis will be
2515 faster.
2516 </para>
2517
2518 </section>
2519
2520 <!-- ============================================================== -->
2521 <section>
2522 <title>Automatically analyse content audio</title>
2523
2524 <para>
2525 If this checkbox is ticked an audio analysis will be run whenever content is added that contains sound.
2526 </para>
2527 </section>
2528
2529 <!-- ============================================================== -->
2530 <section>
2531 <title>Updates</title>
2532
2533 <para>
2534 The <guilabel>Check for updates on startup</guilabel> option, if
2535 enabled, will tell DCP-o-matic to check on <ulink
2536 url="http://dcpomatic.com/">dcpomatic.com</ulink> to see if there any
2537 newer versions of DCP-o-matic then the one you are running.  If so, a
2538 dialogue box will open with a link to download the new version.
2539 available
2540 </para>
2541
2542 <para>
2543 The <guilabel>Check for testing updates as well as stable
2544 ones</guilabel> option will also check for test updates as well as
2545 those that are formally &lsquo;released&rsquo;. This is useful if you
2546 like to live on the bleeding edge!
2547 </para>
2548 </section>
2549
2550 <!-- ============================================================== -->
2551 <section>
2552 <title>Issuer and creator</title>
2553
2554 <para>
2555 With these controls you can set the issuer and creator strings that
2556 will be put into the DCPs which you create.
2557 </para>
2558 </section>
2559
2560 </section>
2561
2562 <!-- ============================================================== -->
2563 <section>
2564 <title>Defaults</title>
2565
2566 <para>
2567 The defaults tab is shown in <xref linkend="fig-prefs-defaults"/>.
2568 </para>
2569
2570 <figure id="fig-prefs-defaults">
2571   <title>Defaults preferences</title>
2572   <mediaobject>
2573     <imageobject>
2574       <imagedata fileref="screenshots/prefs-defaults&scs;"/>
2575     </imageobject>
2576   </mediaobject>
2577 </figure>
2578
2579 <para>
2580 The options in this tab simply allow you to set up default values for
2581 various properties of new films.
2582 </para>
2583
2584 </section>
2585
2586 <!-- ============================================================== -->
2587 <section>
2588 <title>Servers</title>
2589
2590 <para>
2591 The servers tab is shown in <xref linkend="fig-prefs-servers"/>.
2592 </para>
2593
2594 <figure id="fig-prefs-servers">
2595   <title>Servers preferences</title>
2596   <mediaobject>
2597     <imageobject>
2598       <imagedata fileref="screenshots/prefs-servers&scs;"/>
2599     </imageobject>
2600   </mediaobject>
2601 </figure>
2602
2603 <para>
2604 If <guilabel>Use all servers</guilabel> is ticked DCP-o-matic will
2605 locate encoding servers automatically (see <xref
2606 linkend="ch-servers"/>).
2607 </para>
2608
2609 <para>
2610 Instead of this (or in addition) servers can be specified explicitly.
2611 To add a server, click <guilabel>Add...</guilabel> and enter the host
2612 name or IP address of the server to use.
2613 </para>
2614
2615 </section>
2616
2617
2618 <!-- ============================================================== -->
2619 <section xml:id="sec-prefs-keys">
2620 <title>Keys</title>
2621
2622 <para>
2623 The Keys tab (shown in <xref linkend="fig-prefs-keys"/>) has controls
2624 related to the keys and certificates used in some parts of DCP
2625 creation.
2626 </para>
2627
2628 <figure id="fig-prefs-keys">
2629   <title>Keys preferences</title>
2630   <mediaobject>
2631     <imageobject>
2632       <imagedata fileref="screenshots/prefs-keys&scs;"/>
2633     </imageobject>
2634   </mediaobject>
2635 </figure>
2636
2637 <para>
2638 <guilabel>Export KDM decryption certificate...</guilabel> allows you
2639 to save the certificate that DCP-o-matic uses when decrypting KDMs
2640 that you give it.  Use this option if somebody wants to make a KDM for
2641 you and asks for your certificate.
2642 </para>
2643
2644 <para>
2645 <guilabel>Export KDM decryption chain...</guilabel> exports the whole
2646 KDM decryption chain rather than just its certificate.  This may also
2647 be requested by KDM creators.
2648 </para>
2649
2650 <para>
2651 <guilabel>Export all KDM decryption settings...</guilabel> exports a
2652 file which contains all the DCP-o-matic settings related to the use of
2653 KDMs supplied by other people.  Use this button and <guilabel>Import
2654 all KDM decryption settings...</guilabel> to transfer settings between
2655 different copies of DCP-o-matic so that they can both use the same
2656 KDMs.
2657 </para>
2658
2659 <para>
2660 The two <guilabel>Advanced...</guilabel> buttons open advanced
2661 dialogue boxes for detailed manipulation of DCP-o-matic's certificate
2662 chains.
2663 </para>
2664
2665 </section>
2666
2667 <section>
2668 <title>Advanced keys settings</title>
2669
2670 <para>
2671 At the top of the <guilabel>Advanced</guilabel> dialogue for signing
2672 DCPs and KDMs is the chain of certificates that will be used to sign
2673 DCPs and KDMs.  DCP-o-matic creates a random chain when you first run
2674 it and if you are happy to use this chain you can ignore the
2675 preferences.  Otherwise, you can add or remove certificates from the
2676 chain using the <guilabel>Add...</guilabel> and
2677 <guilabel>Remove</guilabel> buttons.
2678 </para>
2679
2680 <para>
2681 If you want DCP-o-matic to re-create the certificate chain (using new,
2682 random certificates) click <guilabel>Re-make
2683 certificates...</guilabel> and specify your organisation and common
2684 names in the dialogue box that opens.
2685 </para>
2686
2687 <para>
2688 Underneath the certificate chain is the private key that corresponds
2689 to the leaf certificate in the chain.  You can specify your own
2690 private key by clicking <guilabel>Load...</guilabel>.  You must do
2691 this if you change the leaf certificate, so that the leaf private key
2692 corresponds to the public key held in the leaf certificate.
2693 </para>
2694
2695 <para>
2696 At the top of the <guilabel>Advanced</guilabel> dialogue for decrypting DCPs is the chain and key which is used by
2697 DCP-o-matic when you import an encrypted DCP as a piece of content.
2698 The leaf certificate of this chain contains the public key that should
2699 be used when targeting a KDM at DCP-o-matic.
2700 </para>
2701
2702
2703 <para>
2704 If you want to import an encrypted DCP you will need to give the
2705 decryption certificate to the distributor of the DCP so that they can
2706 generate a DKDM for you.  You can save this certificate to disk by
2707 clicking <guilabel>Export DCP decryption certificate...</guilabel>.
2708 As with the signing chain, DCP-o-matic will create a certificate chain
2709 and private key for you.  You can also choose to load your own
2710 certificates and key or re-make the chain and key with new, random
2711 values.
2712 </para>
2713
2714 <para>
2715 Clicking <guilabel>Export DCP decryption chain...</guilabel> will
2716 export the whole certificate chain, rather than just the leaf
2717 certificate.
2718 </para>
2719
2720 </section>
2721
2722 <!-- ============================================================== -->
2723 <section xml:id="sec-prefs-tms">
2724 <title>TMS</title>
2725 <titleabbrev xml:id="sec-prefs-tms-short">TMS preferences</titleabbrev>
2726
2727 <para>
2728 The TMS tab (shown in <xref linkend="fig-prefs-tms"/>) gives some
2729 options for specifying details about your theatre management system
2730 (TMS).  If you do this, and your TMS accepts SSH or FTP connections,
2731 you can upload DCPs directly from DCP-o-matic to the TMS using the
2732 <guilabel>Send DCP to TMS</guilabel> option in the
2733 <guilabel>Jobs</guilabel> menu.
2734 </para>
2735
2736 <figure id="fig-prefs-tms">
2737   <title>TMS preferences</title>
2738   <mediaobject>
2739     <imageobject>
2740       <imagedata fileref="screenshots/prefs-tms&scs;"/>
2741     </imageobject>
2742   </mediaobject>
2743 </figure>
2744
2745 <para>
2746 <guilabel>Protocol</guilabel> should be set to SCP or FTP as
2747 appropriate for your TMS.  We know that the Arts Alliance Media (AAM)
2748 and the Doremi ranges uses SCP connections, and that Dolby's TMSs use
2749 FTP.  Do let us know if you use any other type of TMS with the
2750 <guilabel>Send DCP to TMS</guilabel> feature.
2751 </para>
2752
2753 <para>
2754 <guilabel>TMS IP address</guilabel> should be set to the IP address of
2755 your TMS, <guilabel>TMS target path</guilabel> to the place that DCPs
2756 should be uploaded to (which will be relative to the home directory of
2757 the SSH or FTP user).  Finally, the user name and password are the
2758 credentials required to log into the TMS via SSH or FTP.
2759 </para>
2760
2761 <para>
2762 Note that for this to work on Doremi servers you will need to set the
2763 <code>PasswordAuthentication</code> option in your server's
2764 <code>sshd_config</code> to <code>yes</code>.
2765 </para>
2766
2767 </section>
2768
2769
2770 <!-- ============================================================== -->
2771 <section>
2772 <title>Email</title>
2773
2774 <para>
2775 The Email tab is shown in <xref linkend="fig-prefs-email"/>.
2776 </para>
2777
2778 <figure id="fig-prefs-email">
2779   <title>Email preferences</title>
2780   <mediaobject>
2781     <imageobject>
2782       <imagedata fileref="screenshots/prefs-email&scs;"/>
2783     </imageobject>
2784   </mediaobject>
2785 </figure>
2786
2787 <para>
2788 These settings are used when DCP-o-matic sends emails.
2789 </para>
2790
2791 <para>
2792   <guilabel>Outgoing mail server</guilabel> should be the host name of a mail (SMTP) server that DCP-o-matic can use.  You can also specify the port that DCP-o-matic should use.  <guilabel>User name</guilabel> and <guilabel>Password</guilabel> are the credentials that are required to send email through the server you have specified.
2793 </para>
2794
2795 </section>
2796
2797 <!-- ============================================================== -->
2798 <section>
2799 <title>KDM email</title>
2800
2801 <para>
2802 The KDM email tab is shown in <xref linkend="fig-prefs-kdm-email"/>.
2803 </para>
2804
2805 <figure id="fig-prefs-kdm-email">
2806   <title>KDM email preferences</title>
2807   <mediaobject>
2808     <imageobject>
2809       <imagedata fileref="screenshots/prefs-kdm-email&scs;"/>
2810     </imageobject>
2811   </mediaobject>
2812 </figure>
2813
2814 <para>
2815 This is a template for the email that is used to send KDMs out to
2816 cinemas.  You can change it to say whatever you like.  A few
2817 &lsquo;magic&rsquo; strings will be replaced by information from the
2818 KDM that is being sent:
2819 </para>
2820
2821 <table>
2822 <title>&lsquo;Magic&rsquo; KDM strings</title>
2823 <tgroup cols='2' align='left' colsep='1' rowsep='1'>
2824 <tbody>
2825 <row>
2826 <entry><code>$CPL_NAME</code></entry><entry>DCP title</entry>
2827 </row>
2828 <row>
2829 <entry><code>$CINEMA_NAME</code></entry><entry>Cinema name</entry>
2830 </row>
2831 <row>
2832 <entry><code>$SCREENS</code></entry><entry>Name of screen or screens that KDMs are being generated for</entry>
2833 </row>
2834 <row>
2835 <entry><code>$START_TIME</code></entry><entry>The time from which the KDMs are valid</entry>
2836 </row>
2837 <row>
2838 <entry><code>$END_TIME</code></entry><entry>The time until which the KDMs are valid</entry>
2839 </row>
2840 </tbody>
2841 </tgroup>
2842 </table>
2843
2844 <para>
2845 The <guilabel>Reset to default text</guilabel> will replace the current KDM email with DCP-o-matic's default.
2846 </para>
2847
2848 </section>
2849
2850
2851 <!-- ============================================================== -->
2852 <section>
2853 <title>Accounts</title>
2854
2855 <para>
2856 The Accounts tab is shown in <xref linkend="fig-prefs-accounts"/>.
2857 </para>
2858
2859 <figure id="fig-prefs-accounts">
2860   <title>Accounts preferences</title>
2861   <mediaobject>
2862     <imageobject>
2863       <imagedata fileref="screenshots/prefs-accounts&scs;"/>
2864     </imageobject>
2865   </mediaobject>
2866 </figure>
2867
2868 <para>
2869 DCP-o-matic can download projector certificates from the Barco and
2870 Christie websites if you have the appropriate credentials.  Enter your
2871 usernames and passwords.
2872 </para>
2873
2874 </section>
2875
2876
2877 <!-- ============================================================== -->
2878 <section>
2879 <title>Notifications</title>
2880
2881 <para>
2882 The Notifications tab is shown in <xref linkend="fig-prefs-notifications"/>.
2883 </para>
2884
2885 <figure id="fig-prefs-notifications">
2886   <title>Notifications preferences</title>
2887   <mediaobject>
2888     <imageobject>
2889       <imagedata fileref="screenshots/prefs-notifications&scs;"/>
2890     </imageobject>
2891   </mediaobject>
2892 </figure>
2893
2894 <para>
2895 DCP-o-matic can notify the user when jobs have completed.  These
2896 notifications can be either or both of a message box on-screen (if
2897 <guilabel>Message box</guilabel> is ticked) and email (if
2898 <guilabel>Email</guilabel> is ticked).  If you enable email
2899 notifications you can fill in the details of the emails you want to
2900 send.
2901 </para>
2902
2903 <para>
2904 The bottom box in the tab is the contents of the email that should
2905 be sent.  DCP-o-matic will replace the &lsquo;magic&rsquo; strings
2906 <code>$JOB_NAME</code> and <code>$JOB_STATUS</code> in the with the
2907 details of the job that has completed.
2908 </para>
2909
2910 </section>
2911
2912
2913 <!-- ============================================================== -->
2914 <section>
2915 <title>Cover sheet</title>
2916
2917 <para>
2918 The DCP cover sheet configuration is shown in <xref linkend="fig-prefs-cover-sheet"/>.
2919 </para>
2920
2921 <figure id="fig-prefs-cover-sheet">
2922   <title>DCP cover sheet preferences</title>
2923   <mediaobject>
2924     <imageobject>
2925       <imagedata fileref="screenshots/prefs-cover-sheet&scs;"/>
2926     </imageobject>
2927   </mediaobject>
2928 </figure>
2929
2930 <para>
2931 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
2932 &lsquo;magic&rsquo; strings will be replaced by information from the
2933 DCP that has been made:
2934 </para>
2935
2936 <table>
2937 <title>&lsquo;Magic&rsquo; Cover sheet strings</title>
2938 <tgroup cols='2' align='left' colsep='1' rowsep='1'>
2939 <tbody>
2940 <row>
2941 <entry><code>$CPL_NAME</code></entry><entry>DCP title</entry>
2942 </row>
2943 <row>
2944 <entry><code>$TYPE</code></entry><entry>DCP content type (e.g. feature, trailer...)</entry>
2945 </row>
2946 <row>
2947 <entry><code>$CONTAINER</code></entry><entry>The container ratio (e.g. flat, scope...)</entry>
2948 </row>
2949 <row>
2950 <entry><code>$AUDIO</code></entry><entry>Details of the audio channels</entry>
2951 </row>
2952 <row>
2953 <entry><code>$AUDIO_LANGUAGE</code></entry><entry>Audio language</entry>
2954 </row>
2955 <row>
2956 <entry><code>$SUBTITLE_LANGUAGE</code></entry><entry>Subtitle language</entry>
2957 </row>
2958 <row>
2959 <entry><code>$LENGTH</code></entry><entry>DCP length in hours, minutes and seconds</entry>
2960 </row>
2961 <row>
2962 <entry><code>$SIZE</code></entry><entry>DCP size in gigabytes</entry>
2963 </row>
2964 </tbody>
2965 </tgroup>
2966 </table>
2967
2968 <para>
2969 The <guilabel>Reset to default text</guilabel> will replace the current cover sheet with DCP-o-matic's default.
2970 </para>
2971
2972 </section>
2973
2974
2975 <!-- ============================================================== -->
2976 <section xml:id="sec-prefs-advanced">
2977 <title>Advanced</title>
2978 <titleabbrev xml:id="sec-prefs-advanced-short">Advanced preferences</titleabbrev>
2979
2980 <para>
2981 The advanced preferences are shown in <xref linkend="fig-prefs-advanced"/>.
2982 </para>
2983
2984 <figure id="fig-prefs-advanced">
2985   <title>Advanced preferences</title>
2986   <mediaobject>
2987     <imageobject>
2988       <imagedata fileref="screenshots/prefs-advanced&scs;"/>
2989     </imageobject>
2990   </mediaobject>
2991 </figure>
2992
2993 <para>
2994 <guilabel>Maximum JPEG2000 bandwidth</guilabel> specifies the maximum
2995 bit-rate of JPEG2000 that DCP-o-matic will allow you to create.  You
2996 are advised to leave this at 250Mbit/s in normal use for maximum DCP
2997 compatibility.
2998 </para>
2999
3000 <para>
3001 <guilabel>Allow any DCP frame rate</guilabel> removes the limits on
3002 the DCP video frame rates that DCP-o-matic will create.  This may be
3003 useful for experimentation.  Again, you are strongly advised to leave
3004 this unticked for normal use.
3005 </para>
3006
3007 <para>
3008 <guilabel>Only servers encode</guilabel> makes DCP-o-matic encode
3009 JPEG2000 data only on encoding servers and not on the host.  We
3010 suggest you leave this unticked unless you have a good reason to do otherwise.
3011 </para>
3012
3013 <para>
3014 With the filename format fields you can adjust the filenames that are
3015 used for metadata (CPL and PKL files) and assets (MXF and subtitle
3016 files).  Below each field there is a list of the &lsquo;magic&rsquo;
3017 values that you can use in the format and an example of a filename
3018 that you might see with your current settings.
3019 </para>
3020
3021 <para>
3022 The four checkboxes labelled <guilabel>Log</guilabel> control what
3023 sort of messages DCP-o-matic writes to its log file when creating a
3024 DCP.  It is useful to leave <guilabel>General</guilabel>,
3025 <guilabel>Warnings</guilabel> and <guilabel>Errors</guilabel> ticked
3026 as this makes the log files useful for tracking down bugs.
3027 </para>
3028
3029 <para>
3030 The <guilabel>Timing</guilabel> checkbox will enable extra log entries
3031 to allow developers to investigate and optimise the speed of
3032 DCP-o-matic.  It will significantly increase the size of the log files
3033 that are generated, so in normal use it is best to leave this
3034 unticked.
3035 </para>
3036
3037 </section>
3038 </chapter>
3039
3040 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en" xml:id="ch-frame-rates">
3041 <title>Frame rates</title>
3042
3043 <para>
3044 In an ideal world, a DCP would be created using content at the same
3045 video frame and audio sampling rates as the DCP.  This is not,
3046 however, always possible.
3047 </para>
3048
3049
3050 <!-- ============================================================== -->
3051 <section>
3052 <title>DCP frame rate limitations</title>
3053
3054 <para>
3055 There are some limitations to video and audio frame rates in DCPs.  This is
3056 complicated by the fact that not all projectors will play DCPs at the
3057 same frame rates.  It is possible to create a DCP which one projector will
3058 play fine, but another (of a different type) will refuse to play, or
3059 even refuse to ingest.
3060 </para>
3061
3062
3063 <!-- ============================================================== -->
3064 <section>
3065 <title>Guaranteed rates</title>
3066
3067 <para>
3068 The only rates that are (pretty much) guaranteed to work on all DCI
3069 projectors are 24 frames per second (fps) for video and 48kHz for
3070 audio.  If you are sending DCPs to unknown places it is wise to
3071 consider using these rates if at all possible.
3072 </para>
3073
3074 </section>
3075
3076
3077 <!-- ============================================================== -->
3078 <section>
3079 <title>Other often-supported rates</title>
3080 <para>
3081 Many projectors now in the wild support additional video frame rates:
3082 25, 30, 48, 50 and 60 fps.
3083 </para>
3084 </section>
3085
3086
3087 <!-- ============================================================== -->
3088 <section>
3089 <title>Adapting content to fit the DCP rate</title>
3090
3091 <para>
3092 DCP-o-matic has a few tricks to allow you to use content that is not
3093 in one of the &lsquo;approved&rsquo; rates.
3094 </para>
3095
3096 <para>
3097 Audio is easy: DCP-o-matic can resample to 48kHz from any source rate
3098 with minimal loss in quality.
3099 </para>
3100
3101 <para>
3102 Video rate conversion is harder.  DCP-o-matic's basic strategy to deal
3103 with a non-supported content rate is to run it at the wrong speed, and
3104 to adjust the audio to keep it in sync.
3105 </para>
3106
3107 <para>Let us consider the example of a 25fps source for which you want
3108 to create a 24fps DCP.  DCP-o-matic will put the frames from the
3109 source directly into the DCP without modification, but will tell the
3110 projector to play them back at 24fps.  This means that the DCP's video
3111 will run slightly slower than the original.
3112 </para>
3113
3114 <para>
3115 If DCP-o-matic did nothing else, the result of this would be that the
3116 audio would be running at the original speed with the video running
3117 slowly.  Hence the audio would drift slowly out of sync.  To avoid
3118 this, DCP-o-matic also resamples the audio such that the projector
3119 will play it too slow by the same amount.  Hence it will sound
3120 slightly different but will remain in sync with the video.
3121 </para>
3122
3123 <para>
3124 For very low or high frame rates, DCP-o-matic can also skip or duplicate frames.
3125 </para>
3126
3127 </section>
3128 </section>
3129
3130
3131 <!-- ============================================================== -->
3132 <section>
3133 <title>Setting up</title>
3134
3135 <para>
3136 The <guilabel>Frame Rate</guilabel> control in the
3137 <guilabel>DCP</guilabel> tab sets the video frame rate that the DCP
3138 will use.  Clicking <guilabel>Use best</guilabel> sets the rate to
3139 what DCP-o-matic thinks is the best for your content.  With this
3140 button, DCP-o-matic assumes that the whole range of frame rates (24,
3141 25, 30 and 48fps) are allowable.
3142 </para>
3143
3144 <para>
3145 After this, the <guilabel>Video</guilabel> tab for each piece of
3146 content will give a summary of what DCP-o-matic is doing with that
3147 content.
3148 </para>
3149
3150 <para>
3151 If you want to experiment with other non-standard frame rates, you can
3152 do so by ticking the <guilabel>Allow any DCP frame rate</guilabel> in
3153 the <guilabel>Advanced</guilabel> tab of the preferences dialogue (see the
3154 <xref linkend="sec-prefs-advanced" endterm="sec-prefs-advanced-short"/>).  You are strongly advised to
3155 use this only on your own equipment, and only for experimentation
3156 purposes.
3157 </para>
3158
3159 </section>
3160
3161 </chapter>
3162
3163
3164 <!-- ============================================================== -->
3165 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en" xml:id="ch-servers">
3166 <title>Encoding servers</title>
3167
3168 <para>
3169 One way to increase the speed of DCP encoding is to use more
3170 than one machine at the same time.  An instance of DCP-o-matic can
3171 offload some of the time-consuming JPEG2000 encoding to any number of
3172 other machines on a network.  To do this, one &lsquo;master&rsquo;
3173 machine runs DCP-o-matic, and the &lsquo;server&rsquo; machines run
3174 a small program called <code>dcpomatic_server</code>.
3175 </para>
3176
3177 <para>
3178 The master and server machines do not need to be the same type, so you
3179 can mix Windows PCs, Macs and Linux machines as you wish.
3180 </para>
3181
3182
3183 <!-- ============================================================== -->
3184 <section>
3185 <title>Running the servers</title>
3186
3187 <para>
3188 There are two options for the encoding server;
3189 <code>dcpomatic_server_cli</code>, which runs on the command line, and
3190 <code>dcpomatic_server</code>, which has a simple GUI.  The command line
3191 version is well-suited to headless servers, especially on Linux, and
3192 the GUI version works best on Windows where it will put an icon in the
3193 system tray.
3194 </para>
3195
3196 <para>
3197 To run the command line version, simply enter:
3198 </para>
3199
3200 <programlisting>
3201 dcpomatic2_server_cli
3202 </programlisting>
3203
3204 <para>
3205 at a command prompt.  If you are running the program on a machine with
3206 a multi-core processor, you can run multiple parallel encoding threads
3207 by doing something like:
3208 </para>
3209
3210 <programlisting>
3211 dcpomatic2_server_cli -t 4
3212 </programlisting>
3213
3214 <para>
3215 to run 4 threads in parallel.
3216 </para>
3217
3218 <para>
3219 To run the GUI version on windows, run the &lsquo;DCP-o-matic encode
3220 server&rsquo; from the start menu.  An icon will appear in the system
3221 tray; right-click it to open a menu from whence you can quit the
3222 server or open a window to show its status.
3223 </para>
3224
3225 <para>If you would rather not bother installing DCP-o-matic on your
3226 server computers, the other option is to use the live-CD
3227 image that you can download from the <ulink
3228 url="http://dcpomatic.com/">DCP-o-matic web site.</ulink></para>
3229
3230 <para>Either burn the image to CD, or write it to a USB stick (using
3231 something like <ulink
3232 url="http://unetbootin.sourceforge.net/">unetbootin</ulink>).  Boot a
3233 PC from the CD or USB stick and it becomes a DCP-o-matic server
3234 without touching your standard operating system install.
3235 </para>
3236
3237 </section>
3238
3239 <!-- ============================================================== -->
3240 <section>
3241 <title>Setting up DCP-o-matic</title>
3242
3243 <para>
3244 DCP-o-matic periodically looks on the local network for servers.  Any
3245 that it finds are given work to do during encodes.  Selecting
3246 <guilabel>Encoding Servers</guilabel> from the
3247 <guilabel>Tools</guilabel> menu brings up a window which shows that
3248 servers that DCP-o-matic has found.
3249 </para>
3250
3251 </section>
3252
3253 <!-- ============================================================== -->
3254 <section>
3255 <title>Some notes about encode servers</title>
3256
3257 <para>
3258 DCP-o-matic does not mind if servers come and go; if a server
3259 disappears, DCP-o-matic will stop sending work to it, and will check
3260 it every minute or so in case it has come back online.
3261 </para>
3262
3263 <para>
3264 You will probably find that using a 1Gb/s or faster network will
3265 provide a significant speed-up compared to a 100Mb/s network.
3266 </para>
3267
3268 </section>
3269
3270 </chapter>
3271
3272 <chapter xml:id="ch-files" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
3273 <title>Generated files</title>
3274
3275 <para>
3276 DCP-o-matic generates a number of files as it makes a DCP.  <xref
3277 linkend="fig-file-structure"/> shows the files that might be generated
3278 after you have created a DCP for a film called &lsquo;DCP Test&rsquo;.
3279 </para>
3280
3281 <figure id="fig-file-structure">
3282   <title>Creating a new film</title>
3283   <mediaobject>
3284     <imageobject>
3285       <imagedata scale="100" fileref="diagrams/file-structure&dia;"/>
3286     </imageobject>
3287   </mediaobject>
3288 </figure>
3289
3290 <para>
3291 The <code>DCP Test</code> folder is the one that you specify when you
3292 select the <guilabel>New Film</guilabel> option from DCP-o-matic's
3293 menu.  Everything is stored inside this folder.
3294 </para>
3295
3296 <para>
3297 DCP-o-matic generates some working files as it goes along.  These are as follows:
3298 <itemizedlist>
3299
3300 <listitem><code>log</code> is a list of notes that DCP-o-matic makes as it goes
3301 along.  This can be useful for debugging purposes if something goes
3302 wrong.</listitem>
3303
3304 <listitem><code>metadata</code> stores the settings that you have made
3305 for this film: things like cropping, output format and so on.</listitem>
3306
3307 <listitem><code>video</code> is where DCP-o-matic writes the DCP's
3308 video data as it encodes it.</listitem>
3309
3310 <listitem><code>analysis</code> is used to keep the results of audio analysis runs.</listitem>
3311
3312 <listitem><code>info</code> contains details of each video frame that
3313 DCP-o-matic has written so far.  This is used when an encoding
3314 operation is interrupted and DCP-o-matic must resume it.</listitem>
3315 </itemizedlist>
3316 </para>
3317
3318 <para>
3319 Following this is the DCP itself:
3320 <code>DCP-TEST_EN-XX_UK-U_51_2K_CSY_20130218_CSY_OV</code>.  This
3321 contains some small XML files, which describe the DCP, and two large
3322 MXF files, which contain the DCP's audio and video data.  It may also
3323 contain subtitles in either XML or MXF format.  This folder
3324 (<code>DCP-TEST_EN-XX_...</code>) is what you should ingest, or pass
3325 to the cinema which is showing your DCP.
3326 </para>
3327
3328 </chapter>
3329
3330
3331 <chapter>
3332   <title>Command-line tools</title>
3333
3334   <para>
3335     DCP-o-matic includes some tools which allow DCP creation from the
3336     command line or from scripting languages.  This chapter covers the
3337     use of those tools.
3338   </para>
3339
3340   <para>
3341     There are three command-line tools in DCP-o-matic.
3342     <code>dcpomatic2_create</code> creates film directories, with the
3343     associated metadata, from a list of content files.  Then
3344     <code>dcpomatic2_cli</code> runs the transcode process on these
3345     film directories.  Finally, <code>dcpomatic2_kdm_cli</code> can be
3346     used to create KDMs.
3347   </para>
3348
3349   <para>
3350     Some applications will benefit from setting up the films using the
3351     main DCP-o-matic GUI and then using <code>dcpomatic2_cli</code> to
3352     do the encode.  This allows, for example, setup on a relatively
3353     low-powered machine before running the encode on a higher-powered
3354     headless server.
3355   </para>
3356
3357   <section>
3358     <title><code>dcpomatic2_create</code></title>
3359
3360     <para>
3361       The syntax for <code>dcpomatic2_create</code> is:
3362     </para>
3363
3364     <para>
3365       <code>dcpomatic2_create [OPTION] [CONTENT] [&lt;CONTENT&gt; ...]</code>
3366     </para>
3367
3368     <para>
3369       <code>[CONTENT]</code> are the files or folders that you want to use in the
3370       DCP. They can be:
3371       <itemizedlist>
3372         <listitem>&lsquo;Movie&rsquo; files in almost any common format (e.g. MP4, MOV, MKV, etc.)</listitem>
3373         <listitem>A folder containing and image sequence in almost any common format (e.g. TIFF, DPX etc.)</listitem>
3374         <listitem>Sound files (e.g. WAV, MP3, AIFF)</listitem>
3375         <listitem>Subtitles files (e.g. <code>.srt</code>, DCP XML, <code>.ssa</code> etc.)</listitem>
3376       </itemizedlist>
3377     </para>
3378
3379     <para>
3380       The options are:
3381     </para>
3382
3383     <itemizedlist>
3384       <listitem><code>-v</code>, <code>--version</code> &#8212; show DCP-o-matic version</listitem>
3385       <listitem><code>-h</code>, <code>--help</code> &#8212; show this help</listitem>
3386       <listitem><code>-n</code>, <code>--name</code> &#8212; &lt;name&gt; film name</listitem>
3387       <listitem><code>-t, --template &lt;name&gt;</code> &#8212; template name</listitem>
3388       <listitem><code>-c, --dcp-content-type &lt;type&gt;</code> &#8212; FTR, SHR, TLR, TST, XSN, RTG, TSR, POL, PSA or ADV</listitem>
3389       <listitem><code>--container-ratio &lt;ratio&gt;</code> &#8212; 119, 133, 137, 138, 166, 178, 185 or 239</listitem>
3390       <listitem><code>--content-ratio &lt;ratio&gt;</code> &#8212; 119, 133, 137, 138, 166, 178, 185 or 239</listitem>
3391       <listitem><code>-s, --still-length &lt;n&gt;</code> &#8212; number of seconds that still content should last</listitem>
3392       <listitem><code>--standard &lt;standard&gt;</code> &#8212; SMPTE or interop (default SMPTE)</listitem>
3393       <listitem><code>--no-use-isdcf-name&gt;</code> &#8212; do not use an ISDCF name; use the specified name unmodified</listitem>
3394       <listitem><code>--no-sign</code>&#8212; do not sign the DCP</listitem>
3395       <listitem><code>-o</code>, <code>--output &lt;dir&gt;</code> &#8212; output directory</listitem>
3396     </itemizedlist>
3397
3398     <para>
3399       For example, to setup a film using a MP4 file you might do:
3400     </para>
3401
3402     <para>
3403       <code>dcpomatic2_create -o my_film --container-ratio 185 --content-ratio 185 -c FTR -n "My Film" Stuff.mp4</code>
3404     </para>
3405
3406     <para>
3407       This will create a folder called <code>my_film</code> which is ready for a DCP to be made by <code>dcpomatic2_cli</code>.
3408     </para>
3409
3410     <para>
3411       <code>dcpomatic2_create</code> will use any default settings that you have configured in the main DCP-o-matic preferences.
3412     </para>
3413   </section>
3414
3415   <section>
3416     <title><code>dcpomatic2_cli</code></title>
3417
3418     <para>
3419       The syntax for <code>dcpomatic2_cli</code> is:
3420     </para>
3421
3422     <para>
3423       <code>dcpomatic2_cli [OPTION] [FILM]</code>
3424     </para>
3425
3426     <para>
3427       <itemizedlist>
3428         <listitem><code>-v</code>, <code>--version</code> &#8212; show DCP-o-matic version</listitem>
3429         <listitem><code>-h</code>, <code>--help</code> &#8212; show this help</listitem>
3430         <listitem><code>-f</code>, <code>--flags</code> &#8212; show flags passed to C++ compiler on build</listitem>
3431         <listitem><code>-n</code>, <code>--no-progress</code> &#8212; do not print progress to stdout</listitem>
3432         <listitem><code>-r</code>, <code>--no-remote</code> &#8212; do not use any remote servers</listitem>
3433         <listitem><code>-t</code>, <code>--threads</code> &#8212; specify number of local encoding threads (overriding configuration)</listitem>
3434         <listitem><code>-j</code>, <code>--json</code> &lt;port&gt; &#8212; run a JSON server on the specified port</listitem>
3435         <listitem><code>-k</code>, <code>--keep-going</code> &#8212; keep running even when the job is complete</listitem>
3436         <listitem><code>-s</code>, <code>--servers</code> &#8212; just display a list of encoding servers that DCP-o-matic is configured to use; don't encode</listitem>
3437         <listitem><code>-d</code>, <code>--dcp-path</code> &#8212; echo DCP's path to stdout on successful completion (implies -n)</listitem>
3438         <listitem><code>--dump</code> &#8212; just dump a summary of the film's settings; don't encode</listitem>
3439       </itemizedlist>
3440     </para>
3441
3442     <para>
3443       For example, to encode a film called <code>my_film</code> you might do:
3444     </para>
3445
3446     <para>
3447       <code>dcpomatic2_cli my_film</code>
3448     </para>
3449   </section>
3450
3451   <section>
3452     <title><code>dcpomatic2_kdm_cli</code></title>
3453
3454     <para>
3455       The syntax for <code>dcpomatic2_kdm_cli</code> is:
3456     </para>
3457
3458     <para>
3459       <code>dcpomatic2_kdm_cli [OPTION] &lt;FILM|CPL-ID&gt;</code>
3460     </para>
3461
3462     <para>
3463       <itemizedlist>
3464         <listitem><code>-o</code>, <code>--output</code> &#8212; output file or directory</listitem>
3465         <listitem><code>-f</code>, <code>--valid-from</code> &#8212; valid from time (in local time zone of the cinema) (e.g. "2013-09-28 01:41:51") or "now"</listitem>
3466         <listitem><code>-t</code>, <code>--valid-to</code> &#8212; valid to time (in local time zone of the cinema) (e.g. "2014-09-28 01:41:51")</listitem>
3467         <listitem><code>-d</code>, <code>--valid-duration</code> &#8212; valid duration (e.g. "1 day", "4 hours", "2 weeks")</listitem>
3468         <listitem><code>--formulation</code> &#8212; modified-transitional-1, dci-any or dci-specific [default modified-transitional-1]</listitem>
3469         <listitem><code>-z</code>, <code>--zip</code> &#8212; ZIP each cinema's KDMs into its own file</listitem>
3470         <listitem><code>-v</code>, <code>--verbose</code> &#8212; be verbose</listitem>
3471         <listitem><code>-c</code>, <code>--cinema</code> &#8212; specify a cinema, either by name or email address</listitem>
3472         <listitem><code>--certificate</code> &#8212; file containing projector certificate</listitem>
3473         <listitem><code>--cinemas</code> &#8212; list known cinemas from the DCP-o-matic settings</listitem>
3474         <listitem><code>--dkdm-cpls</code> &#8212; list CPLs for which DCP-o-matic has DKDMs</listitem>
3475       </itemizedlist>
3476     </para>
3477
3478   </section>
3479 </chapter>
3480
3481
3482
3483 <!-- ============================================================== -->
3484 <chapter>
3485 <title>Loose ends</title>
3486
3487 <para>
3488 This chapter collects a few notes on bits of DCP-o-matic that do not fit elsewhere in the manual.
3489 </para>
3490
3491
3492 <!-- ============================================================== -->
3493 <section>
3494 <title>Resuming encodes</title>
3495
3496 <para>
3497 If you cancel a DCP encoding run half-way through, or your computer
3498 crashes... fear not.  DCP-o-matic takes care to ensure that, in most
3499 cases, it can resume encoding from where it left off.  When you
3500 re-start a DCP creation, using the same settings are a previous run,
3501 DCP-o-matic will first check that the existing picture frames are
3502 correct, and then resume from where it left off.  The checking of
3503 existing frames does take some time, but it is much faster than
3504 running a full re-encode.
3505 </para>
3506
3507 <para>
3508 This resumption is achieved by writing a digest (hash) to disk for
3509 every image frame that is written.  On resumption, the existing MXF
3510 file for image data is read and its contents checked against the
3511 hashes.
3512 </para>
3513
3514 </section>
3515
3516 </chapter>
3517
3518 <!-- ============================================================== -->
3519 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
3520 <title>Common tasks</title>
3521
3522 <para>
3523 This chapter describes how to carry out some commonly-required tasks
3524 with DCP-o-matic.  The full details are elsewhere in the manual: here
3525 we just discuss different approaches to these tasks and how to carry
3526 them out.
3527 </para>
3528
3529 <section>
3530 <title>Adding subtitles to an existing DCP</title>
3531
3532 <para>
3533 You have three options:
3534 </para>
3535
3536 <itemizedlist>
3537 <listitem>Make a &ldquo;Version File&rdquo; (VF) DCP.</listitem>
3538 <listitem>Make a complete DCP with projector-added subtitles.</listitem>
3539 <listitem>Make a complete DCP with burnt-in subtitles.</listitem>
3540 </itemizedlist>
3541
3542 <para>
3543 Making a VF DCP is usually the best option.  This will be a very small
3544 DCP which contains only the subtitles: it refers to your existing DCP
3545 for the picture and sound.  The projectionist will ingest both the
3546 existing and VF DCPs and play back the VF.  The advantages of this
3547 approach are that the VF is very quick to generate, and small in size,
3548 making it easy to distribute.  This is especially useful if you have
3549 to make VF DCPs in many different languages.
3550 </para>
3551
3552 <para>
3553 Making a complete DCP with projector-added subtitles gives you a new,
3554 single DCP which the projectionist can ingest and play.  It will be
3555 the same size as your existing DCP, and fairly quick to create.  This
3556 approach relies on the projector (or server) to create the subtitles
3557 and overlay them on the image, which mostly works well but is not
3558 100&percnt; reliable.
3559 </para>
3560
3561 <para>
3562 Making a complete DCP with burnt-in subtitles gives you a new, single DCP
3563 but with the subtitles rendered by DCP-o-matic and copied into your
3564 image.  This is slower to create than a DCP with projector-added
3565 subtitles as every video frame with a subtitle must be re-encoded.
3566 The advantage of this approach is that it is less likely to go wrong,
3567 especially if you are using unusual subtitle positioning or character
3568 sets.
3569 </para>
3570
3571 <section>
3572 <title>Making a VF DCP</title>
3573
3574 <itemizedlist>
3575 <listitem>Start a new DCP-o-matic film.</listitem>
3576 <listitem>Click <guilabel>Add folder...</guilabel> and specify your existing DCP's folder.</listitem>
3577 <listitem>Go to the <guilabel>DCP</guilabel> tab and choose <guilabel>Split by video content</guilabel> for <guilabel>Reel type</guilabel>.</listitem>
3578 <listitem>Go to the <guilabel>Video</guilabel> and
3579 <guilabel>Audio</guilabel> tabs in turn and tick the <guilabel>Use this DCP's audio as OV and make VF</guilabel> checkboxes.</listitem>
3580 <listitem>Add your subtitles to the film in whatever format you have.</listitem>
3581 <listitem>Check the subtitle appearance in the preview; it will be
3582 slow to respond as it is having to decompress images from the existing
3583 DCP.</listitem>
3584 <listitem>Choose <guilabel>Make DCP</guilabel> from the menu.</listitem>
3585 </itemizedlist>
3586
3587 </section>
3588
3589 <section>
3590 <title>Making a complete DCP with projector-added subtitles</title>
3591
3592 <itemizedlist>
3593 <listitem>Start a new DCP-o-matic film.</listitem>
3594 <listitem>Click <guilabel>Add folder...</guilabel> and specify your existing DCP's folder.</listitem>
3595 <listitem>Add your subtitles to the film in whatever format you have.</listitem>
3596 <listitem>Check the subtitle appearance in the preview; it will be
3597 slow to respond as it is having to decompress images from the existing
3598 DCP.  Adjust the appearance using controls in the
3599 <guilabel>Subtitle</guilabel> tab if required.</listitem>
3600 <listitem>Choose <guilabel>Make DCP</guilabel> from the menu.</listitem>
3601 </itemizedlist>
3602
3603 </section>
3604
3605 <section>
3606 <title>Making a complete DCP with burnt-in subtitles</title>
3607
3608 <itemizedlist>
3609 <listitem>Start a new DCP-o-matic film.</listitem>
3610 <listitem>Click <guilabel>Add folder...</guilabel> and specify your existing DCP's folder.</listitem>
3611 <listitem>Add your subtitles to the film in whatever format you have.</listitem>
3612 <listitem>Go to the <guilabel>Subtitle</guilabel> tab and tick the <guilabel>Burn subtitles into image</guilabel> checkbox.</listitem>
3613 <listitem>Check the subtitle appearance in the preview; it will be
3614 slow to respond as it is having to decompress images from the existing
3615 DCP.  Adjust the appearance using controls in the
3616 <guilabel>Subtitle</guilabel> tab if required.</listitem>
3617 <listitem>Choose <guilabel>Make DCP</guilabel> from the menu.</listitem>
3618 </itemizedlist>
3619
3620 </section>
3621 </section>
3622
3623 <section>
3624 <title>Adding soundtracks or subtitles in different languages</title>
3625
3626 <para>
3627 If you have a film that is to be dubbed or subtitled in several
3628 languages, the best approach with DCP-o-matic is as follows:
3629 </para>
3630
3631 <itemizedlist>
3632 <listitem>Make a DCP with the common elements (perhaps just the video, or maybe the video and sound); this is known as the Original Version (OV).</listitem>
3633 <listitem>For each language, make a new Version File (VF) DCP which refers to the OV.</listitem>
3634 </itemizedlist>
3635
3636 <para>
3637 Once you have done this, you send the OV DCP to every cinema and then
3638 the appropriate VF to each cinema depending on what language they want
3639 to play the film in.  The projectionist ingests both DCPs and then plays the VF.
3640 </para>
3641
3642 <para>
3643 The advantage of this approach is that the VF DCPs are much smaller
3644 than the OV since they only have the language-specific parts.  If you
3645 are just changing the subtitles you can often ship the OV by normal
3646 transport means (e.g. a hard drive or high-speed download) and send
3647 the VF by email.
3648 </para>
3649
3650 <para>
3651 The full details of OV and VF files are discussed in <xref linkend="sec-overlay"/>.  The steps can be summarised as follows:
3652 </para>
3653
3654 <itemizedlist>
3655 <listitem>Create a new DCP-o-matic project for the OV, as normal, adding video and perhaps sound.  Make the DCP.</listitem>
3656 <listitem>Create a new DCP-o-matic project for the VF.</listitem>
3657 <listitem>Use <guilabel>Add folder...</guilabel> to add your OV DCP to the project.</listitem>
3658 <listitem>Select the video tab and tick <guilabel>Use this DCP's video as OV and make VF</guilabel> (you may need to select <guilabel>By video content</guilabel> for <guilabel>Reel type</guilabel> in the <guilabel>DCP</guilabel> tab).</listitem>
3659 <listitem>Do the same in the <guilabel>Audio</guilabel> tab if your OV has audio.</listitem>
3660 <listitem>Add your language-specific audio and/or subtitles and Make DCP.</listitem>
3661 </itemizedlist>
3662
3663 </section>
3664
3665 </chapter>
3666
3667 <chapter xml:id="ch-player" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
3668   <title>Playing DCPs</title>
3669
3670   <para>DCP-o-matic includes a DCP player, and although it requires a
3671   very high-speed CPU to play DCPs in full resolution, it can also
3672   play DCPs at reduced resolutions with slower CPUs.</para>
3673
3674   <para>To use the player, start <guilabel>DCP-o-matic
3675   Player</guilabel>, and load a DCP using the
3676   <guilabel>Open</guilabel> option on the <guilabel>File</guilabel>
3677   menu.</para>
3678
3679   <para>If you load a VF and/or encrypted DCP you can add your OV
3680   and/or KDM using the appropriate options on the
3681   <guilabel>File</guilabel> menu.</para>
3682
3683   <para>During playback the <guilabel>Performance</guilabel> area at
3684   the bottom right of the window will give details of how many frames
3685   are being dropped; these are frames that were not decoded from the
3686   DCP quickly enough.  If this number is high you can increase
3687   performance at the cost of rendering quality by choosing an option
3688   from the <guilabel>View</guilabel> menu.  If you set the player to
3689   decode at less than full resolution the DCP's data will be decoded
3690   at this lower resolution, which is quicker than decoding at full
3691   resolution.
3692   </para>
3693
3694 </chapter>
3695
3696 <!-- ============================================================== -->
3697 <chapter xml:id="ch-config" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
3698 <title>Configuration files</title>
3699
3700 <para>Most of DCP-o-matic's configuration is stored in an XML file called <code>config.xml</code>.  This is stored in different places depending on your operating system:</para>
3701
3702 <itemizedlist>
3703   <listitem>Windows: <code>c:\Users\your_user_name\AppData\Local\dcpomatic</code></listitem>
3704   <listitem>OS X: <code>/Users/your_user_Name/Library/Preferences/com.dcpomatic/2</code></listitem>
3705   <listitem>Linux: <code>~/.config/dcpomatic2</code></listitem>
3706 </itemizedlist>
3707
3708 <para>Possible XML tags are as follows:</para>
3709
3710 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="config.xml"/>
3711
3712 </chapter>
3713
3714 </book>