Add some stuff about video processing.
[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 <!-- By good luck or good management, the scale parameter to imagedata
14      appears only to affect PDF output.  HTML scaling is done in the
15      Makefile.
16 -->
17
18 <bookinfo>
19 <title>DCP-o-matic</title>
20 <author><firstname>Carl</firstname><surname>Hetherington</surname></author>
21 </bookinfo>
22
23 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
24 <title>Introduction</title>
25
26 <para>
27 Hello, and welcome to DCP-o-matic!
28 </para>
29
30 <section>
31 <title>What is DCP-o-matic?</title>
32
33 <para>
34 DCP-o-matic is a program to generate <ulink
35 url="http://en.wikipedia.org/wiki/Digital_Cinema_Package">Digital
36 Cinema Packages</ulink> (DCPs) from DVDs, Blu-Rays, video files such as MP4
37 and AVI, or still images.  The resulting DCPs will play on modern digital
38 cinema projectors.
39 </para>
40
41 <para>
42 You might find it useful to make DVDs easier to present, to encode
43 independently-shot feature films, or to generate local advertising for
44 your cinema.
45 </para>
46
47 </section>
48
49 <section>
50 <title>Licence</title>
51
52 <para>
53 DCP-o-matic is licensed under the <ulink url="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU GPL</ulink>.
54 </para>
55
56 </section>
57
58 <section>
59 <title>Acknowledgements</title>
60
61 <para>
62 This manual uses icons from the <ulink url="http://tango.freedesktop.org/">Tango Desktop Project</ulink>, with thanks.
63 </para>
64
65 </section>
66 </chapter>
67
68 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
69 <title>Installation</title>
70
71 <section>
72 <title>Windows</title>
73
74 <para>
75 To install DCP-o-matic on Windows, download the installer from
76 <ulink url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>
77 and double-click it.  Click through the installer wizard, and
78 DCP-o-matic will be installed onto your machine.
79 </para>
80
81 <para>
82 If you are using a 32-bit version of Windows, you will need the 32-bit
83 installer.  For 64-bit Windows, either installer will work, but I
84 suggest you used the 64-bit version as it will allow DCP-o-matic to
85 use more memory.  You may find that DCP-o-matic crashes if you run
86 many parallel encoding threads (more than 4) on the 32-bit
87 version.
88 </para>
89
90 </section>
91
92 <section>
93 <title>Mac OS X</title>
94
95 <para>
96 DCP-o-matic will run on Mac OS X version 10.6 (Snow Leopard) and
97 higher.  To install it, download the <code>DMG</code> from <ulink
98 url="http://dcpomatic.com/">http://dcpomatic.com/</ulink> and double
99 click to open it.  Then drag the DCP-o-matic icon to your
100 <guilabel>Applications</guilabel> folder or wherever else you would
101 like to install it.
102 </para>
103
104 </section>
105
106 <section>
107 <title>Ubuntu Linux</title>
108
109 <para>
110 You can install DCP-o-matic on Ubuntu 12.04 (&lsquo;Precise
111 Pangolin&rsquo;), 12.10 (&lsquo;Quantal Quetzal&rsquo;), 13.10 (&lsquo;Saucy
112 Salamander&rsquo;) or 14.04 (&lsquo;Trusty Tahr&rsquo;) using <code>.deb</code> packages: download the
113 appropriate package from <ulink
114 url="http://dcpomatic.com/">http://dcpomatic.com/</ulink> and
115 double-click it.  Ubuntu will install the necessary bits and pieces
116 and set DCP-o-matic up for you.
117 </para>
118
119 </section>
120
121 <section>
122 <title>Debian Linux</title>
123 <para>
124 Packages are available for Debian 7 (squeeze) from <ulink
125 url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>.
126 </para>
127 </section>
128
129 <section>
130 <title>Centos Linux</title>
131 <para>
132 Packages are available for Centos 6.5 from <ulink
133 url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>.
134 </para>
135 </section>
136
137 <section>
138 <title>Arch Linux</title>
139 <para>
140 Packages for Arch Linux are available from <ulink
141 url="https://aur.archlinux.org/packages/dcpomatic/">https://aur.archlinux.org/packages/dcpomatic/</ulink>,
142 thanks to Stefan Karner.
143 </para>
144 </section>
145
146 <section>
147 <title>Other Linux distributions</title>
148
149 <para>
150 Installation on non-Ubuntu Linux is currently a little involved, as
151 there are no packages available (yet); you will have to compile it
152 from source.  If you are using a non-Ubuntu distribution, do let me
153 know via the <ulink url="mailto:carl@dcpomatic.com">mailing
154 list</ulink> and I will see about building some packages.
155 </para>
156
157 <para>
158 The following dependencies are required:
159 <itemizedlist>
160 <listitem><ulink url="http://ffmpeg.org/">FFmpeg</ulink></listitem>
161 <listitem><ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink></listitem>
162 <listitem><ulink url="http://www.openssl.org/">OpenSSL</ulink></listitem>
163 <listitem><ulink url="http://www.openjpeg.org/">libopenjpeg</ulink></listitem>
164 <listitem><ulink url="http://www.imagemagick.org/script/index.php">ImageMagick</ulink></listitem>
165 <listitem><ulink url="http://www.boost.org/">Boost</ulink></listitem>
166 <listitem><ulink url="http://www.libssh.org/">libssh</ulink></listitem>
167 <listitem><ulink url="http://www.gtk.org/">GTK (on Linux)</ulink></listitem>
168 <listitem><ulink url="http://www.wxwidgets.org/">wxWidgets</ulink></listitem>
169 <listitem><ulink url="http://freecode.com/projects/libquickmail">libquickmail</ulink></listitem>
170 <listitem><ulink url="http://libxmlplusplus.sourceforge.net/">libxml++</ulink></listitem>
171 <listitem><ulink url="http://www.aleksey.com/xmlsec/">xmlsec</ulink></listitem>
172 <listitem><ulink url="http://curl.haxx.se/">curl</ulink></listitem>
173 <listitem><ulink url="http://www.nih.at/libzip/">libzip</ulink></listitem>
174 <listitem><ulink url="http://carlh.net/software/libdcp/">libdcp</ulink></listitem>
175 <listitem><ulink url="http://carlh.net/software/libcxml/">libcxml</ulink></listitem>
176 </itemizedlist>
177 </para>
178
179 <para>
180 Once you have installed the development packages for the dependencies,
181 download the source code from <ulink
182 url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>,
183 unpack it and run the following commands from inside the source
184 directory:
185 </para>
186
187 <programlisting>
188 ./waf configure
189 ./waf build
190 sudo ./waf install
191 </programlisting>
192
193 <para>
194 With any luck, this will build and install DCP-o-matic on your system.  To run it, enter:
195 </para>
196
197 <programlisting>
198 dcpomatic
199 </programlisting>
200
201 <para>
202 in a shell.
203 </para>
204
205 </section>
206 </chapter>
207
208 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
209 <title>Creating a video DCP</title>
210
211 <para>
212 In this chapter we will see how to create a video DCP using
213 DCP-o-matic.  We will gloss over the details and look at the basics.
214 </para>
215
216 <section>
217 <title>Creating a new film</title>
218
219 <para>
220 Let's make a very simple DCP to see how DCP-o-matic works.  First, we
221 need some content.  Download the low-resolution trailer for the open
222 movie <ulink url="http://sintel.org/">Sintel</ulink> from <ulink
223 url="http://ftp.nluug.nl/ftp/graphics/blender/apricot/trailer/Sintel_Trailer1.480p.DivX_Plus_HD.mkv">their
224 website</ulink>.  Generally, of course, one would want to use the
225 highest-resolution material available, but for this test we will use
226 the low-resolution version to save everyone's bandwidth bills.
227 </para>
228
229 <para>
230 Now, start DCP-o-matic and its window will open.  First, we will
231 create a new &lsquo;film&rsquo;.  A &lsquo;film&rsquo; is how DCP-o-matic refers to
232 some pieces of content, along with some settings, which we will make into
233 a DCP.  DCP-o-matic stores its data in a folder on your disk while it
234 creates the DCP.  You can create a new film by selecting
235 <guilabel>New</guilabel> from the <guilabel>File</guilabel> menu, as
236 shown in <xref linkend="fig-file-new"/>.
237 </para>
238
239 <figure id="fig-file-new">
240   <title>Creating a new film</title> 
241   <mediaobject>
242     <imageobject> 
243       <imagedata fileref="screenshots/file-new&scs;"/>
244     </imageobject> 
245   </mediaobject>
246 </figure>
247
248 <para>
249 This will open a dialogue box for the new film, as shown in <xref
250 linkend="fig-video-new-film"/>.
251 </para>
252
253 <figure id="fig-video-new-film">
254   <title>Dialogue box for creating a new film</title> 
255   <mediaobject>
256     <imageobject> 
257       <imagedata fileref="screenshots/video-new-film&scs;"/>
258     </imageobject> 
259   </mediaobject>
260 </figure>
261
262 <para>
263 In this dialogue box you can choose a name for the film.  This will be
264 used to name the folder to store its data in, and also as the initial
265 name for the DCP itself.  You can also choose whereabouts you want to create
266 the film.  In the example from the figure, DCP-o-matic will create a
267 folder called &lsquo;DCP Test&rsquo; inside my home folder (carl) into which it
268 will write its working files.
269 </para>
270
271 </section>
272
273 <section>
274 <title>Adding content</title>
275
276 <para>
277 The next step is to add the content that you want to use.  DCP-o-matic
278 can make DCPs from multiple pieces of content, but in this simple
279 example we will just use a single piece.  Click the <guilabel>Add
280 file(s)...</guilabel> button, as shown in <xref
281 linkend="fig-add-file"/>, and a file chooser will open for you to
282 select the content file to use, as shown in <xref
283 linkend="fig-video-select-content-file"/>.
284 </para>
285
286 <figure id="fig-add-file"> 
287   <title>Adding content files</title> 
288   <mediaobject>
289     <imageobject> 
290       <imagedata fileref="screenshots/add-file&scs;"/>
291     </imageobject> 
292   </mediaobject>
293 </figure>
294
295 <figure id="fig-video-select-content-file"> 
296   <title>Selecting a video content file</title> 
297   <mediaobject>
298     <imageobject> 
299       <imagedata fileref="screenshots/video-select-content-file&scs;"/>
300     </imageobject> 
301   </mediaobject>
302 </figure>
303
304 <para>
305 Select your content file and click <guilabel>Open</guilabel>.  In this
306 case we are using the Sintel trailer that we downloaded earlier.
307 </para>
308
309 <para>
310 When you do this, DCP-o-matic will take a look at your file.  After a
311 short while (when the progress bar at the bottom right of the window
312 has finished), you can look through your content using the slider to
313 the right of the window, as shown in <xref linkend="fig-examine-content"/>.
314 </para>
315
316 <figure id="fig-examine-content"> 
317   <title>Examining the content</title>
318   <mediaobject>
319     <imageobject> 
320       <imagedata fileref="screenshots/examine-content&scs;"/>
321     </imageobject> 
322   </mediaobject>
323 </figure>
324
325 <para>
326 Dragging the slider will move through your video.  You can also click
327 the <guilabel>Play</guilabel> button to play the content back.  Note
328 that there will be no sound, and playback might not be entirely
329 accurate (it may be slightly slower or faster than it should be, for
330 example).  This player is really only intended for brief inspection of
331 content; if you need to check it more thoroughly, use another player
332 such as <ulink
333 url="http://projects.gnome.org/totem/index.html">Totem</ulink>, <ulink
334 url="http://www.mplayerhq.hu/design7/news.html">mplayer</ulink> or
335 <ulink url="http://www.videolan.org/vlc/index.html">VLC</ulink>.
336 </para>
337
338 </section>
339
340
341
342 <section>
343 <title>Making the DCP</title>
344
345 <para>In most cases, some adjustments would be made to DCP-o-matic's
346 settings once the content has been added.  For our simple test,
347 however, the default values will suffice, so we can go straight onto
348 making the DCP.</para>
349
350 <para>
351 Choose <guilabel>Make DCP</guilabel> from the
352 <guilabel>Jobs</guilabel> menu.  DCP-o-matic will encode your DCP.
353 This may take some time (many hours in some cases).  While the job is
354 in progress, DCP-o-matic will update you on how it is getting on with
355 the progress bar in the bottom of its window, as shown in <xref
356 linkend="fig-making-dcp"/>.
357 </para>
358
359 <figure id="fig-making-dcp">
360   <title>Making the DCP</title>
361   <mediaobject>
362     <imageobject> 
363       <imagedata scale="30" fileref="screenshots/making-dcp&scs;"/>
364     </imageobject> 
365   </mediaobject>
366 </figure>
367
368 <para>
369 When it has finished, the DCP will end up on your disk inside the
370 film's folder.  You can then copy this to a projector via a USB
371 stick, hard-drive or network connection.  See <xref
372 linkend="ch-files"/> for details about the files that DCP-o-matic creates.
373 </para>
374
375 <para>
376 Alternatively, if you have a projector or TMS that is accessible via
377 SCP across your network, you can upload the content directly from
378 DCP-o-matic.  See the <xref linkend="sec-prefs-tms" endterm="sec-prefs-tms-short"/>.
379 </para>
380
381 </section>
382 </chapter>
383
384 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
385 <title>Creating a still-image DCP</title>
386
387 <para>
388 DCP-o-matic can also be used to create DCPs of one or more still images, perhaps
389 for an advertisement or an on-screen announcement.  This chapter shows you
390 how to do it.
391 </para>
392
393 <para>
394 As with video DCPs, the first step is to create a new
395 &lsquo;Film&rsquo;; select <guilabel>New</guilabel> from the
396 <guilabel>File</guilabel> menu and the new film dialogue will open as
397 shown in <xref linkend="fig-still-new-film"/>.
398 </para>
399
400 <figure id="fig-still-new-film"> 
401   <title>Dialogue box for creating a new film</title> 
402   <mediaobject>
403     <imageobject> 
404       <imagedata fileref="screenshots/still-new-film&scs;"/>
405     </imageobject> 
406   </mediaobject>
407 </figure>
408
409 <para>
410 Enter a name and click <guilabel>OK</guilabel>.  Now we need to add
411 the content.  As before, click <guilabel>Add file(s)...</guilabel>.
412 For our example, we will add a single image file, as shown in <xref
413 linkend="fig-still-select-content-file"/>.
414 </para>
415
416 <figure id="fig-still-select-content-file"> 
417   <title>Selecting a still content file</title> 
418   <mediaobject>
419     <imageobject> 
420       <imagedata fileref="screenshots/still-select-content-file&scs;"/>
421     </imageobject> 
422   </mediaobject>
423 </figure>
424
425 <para>
426 As with video DCPs, most of the default settings will be fine for a
427 simple test.  The one thing that you might wish to change is the
428 length of the still.  Select the <guilabel>Timing</guilabel> tab and
429 you will see a <guilabel>Length</guilabel> setting, as shown in <xref
430 linkend="fig-timing-tab"/>.
431 </para>
432
433 <figure id="fig-timing-tab"> 
434   <title>The timing tab</title>
435   <mediaobject>
436     <imageobject> 
437       <imagedata fileref="screenshots/timing-tab&scs;"/>
438     </imageobject> 
439   </mediaobject>
440 </figure>
441
442 <para>
443 This length is a &lsquo;timecode&rsquo;: it consists of four numbers.
444 The first is hours, the second minutes, the third seconds, and the
445 fourth frames.  Enter the duration that you want and then click <guilabel>Set</guilabel>.
446 </para>
447
448 <para>
449 Finally, as with video, you can choose <guilabel>Make DCP</guilabel>
450 from the <guilabel>Jobs</guilabel> menu to create your DCP.  This will
451 be much quicker than creating a video DCP, as DCP-o-matic only needs
452 to encode a single frame which it can then repeat.
453 </para>
454
455 </chapter>
456
457 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
458 <title>Content settings</title>
459
460 <para>
461 The previous chapters showed DCP generation using the default
462 settings.  DCP-o-matic offers a range of features to adjust the
463 content that goes into your DCP, and this chapter describes those features in
464 detail.
465 </para>
466
467 <section>
468 <title>Adding and removing content</title>
469
470 <para>
471 At the top of the <guilabel>Content</guilabel> tab is a list of the
472 content that will go into our DCP.  There can be as many pieces of
473 content as you like, and they can be of the following types:
474 </para>
475
476 <itemizedlist>
477 <listitem>Movie &mdash; a file containing some video, probably some
478 audio and possibly some subtitles; for example, a MOV, MP4 or VOB.
479 </listitem>
480
481 <listitem>Sound &mdash; a file containing one or more channels of
482 audio; for example, a WAV or AIFF file.
483 </listitem>
484
485 <listitem>Still image &mdash; a file containing a single still image; for
486 example, a JPEG, PNG or TIFF file.
487 </listitem>
488
489 <listitem>Moving image &mdash; a directory containing many still
490 images which should be treated as the frames of a video.
491 </listitem>
492 </itemizedlist>
493
494 <para>
495 To add one or more movie, sound or still-image files, select
496 <guilabel>Add file(s)...</guilabel> and choose them from the selector.
497 To add a directory of images, choose <guilabel>Add
498 directory...</guilabel> and do similar.
499 </para>
500
501 <para>
502 You can remove a piece of content by clicking on its name and then
503 clicking the <guilabel>Remove</guilabel> button.
504 </para>
505
506 </section>
507 <section>
508 <title>Content Properties</title>
509
510 <para>
511 Below the content list are the controls to set content properties.  To
512 adjust the properties for a piece of content, click its name in the
513 content list.  The content property controls will then become active
514 for that piece of content.
515 </para>
516
517 <para>
518 The content properties are split up into four sections:
519 <guilabel>Video</guilabel>, <guilabel>Audio</guilabel>,
520 <guilabel>Subtitles</guilabel> and <guilabel>Timing</guilabel>.  Not
521 all of these sections will be active for all content types.  The controls
522 in each section are described below.
523 </para>
524
525 </section>
526
527 <section>
528 <title>Video</title>
529
530 <para>
531 The <guilabel>Video</guilabel> tab controls properties of the image, as shown in <xref linkend="fig-video-tab"/>.
532 </para>
533
534 <figure id="fig-video-tab"> 
535   <title>Video settings tab</title>
536   <mediaobject>
537     <imageobject> 
538        <imagedata fileref="screenshots/video-tab&scs;"/>
539     </imageobject> 
540   </mediaobject>
541 </figure>
542
543 <section>
544 <title>Image type</title>
545
546 <para>
547 The first option on this tab is the &lsquo;type&rsquo; of the video.
548 This specifies how DCP-o-matic should interpret the video's image.
549 <guilabel>2D</guilabel> is the default; this just takes the video
550 image as a standard 2D frame.  The <guilabel>3D
551 left/right</guilabel> option tells DCP-o-matic to interpret the frame as a
552 left-right pair, as shown in <xref linkend="fig-3d-left-right"/>.
553 </para>
554
555 <figure id="fig-3d-left-right"> 
556   <title>3D left/right image type</title>
557   <mediaobject>
558     <imageobject> 
559        <imagedata scale="100" fileref="diagrams/3d-left-right&dia;"/>
560     </imageobject> 
561   </mediaobject>
562 </figure>
563
564 <para>
565 Alternatively the <guilabel>3D top/bottom</guilabel> option tells
566 DCP-o-matic to see the frame as a top-bottom pair, as shown in <xref
567 linkend="fig-3d-top-bottom"/>.
568 </para>
569
570 <figure id="fig-3d-top-bottom"> 
571   <title>3D top/bottom image type</title>
572   <mediaobject>
573     <imageobject> 
574        <imagedata scale="100" fileref="diagrams/3d-top-bottom&dia;"/>
575     </imageobject> 
576   </mediaobject>
577 </figure>
578
579 </section>
580
581
582 <!-- ============================================================== -->
583 <section>
584 <title>Filtering</title>
585
586 <para>
587 The &lsquo;filters&rsquo; settings allow you to apply various video
588 filters to the image.  These may be useful to try to improve
589 poor-quality sources like DVDs.  You can set up the filters by clicking the
590 <guilabel>Edit</guilabel> button next to the filters entry in the
591 setup area of the DCP-o-matic window; this opens the filters selector
592 as shown in <xref linkend="fig-filters"/>.
593 </para>
594
595 <figure id="fig-filters"> 
596   <title>Filters selector</title> 
597   <mediaobject>
598     <imageobject> 
599       <imagedata fileref="screenshots/filters&scs;"/>
600     </imageobject> 
601   </mediaobject>
602 </figure>
603
604 <para>
605 After changing the filters setup, you will need to regenerate the DCP
606 to see the effect on the cinema screen.  The preview in DCP-o-matic
607 will update itself whenever filters are changed, though of course this
608 image is much smaller and of lower resolution than a projected image!
609 </para>
610 </section>
611
612
613 <!-- ============================================================== -->
614 <section>
615 <title>Other settings</title>
616
617 <para>
618 The &lsquo;crop&rsquo; settings can be used to crop your content,
619 which can be used to remove black borders from round the edges of DVD
620 images, for example.  The specified number of pixels will be trimmed
621 from each edge, and the content image in the right of the window will
622 be updated to show the effect of the crop.
623 </para>
624
625 <para>
626 The <guilabel>Scale to</guilabel> option governs the shape that
627 DCP-o-matic will scale the content's image into.  Select the aspect
628 ratio that your content should be presented in.
629 </para>
630
631 </section>
632 <section>
633 <title>Video description</title>
634
635 <para>
636 At the bottom of the video tab is a short description of what will
637 happen to your video with the current settings.  In the example of
638 <xref linkend="fig-video-tab"/>, DCP-o-matic is telling you that the
639 video file is 1920x1080 pixels (which is a ratio of 1.78:1).  Since
640 the controls specify &lsquo;Flat&rsquo; for the ratio, DCP-o-matic
641 scales the content image to 1998x1080, which is the DCI flat
642 resolution at 2K.
643 </para>
644
645 <para>
646 This description also gives the frame rate of the content and what
647 will happen to it when it is played at the DCP's frame rate.
648 <!-- XXX: link to more detailed discussion of this -->
649 </para>
650
651 </section>
652
653 </section>
654
655 <section>
656 <title>Audio</title>
657
658 <para>
659 The <guilabel>Audio</guilabel> tab controls properties of the image, as shown in <xref linkend="fig-audio-tab"/>.
660 </para>
661
662 <figure id="fig-audio-tab"> 
663   <title>Audio settings tab</title>
664   <mediaobject>
665     <imageobject> 
666        <imagedata fileref="screenshots/audio-tab&scs;"/>
667     </imageobject> 
668   </mediaobject>
669 </figure>
670
671 <section>
672 <title>Show audio</title>
673
674 <para>
675 The <guilabel>Show Audio</guilabel> button will instruct DCP-o-matic
676 to examine the audio in your content and plot a graph of its level
677 over time.  This can be useful for getting a rough idea of how loud
678 the sound will be in the cinema auditorium.  A typical plot is shown
679 in <xref linkend="fig-audio-plot"/>
680 </para>
681
682 <figure id="fig-audio-plot"> 
683   <title>Audio plot</title>
684   <mediaobject>
685     <imageobject> 
686        <imagedata fileref="screenshots/audio-plot&scs;"/>
687     </imageobject> 
688   </mediaobject>
689 </figure>
690
691 <para>
692 The plot gives the audio level (vertical axis, in dB) with time
693 (horizontal axis).  0dB represents full scale, so if there is anything
694 near this you are in danger of clipping the projector's audio outputs.
695 </para>
696
697 <para>
698 There are two plot types: the peak level and the RMS, which can be
699 shown or hidden using the check-boxes on the right hand side of the
700 window.
701 </para>
702
703 <para>
704 The channel check-boxes will show or hide the plot(s) for
705 the corresponding channels in the DCP.
706 </para>
707
708 <para>
709 The smoothing slider applies a variable degree of temporal smoothing
710 to the plots, which can make them easier to read in some cases.
711 </para>
712
713 <para>
714 Obviously the audio plot is no substitute for listening in an
715 auditorium, but it can be useful to get levels in the right rough area.
716 </para>
717
718 </section>
719
720 <section>
721 <title>The audio map</title>
722
723 <para>
724 The section at the bottom of the audio tab is the &lsquo;audio
725 map&rsquo;.  This governs how sound from the content will be arranged
726 in the DCP.
727 </para>
728
729 <para>
730 Down the left-hand side of the map is the list of audio channels in
731 the currently-selected piece of content.  Along the top is each
732 channel in the DCP.  A checked box means that the corresponding
733 content channel will be copied into the corresponding DCP channel.
734 </para>
735
736 <para>
737 Consider, for example, the case in <xref linkend="fig-audio-map-eg1"/>.
738 </para>
739
740 <figure id="fig-audio-map-eg1">
741   <title>Audio map example 1</title>
742   <mediaobject>
743     <imageobject> 
744        <imagedata fileref="screenshots/audio-map-eg1&scs;"/>
745     </imageobject> 
746   </mediaobject>
747 </figure>
748
749 <para>
750 Here, we have two channels in the source which are mapped to left and
751 right, respectively, in the DCP.  If we modify that as in <xref
752 linkend="fig-audio-map-eg2"/>
753 </para>
754
755 <figure id="fig-audio-map-eg2">
756   <title>Audio map example 2</title>
757   <mediaobject>
758     <imageobject> 
759        <imagedata fileref="screenshots/audio-map-eg2&scs;"/>
760     </imageobject> 
761   </mediaobject>
762 </figure>
763
764 <para>
765 we now have the content's streams mapped to left and right and also
766 mixed together and placed in the DCP's centre channel.
767 </para>
768
769 <figure id="fig-audio-map-eg3">
770   <title>Audio map example 3</title>
771   <mediaobject>
772     <imageobject> 
773        <imagedata fileref="screenshots/audio-map-eg3&scs;"/>
774     </imageobject> 
775   </mediaobject>
776 </figure>
777
778 <para>
779 As a final example, the map in <xref linkend="fig-audio-map-eg3"/>
780 shows the mapping of a 5.1 source into a 5.1 DCP.
781 </para>
782
783 </section>
784
785 <section>
786 <title>Other controls</title>
787
788 <para>
789 &lsquo;Audio Gain&rsquo; is used to alter the volume of the
790 soundtrack.  The specified gain (in dB) will be applied to each sound
791 channel of your content before it is written to the DCP.
792 </para>
793
794 <para>
795 If you use a sound processor that DCP-o-matic knows about, it can help
796 you calculate changes in gain that you should apply.  Say, for
797 example, that you make a test DCP and find that you have to run it at
798 volume 5 instead of volume 7 to get a good sound level in the screen.
799 If this is the case, click the <guilabel>Calculate...</guilabel>
800 button next to the audio gain entry, and the dialogue box in <xref
801 linkend="fig-calculate-audio-gain"/> will open.
802 </para>
803
804 <figure id="fig-calculate-audio-gain"> 
805   <title>Calculating audio gain</title>
806   <mediaobject>
807     <imageobject> 
808       <imagedata fileref="screenshots/calculate-audio-gain&scs;"/>
809     </imageobject> 
810   </mediaobject>
811 </figure>
812
813 <para>
814 For our example, put 5 in the first box and 7 in the second and click
815 <guilabel>OK</guilabel>.  DCP-o-matic will calculate the audio gain
816 that it should apply to make this happen.  Then you can re-make the
817 DCP (this will be reasonably fast, as the video data will already have
818 been done) and it should play back at the correct volume with 7 on
819 your sound-rack fader.
820 </para>
821
822 <para>
823 Current versions of DCP-o-matic only know about the Dolby CP650 and
824 CP750.  If you use a different sound processor, and know the gain
825 curve of its volume control, <ulink url="mailto:carl@dcpomatic.com">get in
826 touch</ulink>.
827 </para>
828
829 <para>
830 <guilabel>Audio Delay</guilabel> is used to adjust the synchronisation
831 between audio and video.  A positive delay will move the audio later
832 with respect to the video, and a negative delay will move it earlier.
833 </para>
834
835 <para>
836 The <guilabel>Audio Stream</guilabel> option allows you to select the
837 audio stream to use, if the content contains more than one.  There
838 might be different soundtrack languages, for example.
839 </para>
840
841 </section>
842 </section>
843
844
845 <section>
846 <title>Subtitles</title>
847
848 <para>
849 The subtitles tab contains settings related to subtitles in your
850 content, as shown in <xref linkend="fig-subtitles-tab"/>.
851 </para>
852
853 <figure id="fig-subtitles-tab"> 
854   <title>Subtitle settings tab</title>
855   <mediaobject>
856     <imageobject> 
857        <imagedata fileref="screenshots/subtitles-tab&scs;"/>
858     </imageobject> 
859   </mediaobject>
860 </figure>
861
862 <para>
863 DCP-o-matic will extract subtitles from the content, if present, and
864 they can be &lsquo;burnt into&rsquo; the DCP (that is, they are
865 included in the image and not overlaid by the projector).  Note that
866 DVD and Blu-Ray subtitles are stored as bitmaps, so it is not possible
867 (automatically) to use non-burnt-in subtitles with these sources.
868 Select the <guilabel>With Subtitles</guilabel> check-box to enable
869 subtitles.  The <guilabel>offset</guilabel> control moves the
870 subtitles up and down the image, and the <guilabel>scale</guilabel>
871 control changes their size.
872 </para>
873
874 <para>
875 All being well, future versions of DCP-o-matic will include the option to
876 use text subtitles (as is the norm with most professionally-mastered
877 DCPs).
878 </para>
879
880 </section>
881
882 <section>
883 <title>Timing</title>
884
885 <para>
886 The timing tab contains settings related to the timing of your
887 content, as shown in <xref linkend="fig-timing-tab-detail"/>.
888 </para>
889
890 <figure id="fig-timing-tab-detail"> 
891   <title>Timing settings tab</title>
892   <mediaobject>
893     <imageobject> 
894        <imagedata fileref="screenshots/timing-tab&scs;"/>
895     </imageobject> 
896   </mediaobject>
897 </figure>
898
899 <para>
900 Most of the timing tab's entries are <emphasis>time-codes</emphasis>.
901 These are expressed as four numbers, as shown in <xref
902 linkend="fig-timecode"/>.
903 </para>
904
905 <figure id="fig-timecode"> 
906   <title>Timecode</title>
907   <mediaobject>
908     <imageobject> 
909        <imagedata fileref="diagrams/timecode&dia;"/>
910     </imageobject> 
911   </mediaobject>
912 </figure>
913
914 <para>
915 <guilabel>Position</guilabel> is the time at which this piece of
916 content should start within the DCP.  In most cases, this will be
917 <code>0:0:0:0</code> to make the content start at the beginning of the
918 DCP.
919 </para>
920
921 <para>
922 <guilabel>Full length</guilabel> is the length of the piece of
923 content.  This can only be set for still-image content: for video or
924 sound content, it is fixed by the nature of the content file.  If
925 still-image content is being used you can set the length for which it
926 should be displayed using this control.
927 </para>
928
929 <para>
930 <guilabel>Trim from start</guilabel> specifies the amount that should be trimmed from the start of the content.
931 </para>
932
933 <para>
934 <guilabel>Trim from end</guilabel> specifies the amount that should be trimmed from the end of the content.
935 </para>
936
937 <para>
938 <guilabel>Play length</guilabel> indicates how long this piece of
939 content will be once the trims have been applied.  This will be equal
940 to the full length minus <guilabel>trim-from-start</guilabel> and minus <guilabel>trim-from-end</guilabel>.
941 </para>
942
943 <para>
944 <guilabel>Video frame rate</guilabel> specifies the frame rate for still-image content.
945 </para>
946
947 <para>
948 Each timecode control has a <guilabel>Set</guilabel> which you should
949 click when you have entered a new value for a timecode.  The
950 <guilabel>Set</guilabel> button will make DCP-o-matic take account of
951 any changes to the corresponding timecode.
952 </para>
953
954 </section>
955
956 <section>
957 <title>Video processing pipeline</title>
958
959 <para>
960 This section gives a little more detail about how DCP-o-matic process
961 video as it takes it from a source and puts it into a DCP.
962 </para>
963
964 <para>
965 Consider, as a somewhat over-the-top example, that we have a 720 x 576
966 image which is letterboxed with 36 black pixels each at the top and
967 bottom, and the video content within the letterbox should be presented
968 in the DCP at ratio of 2.39:1.  Such an image is shown in <xref linkend="fig-pipeline1"/>.
969 </para>
970
971 <figure id="fig-pipeline1"> 
972   <title>Example image to demonstrate video processing</title>
973   <mediaobject>
974     <imageobject> 
975        <imagedata scale="100" fileref="diagrams/pipeline1&dia;"/>
976     </imageobject> 
977   </mediaobject>
978 </figure>
979
980 <para>
981 DCP-o-matic runs through the following steps when preparing an image for a DCP:
982 </para>
983
984 <itemizedlist>
985 <listitem>Crop</listitem>
986 <listitem>Scale</listitem>
987 <listitem>Place in container</listitem>
988 </itemizedlist>
989
990 <para>
991 First, some amount of the image can be cropped.  This is almost always
992 used to remove black borders (letterboxing and/or pillarboxing) around
993 images.
994 </para>
995
996 <para>
997 In our example image, we would use 36 pixels of crop from the top and
998 bottom.  This would give the new image shown in <xref
999 linkend="fig-pipeline2"/>.
1000 </para>
1001
1002 <figure id="fig-pipeline2"> 
1003   <title>Example image after cropping</title>
1004   <mediaobject>
1005     <imageobject> 
1006        <imagedata scale="100" fileref="diagrams/pipeline2&dia;"/>
1007     </imageobject> 
1008   </mediaobject>
1009 </figure>
1010
1011 <para>
1012 The next step is to scale the image.  Since this content should be
1013 presented in a 2.39:1 aspect ratio, we would select
1014 <guilabel>Scope</guilabel> from the <guilabel>Scale to</guilabel>
1015 option in the <guilabel>Video</guilabel> tab.  This option should
1016 always be set to the aspect ratio at which the content should be
1017 presented.  DCP-o-matic will work out how big the image should be to
1018 fit into the configured DCP's container; in the case of 2K, a 'scope
1019 container should be 2048x858 pixels, and so DCP-o-matic scales to that
1020 size.  This gives us a new version of the image as shown in <xref
1021 linkend="fig-pipeline3"/>.
1022 </para>
1023
1024 <figure id="fig-pipeline3"> 
1025   <title>Example image after cropping and scaling</title>
1026   <mediaobject>
1027     <imageobject> 
1028        <imagedata scale="100" fileref="diagrams/pipeline3&dia;"/>
1029     </imageobject> 
1030   </mediaobject>
1031 </figure>
1032
1033 <para>
1034 The final step is to place the image into the DCP.  In this case,
1035 since we have a 2.39:1 image that should be presented as a 2.39:1 DCP,
1036 we set the <guilabel>container</guilabel> in the
1037 <guilabel>DCP</guilabel> tab to be 'scope.  Since the content has been
1038 scaled to 2.39:1, and the DCP is in 2.39:1, there is nothing
1039 complicated to do here: DCP-o-matic can just place the image directly
1040 into the DCP.
1041 </para>
1042
1043 </section>
1044
1045 </chapter>
1046
1047 <chapter xml:id="ch-dcp" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
1048 <title>DCP settings</title>
1049
1050 <para>
1051 This chapter describes the settings that apply to the whole DCP.  The
1052 controls for these settings are in the <guilabel>DCP</guilabel> tab of
1053 the main window, as shown in <xref linkend="fig-dcp-tab"/>.
1054 </para>
1055
1056 <figure id="fig-dcp-tab"> 
1057   <title>DCP settings tab</title>
1058   <mediaobject>
1059     <imageobject> 
1060        <imagedata fileref="screenshots/dcp-tab&scs;"/>
1061     </imageobject> 
1062   </mediaobject>
1063 </figure>
1064
1065 <para>
1066 The first thing here is the name.  This is generally set to the title
1067 of the film that is being encoded.  If <guilabel>Use ISDCF
1068 name</guilabel> is not ticked, the name that you specify will be used
1069 as-is for the name of the DCP.  If <guilabel>Use ISDCF name</guilabel>
1070 is ticked, the name that you enter will be used as part of a
1071 ISDCF-compliant name.  
1072 </para>
1073
1074 <para>
1075 Underneath the name field is a preview of the name that the DCP will
1076 get.  To use a ISDCF-compliant name, tick the <guilabel>Use ISDCF
1077 name</guilabel> check-box.  The ISDCF name will be composed using details
1078 of your content's soundtrack, the current date and other things that
1079 can be specified in the ISDCF name details dialogue box, which you can
1080 open by clicking on the <guilabel>Details</guilabel> button.
1081 </para>
1082
1083 <para>
1084 If the DCP name is long, it may not all be visible.  You can see the
1085 full name by hovering the mouse pointer over the partial name.
1086 </para>
1087
1088 <para>
1089 The <guilabel>Container</guilabel> option sets the ratio of the image
1090 in the DCP.  If this ratio is different to the ratio used for any
1091 content, DCP-o-matic will pad the content with black.  In simple cases
1092 this should be set to the same ratio as that for the the primary piece
1093 of video content.  Alternatively, you might want to pillarbox a small
1094 format into a Flat container: in this case, select the small format
1095 for the content's ratio and &lsquo;Flat&rsquo; for the DCP.
1096 </para>
1097
1098 <para>
1099 Next up is the content type.  This can be
1100 &lsquo;feature&rsquo;, &lsquo;trailer&rsquo; or whatever; select the
1101 required type from the drop-down list.
1102 </para>
1103
1104 <para>
1105 The <guilabel>Frame Rate</guilabel> control sets the frame rate of
1106 your DCP.  This can be a little tricky to get right.  Ideally, you
1107 want it to be the same as the video content that you are using.  If it
1108 is not the same, DCP-o-matic must resort to some tricks to alter your
1109 content to fit the specified frame rate.  Frame rates are discussed in
1110 more detail in <xref linkend="ch-frame-rates"/>.
1111 </para>
1112
1113 <para>
1114 The <guilabel>Signed</guilabel> check-box sets whether or not the DCP
1115 is signed.  This is rarely important; if in doubt, tick it.
1116 </para>
1117
1118 <para>
1119 The <guilabel>Encrypted</guilabel> check-box will set whether the DCP
1120 should be encrypted or not.  If this is ticked, the DCP will require a
1121 KDM to play back.  Encryption is discussed in <xref
1122 linkend="ch-encryption"/>.
1123 </para>
1124
1125 <para>
1126 The <guilabel>Use best</guilabel> button sets the DCP video frame rate
1127 to what DCP-o-matic thinks is the best given the content that you have
1128 added.
1129 </para>
1130
1131 <para>
1132 The <guilabel>Audio Channels</guilabel> control sets the number of
1133 audio channels that the DCP will have.  If the DCP has any channels
1134 for which there is no content audio they will be replaced by silence.
1135 </para>
1136
1137 <para>
1138 The <guilabel>3D</guilabel> button will set your DCP to 3D mode if it
1139 is checked.  A 3D DCP will then be created, and any 2D content will be
1140 made 3D compatible by repeating the same frame for both left and right
1141 eyes.  A 3D DCP can be played back on many 3D systems (e.g. Dolby 3D,
1142 Real-D etc.) but not on a 2D system.
1143 </para>
1144
1145 <para>
1146 The <guilabel>Resolution</guilabel> tab allows you to choose the
1147 resolution for your DCP.  Use 2K unless you have content that is of
1148 high enough resolution to be worth presenting in 4K.
1149 </para>
1150
1151 <para>
1152 The <guilabel>JPEG2000 bandwidth</guilabel>; setting changes how big the final
1153 image files used within the DCP will be.  Larger numbers will give
1154 better quality, but correspondingly larger DCPs.  The bandwidth can be
1155 between 50 and 250 megabits per second (Mbit/s).
1156 </para>
1157
1158 <para>
1159 The <guilabel>Standard</guilabel> option specifies which of the two
1160 DCP standards DCP-o-matic should use.  If in doubt, use SMPTE (the
1161 more modern of the two).
1162 </para>
1163
1164 <para>
1165 Finally, the <guilabel>Scaler</guilabel> is the method that will be used to scale up
1166 your content to the required size for the DCP, if required.  Bicubic is a fine choice in
1167 most situations.
1168 </para>
1169
1170 </chapter>
1171
1172 <chapter xml:id="ch-encryption" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
1173 <title>Encryption</title>
1174
1175 <para>
1176 It is not required that DCPs be encrypted, but they can be.  This
1177 chapter discusses the basic principles of DCP encryption, and how
1178 DCP-o-matic can create encrypted DCPs and KDMs for them.
1179 </para>
1180
1181 <section>
1182 <title>Basics</title>
1183
1184 <para>
1185 DCPs can be encrypted.  This means that the picture and sound data are
1186 encoded in such a way that only cinemas &lsquo;approved&rsquo; by the
1187 DCP's creators can read them.  In particular, this means copies of the
1188 DCP can be distributed by insecure means: if an ne'er-do-well called
1189 Mallory obtains a hard drive containing an encrypted DCP, there is no
1190 way that he can play it.  Only those cinemas who receive a correct key
1191 delivery message (KDM) can play the DCP.
1192 </para>
1193
1194 <section>
1195 <title>How it works (in a nutshell)</title>
1196
1197 <para>
1198 This section attempts to summarise how DCP encryption works.  You can
1199 skip it if you like.  You may need some knowledge of encryption
1200 methods to understand it.
1201 </para>
1202
1203 <para>
1204 We suppose that we are trying to distribute a DCP to
1205 Alice's cinema, without a troublemaker called Mallory being able to
1206 watch it himself.
1207 </para>
1208
1209 <para>
1210 There are two main families of encryption techniques.  The first,
1211 symmetric-key encryption, allows us to encode some data using some
1212 numeric key.  After encoding, no-one can decode the data unless they
1213 know the key.
1214 </para>
1215
1216 <para>
1217 The first step in a DCP encryption is to encode its data with some key
1218 using symmetric-key encryption.  The encrypted DCP can then be sent
1219 anywhere, safe in the knowledge that even if Mallory got hold of a
1220 copy, he could not decrypt it.
1221 </para>
1222
1223 <para>
1224 Alice, however, needs to know the key so she can play the DCP in her
1225 cinema.  A simple approach might be for us to send Alice the key.
1226 However, if Mallory can intercept the DCP, he might also be able to
1227 intercept our communication of the key to Alice.  Furthermore, if Alice
1228 happened to know Mallory, she could just send him a copy of the key.
1229 </para>
1230
1231 <para>
1232 The clever bit in DCP encryption requires the use of public-key
1233 encryption.  With this technique we can encrypt a block of data using
1234 some &lsquo;public&rsquo; key.  That data can then only be decrypted
1235 using a <emphasis>different</emphasis> &lsquo;private&rsquo; key.  The
1236 private and public keys are related mathematically, but it is
1237 extremely hard (or rather, virtually impossible) to derive the private
1238 key from the public key.
1239 </para>
1240
1241 <para>
1242 Public-key encryption allows us to distribute the DCP's key to Alice
1243 securely.  The manufacturer of Alice's projector generates a public
1244 and private key.  They hide the private key deep inside the bowels of
1245 the projector (inside an integrated circuit) where no-one can read it.
1246 They then make the public key available to anyone who is interested.
1247 </para>
1248
1249 <para>
1250 We take our DCP's symmetric key and encrypt it using the public key of
1251 Alice's projector.  We send the result to Alice over email (using a
1252 format called a Key Delivery Message, or KDM).  Her projector then
1253 decrypts our message using its private key, yielding the magic
1254 symmetric key which can decrypt the DCP.
1255 </para>
1256
1257 <para>
1258 If is fine if Mallory intercepts our email to Alice, since the only
1259 key which can decrypt the message is the private key buried inside
1260 Alice's projector.  The projector manufacturer is very careful that
1261 no-one ever finds out what this key is.  Our DCP is secure: only Alice
1262 can play it back, since only her projector knows the key (even Alice
1263 does not).
1264 </para>
1265
1266 </section>
1267 </section>
1268
1269 <section>
1270 <title>Encryption using DCP-o-matic</title>
1271
1272 <para>
1273 There are two steps to distributing an encrypted DCP.  First, the
1274 DCP's data must be encrypted, and secondly KDMs must be generated for
1275 those cinemas that are allowed to play the DCP.
1276 </para>
1277
1278 <para>
1279 The first part is simple: ticking the <guilabel>Encrypted</guilabel>
1280 box in the <guilabel>DCP</guilabel> tab of DCP-o-matic will encrypt
1281 the DCP using a random key that DCP-o-matic generates.  The key will
1282 be written to the film's metadata file, which should be kept
1283 secure.
1284 </para>
1285
1286 <para>
1287 A DCP that is generated with the <guilabel>Encrypted</guilabel> box
1288 ticked will not play on any projector as-is (it will be marked as
1289 &lsquo;locked&rsquo;, or whatever the projector manufacturer's term
1290 is).
1291 </para>
1292
1293 <para>
1294 The second part is to generate KDMs for the cinemas that you wish to
1295 allow to play your DCP.  This is done using the <guilabel>Make
1296 KDMs</guilabel> option on the <guilabel>Jobs</guilabel> menu.  This
1297 will open the KDM dialogue box, as shown in <xref linkend="fig-kdm"/>.
1298 </para>
1299
1300 <figure id="fig-kdm">
1301   <title>KDM dialog</title> 
1302   <mediaobject>
1303     <imageobject> 
1304       <imagedata fileref="screenshots/kdm&scs;"/>
1305     </imageobject> 
1306   </mediaobject>
1307 </figure>
1308
1309 <para>
1310 In order to generate KDMs for a particular projector, you need to know
1311 its <emphasis>certificate</emphasis>.  These are usually made
1312 available by the projector manufacturers as text files with a
1313 <code>.pem</code> extension.
1314 </para>
1315
1316 <para>
1317 DCP-o-matic can store these certificates to make life easier.  It
1318 stores details of cinemas and screens within those cinemas.  Each
1319 screen has a certificate for its projector.  DCP-o-matic can generate
1320 KDMs for any screens that it knows about.
1321 </para>
1322
1323 <para>
1324 To add a cinema, click <guilabel>Add Cinema...</guilabel>.  This opens
1325 a dialogue box into which you can enter the cinema's name, and
1326 optionally an email address.  This email address can be used to
1327 get DCP-o-matic to deliver KDMs via email, but it is optional.
1328 </para>
1329
1330 <para>
1331 Once you have added a cinema, select it by clicking on its name, then
1332 click <guilabel>Add Screen...</guilabel>.  The resulting dialogue
1333 allows you to enter a name for the screen and load in its certificate
1334 from a file.  The certificate should be in SHA256 PEM format.
1335 </para>
1336
1337 <para>
1338 Once you have set up all the screens that you need KDMs for,
1339 DCP-o-matic can generate KDMs for the last DCP that you generated for
1340 the currently-loaded film.  Select the cinemas and/or screens that you
1341 want KDMs for and fill in the start and end dates and times.  
1342 </para>
1343
1344 <para>
1345 Finally, choose what you want to do with the KDMs.  They can be
1346 written to disk, to a location that you can specify by clicking
1347 <guilabel>Browse</guilabel>.  Alternatively, if you choose
1348 <guilabel>Send by email</guilabel> the KDMs will be zipped up and
1349 emailed to the appropriate cinema email addresses.  Click OK to
1350 generate the KDMs.
1351 </para>
1352
1353 </section>
1354
1355 </chapter>
1356
1357
1358 <chapter xml:id="ch-preferences" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
1359 <title>Preferences</title>
1360
1361 <para>
1362 DCP-o-matic provides a few preferences which can be used to modify its
1363 behaviour.  This chapter explains those options.
1364 </para>
1365
1366 <section>
1367 <title>The preferences dialogue</title>
1368
1369 <para>
1370 The preferences dialogue is opened by choosing
1371 <guilabel>Preferences...</guilabel> from the <guilabel>Edit</guilabel>
1372 menu.  The dialogue is split into five tabs.
1373 </para>
1374
1375 <section>
1376 <title>Miscellaneous</title>
1377
1378 <para>
1379 The miscellaneous tab is shown in <xref linkend="fig-prefs-misc"/>.
1380 </para>
1381
1382 <figure id="fig-prefs-misc"> 
1383   <title>Miscellaneous preferences</title> 
1384   <mediaobject>
1385     <imageobject> 
1386       <imagedata fileref="screenshots/prefs-misc&scs;"/>
1387     </imageobject> 
1388   </mediaobject>
1389 </figure>
1390
1391 <section>
1392 <title>Language</title>
1393
1394 <para>
1395 If you tick the <guilabel>Set Language</guilabel> checkbox and choose
1396 a language from the list, that language will be used for DCP-o-matic.
1397 You will need to restart DCP-o-matic to see the new language.
1398 </para>
1399
1400 <para>
1401 The translations for DCP-o-matic have been contributed by helpful
1402 users.  If your language is not on the last, head to <ulink
1403 url="http://dcpomatic.com/i18n.php">the DCP-o-matic website</ulink> to
1404 read about how to contribute a translation.
1405 </para>
1406 </section>
1407
1408 <section>
1409 <title>Threads</title>
1410
1411 <para>
1412 When DCP-o-matic is encoding DCPs it can use multiple parallel threads
1413 to speed things up.  Set this value to the number of threads
1414 DCP-o-matic should use.  This should normally be the number of
1415 processors (or processor cores) in your machine.  DCP-o-matic will try
1416 to set this up correctly when you run it for the first time.
1417 </para>
1418
1419 </section>
1420
1421 <section>
1422 <title>KDM emails</title>
1423
1424 <para>
1425 DCP-o-matic can send KDMs (see <xref linkend="ch-encryption"/>) to
1426 cinemas (or anywhere else) via email.  To make this work, enter a
1427 suitable outgoing mail (SMTP) server and &lsquo;from&rsquo; address
1428 for these emails.
1429 </para>
1430
1431 </section>
1432
1433 <section>
1434 <title>Defaults</title>
1435
1436 <para>
1437 The next few options allow you to set up default values for several
1438 properties of new films that you create.
1439 </para>
1440
1441 </section>
1442 </section>
1443
1444 <section>
1445 <title>Colour conversions</title>
1446
1447 <para>
1448 The colour conversions tab is shown in <xref linkend="fig-prefs-colour-conversions"/>.
1449 </para>
1450
1451 <figure id="fig-prefs-colour-conversions">
1452   <title>Colour conversions preferences</title> 
1453   <mediaobject>
1454     <imageobject> 
1455       <imagedata fileref="screenshots/prefs-colour-conversions&scs;"/>
1456     </imageobject> 
1457   </mediaobject>
1458 </figure>
1459
1460 <para>
1461 As part of the encoding process, DCP-o-matic has to convert the colour
1462 space of the source files that you use into XYZ, the colour space used
1463 by the DCI standard.
1464 </para>
1465
1466 <para>
1467 Colour conversion is discussed in more detail in a separate document
1468 <ulink url="http://dcpomatic.com/manual/colour.pdf">colour.pdf</ulink>.
1469 </para>
1470
1471 <para>
1472 These preferences control a list of presets which are suitable for
1473 converting from common input colour spaces to XYZ.
1474 </para>
1475
1476 </section>
1477
1478 <section>
1479 <title>Metadata</title>
1480
1481 <para>
1482 The metadata tab is shown in <xref linkend="fig-prefs-metadata"/>.
1483 </para>
1484
1485 <figure id="fig-prefs-metadata"> 
1486   <title>Metadata preferences</title> 
1487   <mediaobject>
1488     <imageobject> 
1489       <imagedata fileref="screenshots/prefs-metadata&scs;"/>
1490     </imageobject> 
1491   </mediaobject>
1492 </figure>
1493
1494 <para>
1495 This allows you to set up a couple of identifiers that are written
1496 into the DCP.  The default values should cause no problems.
1497 </para>
1498
1499 </section>
1500
1501 <section xml:id="sec-prefs-tms">
1502 <title>TMS</title>
1503 <titleabbrev xml:id="sec-prefs-tms-short">TMS preferences</titleabbrev>
1504
1505 <para>
1506 The TMS tab (shown in <xref linkend="fig-prefs-tms"/>) gives some
1507 options for specifying details about your theatre management system
1508 (TMS).  If you do this, and your TMS accepts SSH connections, you can
1509 upload DCPs directly from DCP-o-matic to the TMS using the
1510 <guilabel>Send DCP to TMS</guilabel> option in the
1511 <guilabel>Jobs</guilabel> menu.
1512 </para>
1513
1514 <figure id="fig-prefs-tms"> 
1515   <title>TMS preferences</title> 
1516   <mediaobject>
1517     <imageobject> 
1518       <imagedata fileref="screenshots/prefs-tms&scs;"/>
1519     </imageobject> 
1520   </mediaobject>
1521 </figure>
1522
1523 <para>
1524 <guilabel>TMS IP address</guilabel> should be set to the IP address of
1525 your TMS, <guilabel>TMS target path</guilabel> to the place that DCPs
1526 should be uploaded to (which will be relative to the home directory of
1527 the SSH user).  Finally, the user name and password are the
1528 credentials required to log into the TMS via SSH.
1529 </para>
1530 </section>
1531
1532 <section>
1533 <title>KDM email</title>
1534
1535 <para>
1536 The KDM email is shown in <xref linkend="fig-prefs-kdm-email"/>.
1537 </para>
1538
1539 <figure id="fig-prefs-kdm-email"> 
1540   <title>KDM email preferences</title> 
1541   <mediaobject>
1542     <imageobject> 
1543       <imagedata fileref="screenshots/prefs-kdm-email&scs;"/>
1544     </imageobject> 
1545   </mediaobject>
1546 </figure>
1547
1548 <para>
1549 This is a template for the email that is used to send KDMs out to
1550 cinemas.  You can change it to say whatever you like.  The
1551 &lsquo;magic&rsquo; string <code>$CPL_NAME</code> will be replaced by
1552 DCP's title.
1553 </para>
1554
1555 </section>
1556
1557 <section xml:id="sec-prefs-advanced">
1558 <title>Advanced</title>
1559 <titleabbrev xml:id="sec-prefs-advanced-short">Advanced preferences</titleabbrev>
1560
1561 <para>
1562 The advanced preferences are shown in <xref linkend="fig-prefs-advanced"/>.
1563 </para>
1564
1565 <figure id="fig-prefs-advanced"> 
1566   <title>Advanced preferences</title> 
1567   <mediaobject>
1568     <imageobject> 
1569       <imagedata fileref="screenshots/prefs-advanced&scs;"/>
1570     </imageobject> 
1571   </mediaobject>
1572 </figure>
1573
1574 <para>
1575 <guilabel>Maximum JPEG2000 bandwidth</guilabel> specifies the maximum
1576 bit-rate of JPEG2000 that DCP-o-matic will allow you to create.  You
1577 are advised to leave this at 250Mbit/s in normal use for maximum DCP
1578 compatibility.
1579 </para>
1580
1581 <para>
1582 <guilabel>Allow any DCP frame rate</guilabel> removes the limits on
1583 the DCP video frame rates that DCP-o-matic will create.  This may be
1584 useful for experimentation.  Again, you are strongly advised to leave
1585 this unticked for normal use.
1586 </para>
1587
1588 <para>
1589 The four checkboxes labelled <guilabel>Log</guilabel> control what
1590 sort of messages DCP-o-matic writes to its log file when creating a
1591 DCP.  It is useful to leave <guilabel>General</guilabel>,
1592 <guilabel>Warnings</guilabel> and <guilabel>Errors</guilabel> ticked
1593 as this makes the log files useful for tracking down bugs.
1594 </para>
1595
1596 <para>
1597 The <guilabel>Timing</guilabel> checkbox will enable extra log entries
1598 to allow developers to investigate and optimize the speed of
1599 DCP-o-matic.  It will significantly increase the size of the log files
1600 that are generated, so in normal use it is best to leave this
1601 unticked.
1602 </para>
1603
1604 </section>
1605 </section>
1606 </chapter>
1607
1608 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en" xml:id="ch-frame-rates">
1609 <title>Frame rates</title>
1610
1611 <para>
1612 In an ideal world, a DCP would be created using content at the same
1613 video frame and audio sampling rates as the DCP.  This is not,
1614 however, always possible.
1615 </para>
1616
1617 <section>
1618 <title>DCP frame rate limitations</title>
1619
1620 <para>
1621 There are some limitations to video and audio frame rates in DCPs.  This is
1622 complicated by the fact that not all projectors will play DCPs at the
1623 same frame rates.  It is possible to create a DCP which one projector will
1624 play fine, but another (of a different type) will refuse to play, or
1625 even refuse to ingest.
1626 </para>
1627
1628 <section>
1629 <title>Guaranteed rates</title>
1630
1631 <para>
1632 The only rates that are (pretty much) guaranteed to work on all DCI
1633 projectors is 24 frames per second (fps) for video and 48kHz or 96kHz
1634 for audio.  If you are sending your DCPs to unknown places it wise to
1635 consider using these rates if at all possible.
1636 </para>
1637
1638 </section>
1639
1640 <section>
1641 <title>Other often-supported rates</title>
1642 <para>
1643 Many projectors now in the wild support additional video frame rates:
1644 25, 30 and 48 fps.
1645 </para>
1646 </section>
1647
1648 <section>
1649 <title>Adapting content to fit the DCP rate</title>
1650
1651 <para>
1652 DCP-o-matic has a few tricks to allow you to use content that is not
1653 in one of the &lsquo;approved&rsquo; rates.
1654 </para>
1655
1656 <para>
1657 Audio is easy: DCP-o-matic can resample to 48kHz from any source rate
1658 with minimal loss in quality.
1659 </para>
1660
1661 <para>
1662 Video rate conversion is harder.  DCP-o-matic's basic strategy to deal
1663 with a non-supported content rate is to run it at the wrong speed, and
1664 to adjust the audio to keep it in sync.
1665 </para>
1666
1667 <para>Let us consider the example of a 25fps source for which you want
1668 to create a 24fps DCP.  DCP-o-matic will put the frames from the
1669 source directly into the DCP without modification, but will tell the
1670 projector to play them back at 24fps.  This means that the DCP's video
1671 will run slightly slower than the original.
1672 </para>
1673
1674 <para>
1675 If DCP-o-matic did nothing else, the result of this would be that the
1676 audio would be running at the original speed with the video running
1677 slowly.  Hence the audio would drift slowly out of sync.  To avoid
1678 this, DCP-o-matic also resamples the audio such that the projector
1679 will play it too slow by the same amount.  Hence it will sound
1680 slightly different but will remain in sync with the video.
1681 </para>
1682
1683 <para>
1684 For very low or high frame rates, DCP-o-matic can also skip or duplicate frames.
1685 </para>
1686
1687 </section>
1688 </section>
1689
1690 <section>
1691 <title>Setting up</title>
1692
1693 <para>
1694 The <guilabel>Frame Rate</guilabel> control in the
1695 <guilabel>DCP</guilabel> tab sets the video frame rate that the DCP
1696 will use.  Clicking <guilabel>Use best</guilabel> sets the rate to
1697 what DVD-o-matic thinks is the best for your content.  With this
1698 button, DCP-o-matic assumes that the whole range of frame rates (24,
1699 25, 30 and 48fps) are allowable.
1700 </para>
1701
1702 <para>
1703 After this, the <guilabel>Video</guilabel> tab for each piece of
1704 content will give a summary of what DCP-o-matic is doing with that
1705 content.
1706 </para>
1707
1708 <para>
1709 If you want to experiment with other non-standard frame rates, you can
1710 do so by ticking the <guilabel>Allow any DCP frame rate</guilabel> in
1711 the <guilabel>Advanced</guilabel> tab of the preferences dialogue (see the
1712 <xref linkend="sec-prefs-advanced" endterm="sec-prefs-advanced-short"/>).  You are strongly advised to
1713 use this only on your own equipment, and only for experimentation
1714 purposes.
1715 </para>
1716
1717 </section>
1718
1719 </chapter>
1720
1721
1722 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en" xml:id="ch-servers">
1723 <title>Encoding servers</title>
1724
1725 <para>
1726 One way to increase the speed of DCP encoding is to use more
1727 than one machine at the same time.  An instance of DCP-o-matic can
1728 offload some of the time-consuming JPEG2000 encoding to any number of
1729 other machines on a network.  To do this, one &lsquo;master&rsquo;
1730 machine runs DCP-o-matic, and the &lsquo;server&rsquo; machines run
1731 a small program called <code>dcpomatic_server</code>.
1732 </para>
1733
1734 <para>
1735 The master and server machines do not need to be the same type, so you
1736 can mix Windows PCs, Macs and Linux machines as you wish.
1737 </para>
1738
1739 <section>
1740 <title>Running the servers</title>
1741
1742 <para>
1743 There are two options for the encoding server;
1744 <code>dcpomatic_server_cli</code>, which runs on the command line, and
1745 <code>dcpomatic_server</code>, which has a simple GUI.  The command line
1746 version is well-suited to headless servers, especially on Linux, and
1747 the GUI version works best on Windows where it will put an icon in the
1748 system tray.
1749 </para>
1750
1751 <para>
1752 To run the command line version, simply enter:
1753 </para>
1754
1755 <programlisting>
1756 dcpomatic_server_cli
1757 </programlisting>
1758
1759 <para>
1760 at a command prompt.  If you are running the program on a machine with
1761 a multi-core processor, you can run multiple parallel encoding threads
1762 by doing something like:
1763 </para>
1764
1765 <programlisting>
1766 dcpomatic_server_cli -t 4
1767 </programlisting>
1768
1769 <para>
1770 to run 4 threads in parallel.
1771 </para>
1772
1773 <para>
1774 To run the GUI version on windows, run the &lsquo;DCP-o-matic encode
1775 server&rsquo; from the start menu.  An icon will appear in the system
1776 tray; right-click it to open a menu from whence you can quit the
1777 server or open a window to show its status.
1778 </para>
1779
1780 <para>If you would rather not bother installing DCP-o-matic on your
1781 server computers, the other option is to use the live-CD
1782 image that you can download from the <ulink
1783 url="http://dcpomatic.com/">DCP-o-matic web site.</ulink></para>
1784
1785 <para>Either burn the image to CD, or write it to a USB stick (using
1786 something like <ulink
1787 url="http://unetbootin.sourceforge.net/">unetbootin</ulink>).  Boot a
1788 PC from the CD or USB stick and it becomes a DCP-o-matic server
1789 without touching your standard operating system install.
1790 </para>
1791
1792 </section>
1793 <section>
1794 <title>Setting up DCP-o-matic</title>
1795
1796 <para>
1797 DCP-o-matic periodically looks on the local network for servers.  Any
1798 that it finds are given work to do during encodes.  Selecting
1799 <guilabel>Encoding Servers</guilabel> from the
1800 <guilabel>Tools</guilabel> menu brings up a window which shows that
1801 servers that DCP-o-matic has found.
1802 </para>
1803
1804 </section>
1805 <section>
1806 <title>Some notes about encode servers</title>
1807
1808 <para>
1809 DCP-o-matic does not mind if servers come and go; if a server
1810 disappears, DCP-o-matic will stop sending work to it, and will check
1811 it every minute or so in case it has come back online.
1812 </para>
1813
1814 <para>
1815 You will probably find that using a 1Gb/s or faster network will
1816 provide a significant speed-up compared to a 100Mb/s network.
1817 </para>
1818
1819 </section>
1820
1821 </chapter>
1822
1823 <chapter xml:id="ch-files" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
1824 <title>Generated files</title>
1825
1826 <para>
1827 DCP-o-matic generates a number of files as it makes a DCP.  <xref
1828 linkend="fig-file-structure"/> shows the files that might be generated
1829 after you have created a DCP for a film called &lsquo;DCP Test&rsquo;.
1830 </para>
1831
1832 <figure id="fig-file-structure"> 
1833   <title>Creating a new film</title> 
1834   <mediaobject>
1835     <imageobject> 
1836       <imagedata fileref="diagrams/file-structure&dia;"/>
1837     </imageobject> 
1838   </mediaobject>
1839 </figure>
1840
1841 <para>
1842 The <code>DCP Test</code> folder is the one that you specify when you
1843 select the <guilabel>New Film</guilabel> option from DCP-o-matic's
1844 menu.  Everything is stored inside this folder.
1845 </para>
1846
1847 <para>
1848 DCP-o-matic generates some working files as it goes along.  These are as follows:
1849 <itemizedlist>
1850
1851 <listitem><code>log</code> is a list of notes that DCP-o-matic makes as it goes
1852 along.  This can be useful for debugging purposes if something goes
1853 wrong.</listitem>
1854
1855 <listitem><code>metadata</code> stores the settings that you have made
1856 for this film: things like cropping, output format and so on.</listitem>
1857
1858 <listitem><code>video</code> is where DCP-o-matic writes the DCP's
1859 video data as it encodes it.</listitem>
1860
1861 <listitem><code>analysis</code> is used to keep the results of audio analysis runs.</listitem>
1862
1863 <listitem><code>info</code> contains details of each video frame that
1864 DCP-o-matic has written so far.  This is used when an encoding
1865 operation is interrupted and DCP-o-matic must resume it.</listitem>
1866 </itemizedlist>
1867 </para>
1868
1869 <para>
1870 Following this is the DCP itself:
1871 <code>DCP-TEST_EN-XX_UK-U_51_2K_CSY_20130218_CSY_OV</code>.  This
1872 contains some small XML files, which describe the DCP, and two large
1873 MXF files, which contain the DCP's audio and video data.  This folder
1874 (<code>DCP-TEST_EN-XX_...</code>) is what you should ingest, or pass
1875 to the cinema which is showing your DCP.
1876 </para>
1877
1878 </chapter>
1879
1880 <chapter>
1881 <title>Loose ends</title>
1882
1883 <para>
1884 This chapter collects a few notes on bits of DCP-o-matic that do not fit elsewhere in the manual.
1885 </para>
1886
1887 <section>
1888 <title>Resuming encodes</title>
1889
1890 <para>
1891 If you cancel a DCP encoding run half-way through, or your computer
1892 crashes... fear not.  DCP-o-matic takes care to ensure that, in most
1893 cases, it can resume encoding from where it left off.  When you
1894 re-start a DCP creation, using the same settings are a previous run,
1895 DCP-o-matic will first check that the existing picture frames are
1896 correct, and then resume from where it left off.  The checking of
1897 existing frames does take some time, but it is much faster than
1898 running a full re-encode.
1899 </para>
1900
1901 <para>
1902 This resumption is achieved by writing a digest (hash) to disk for
1903 every image frame that is written.  On resumption, the existing MXF
1904 file for image data is read and its contents checked against the
1905 hashes.
1906 </para>
1907
1908 </section>
1909
1910 </chapter>
1911
1912 </book>