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