diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-24 10:46:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-24 10:46:18 +0100 |
| commit | a26b6e9e392a1ac342a19e0d33d92865819c6ded (patch) | |
| tree | 6891668d2b7022c19045a746817c28e985e77a14 | |
| parent | 7b530be8e40897fcd1fa8907db11f91dc54288bd (diff) | |
Manual updates.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 81 | ||||
| -rw-r--r-- | doc/manual/screenshots/add-file.png | bin | 10535 -> 13773 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/audio-tab.png | bin | 13931 -> 24236 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/dcp-tab.png | bin | 46165 -> 46382 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/examine-content.png | bin | 6706 -> 8883 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/prefs-advanced.png | bin | 25601 -> 47170 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/prefs-defaults.png | bin | 30779 -> 38060 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/prefs-kdm-email.png | bin | 40604 -> 50850 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/prefs-keys.png | bin | 64078 -> 68176 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/prefs-servers.png | bin | 17804 -> 15003 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/subtitles-tab.png | bin | 25714 -> 27587 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/timing-tab.png | bin | 24757 -> 33234 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/video-tab.png | bin | 38368 -> 38201 bytes |
13 files changed, 68 insertions, 13 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index faee0a896..1bd1516b0 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -101,6 +101,12 @@ many parallel encoding threads (more than 4) on the 32-bit version. </para> +<para> +If you are still using Windows XP, download the specific XP version as +it should be more stable on your machine than the ‘normal’ +Windows version. +</para> + </section> @@ -139,7 +145,6 @@ depend on it. <listitem>Debian unstable (‘sid’)</listitem> <listitem>Ubuntu 12.04 (‘Precise Pangolin’)</listitem> <listitem>Ubuntu 14.04 (‘Trusty Tahr’)</listitem> - <listitem>Ubuntu 15.10 (‘Wily Werewolf’)</listitem> <listitem>Ubuntu 16.04 (‘Xenial Xerus’)</listitem> </itemizedlist> @@ -623,7 +628,7 @@ DCP-o-matic will decode and then re-encode the JPEG2000 data. </section> -<section> +<section xml:id="sec-overlay"> <title>Making overlay files</title> <para> @@ -730,7 +735,7 @@ images which should be treated as the frames of a video. <listitem>Subtitle — a file containing subtitle which will be superimposed on the image of the DCP. These can be -<guilabel>.srt</guilabel>, <guilabel>.ssa</guilabel> or <guilabel>.xml</guilabel> +<guilabel>.srt</guilabel>, <guilabel>.ssa</guilabel>, <guilabel>.ass</guilabel> or <guilabel>.xml</guilabel> files.</listitem> <listitem>DCP — an existing DCP.</listitem> @@ -830,10 +835,23 @@ The <guilabel>Video</guilabel> tab controls properties of the image, as shown in <!-- ============================================================== --> <section> +<title>Refer to existing DCP</title> + +<para> +This option is only applicable if the selected content is an existing +DCP. It allows you to get the video content from the existing DCP by +referencing it (rather than copying). See <xref +linkend="sec-overlay"/>. +</para> + +</section> + +<!-- ============================================================== --> +<section> <title>Image type</title> <para> -The first option on this tab is the ‘type’ of the video. +The next option on this tab is the ‘type’ of the video. This specifies how DCP-o-matic should interpret the video's image. <guilabel>2D</guilabel> is the default; this just takes the video image as a standard 2D frame. The <guilabel>3D @@ -1051,7 +1069,6 @@ The <guilabel>Audio</guilabel> tab controls properties of the image, as shown in </mediaobject> </figure> - <!-- ============================================================== --> <section> <title>The audio map</title> @@ -1156,7 +1173,20 @@ shows the mapping of a 5.1 source into a 5.1 DCP. <!-- ============================================================== --> <section> -<title>Other controls</title> + <title>Other controls</title> + +<para> +The <guilabel>Refer to existing DCP</guilabel> checkbox isonly +applicable if the selected content is an existing DCP. It allows you +to get the audio content from the existing DCP by referencing it +(rather than copying). See <xref linkend="sec-overlay"/>. +</para> + +<para> +<guilabel>Show graphs of audio levels</guilabel> will analyse the +audio of the selected content and plot it on a graph. See <xref +linkend="sec-show-audio"/> for more details. +</para> <para> ‘Audio Gain’ is used to alter the volume of the @@ -1318,6 +1348,11 @@ scale such subtitles down using these controls. </para> <para> +The <guilabel>Line spacing</guilabel> control adjusts the line spacing +of the subtitles. This only works for non-embedded (text) subtitles. +</para> + +<para> The <guilabel>Stream</guilabel> control changes the subtitle stream that is used when the content has more than one. </para> @@ -1385,11 +1420,17 @@ should be displayed using this control. </para> <para> -<guilabel>Trim from start</guilabel> specifies the amount that should be trimmed from the start of the content. +<guilabel>Trim from start</guilabel> specifies the amount that should +be trimmed from the start of the content. You can set this amount to +trim up to the current preview position by clicking <guilabel>Trim up +to current position</guilabel>. </para> <para> -<guilabel>Trim from end</guilabel> specifies the amount that should be trimmed from the end of the content. +<guilabel>Trim from end</guilabel> specifies the amount that should be +trimmed from the end of the content. You can set this amount to trim +after the current preview position by clicking <guilabel>Trim after to +current position</guilabel>. </para> <para> @@ -1804,7 +1845,7 @@ you must specify a reel length in Gb. Then no file in the DCP will be larger th <!-- ============================================================== --> -<section> +<section xml:id="sec-show-audio"> <title>Show audio</title> <para> @@ -2004,7 +2045,7 @@ linkend="fig-kdm"/>. <title>KDM dialog</title> <mediaobject> <imageobject> - <imagedata fileref="screenshots/kdm&scs;"/> + <imagedata scale="40" fileref="screenshots/kdm&scs;"/> </imageobject> </mediaobject> </figure> @@ -2144,7 +2185,7 @@ DCP-o-matic. Its window is shown in <xref linkend="fig-kdm-creator"/>. <title>The KDM creator</title> <mediaobject> <imageobject> - <imagedata fileref="screenshots/kdm-creator&scs;"/> + <imagedata scale="35" fileref="screenshots/kdm-creator&scs;"/> </imageobject> </mediaobject> </figure> @@ -2431,13 +2472,19 @@ be used when targeting a KDM at DCP-o-matic. If you want to import an encrypted DCP you will need to give the decryption certificate to the distributor of the DCP so that they can generate a DKDM for you. You can save this certificate to disk by -clicking <guilabel>Export DCP decryption certificate...</guilabel>. As -with the signing chain, DCP-o-matic will create a certificate chain +clicking <guilabel>Export DCP decryption certificate...</guilabel>. +As with the signing chain, DCP-o-matic will create a certificate chain and private key for you. You can also choose to load your own certificates and key or re-make the chain and key with new, random values. </para> +<para> +Clicking <guilabel>Export DCP decryption chain...</guilabel> will +export the whole certificate chain, rather than just the leaf +certificate. +</para> + </section> <!-- ============================================================== --> @@ -2581,6 +2628,14 @@ suggest you leave this un-ticked unless you have a good reason to do otherwise. </para> <para> +With the filename format fields you can adjust the filenames that are +used for metadata (CPL and PKL files) and assets (MXF and subtitle +files). Below each field there is a list of the ‘magic’ +values that you can use in the format and an example of a filename +that you might see with your current settings. +</para> + +<para> The four checkboxes labelled <guilabel>Log</guilabel> control what sort of messages DCP-o-matic writes to its log file when creating a DCP. It is useful to leave <guilabel>General</guilabel>, diff --git a/doc/manual/screenshots/add-file.png b/doc/manual/screenshots/add-file.png Binary files differindex 53170e0e2..467c35303 100644 --- a/doc/manual/screenshots/add-file.png +++ b/doc/manual/screenshots/add-file.png diff --git a/doc/manual/screenshots/audio-tab.png b/doc/manual/screenshots/audio-tab.png Binary files differindex 329127bf5..798d91e7c 100644 --- a/doc/manual/screenshots/audio-tab.png +++ b/doc/manual/screenshots/audio-tab.png diff --git a/doc/manual/screenshots/dcp-tab.png b/doc/manual/screenshots/dcp-tab.png Binary files differindex 21b0c6e39..9851e6760 100644 --- a/doc/manual/screenshots/dcp-tab.png +++ b/doc/manual/screenshots/dcp-tab.png diff --git a/doc/manual/screenshots/examine-content.png b/doc/manual/screenshots/examine-content.png Binary files differindex fecc4b6bc..a03de7d8c 100644 --- a/doc/manual/screenshots/examine-content.png +++ b/doc/manual/screenshots/examine-content.png diff --git a/doc/manual/screenshots/prefs-advanced.png b/doc/manual/screenshots/prefs-advanced.png Binary files differindex 54eb670db..cbedb1ea7 100644 --- a/doc/manual/screenshots/prefs-advanced.png +++ b/doc/manual/screenshots/prefs-advanced.png diff --git a/doc/manual/screenshots/prefs-defaults.png b/doc/manual/screenshots/prefs-defaults.png Binary files differindex 53b9589be..969d44833 100644 --- a/doc/manual/screenshots/prefs-defaults.png +++ b/doc/manual/screenshots/prefs-defaults.png diff --git a/doc/manual/screenshots/prefs-kdm-email.png b/doc/manual/screenshots/prefs-kdm-email.png Binary files differindex 15281cff5..ed9ba60a5 100644 --- a/doc/manual/screenshots/prefs-kdm-email.png +++ b/doc/manual/screenshots/prefs-kdm-email.png diff --git a/doc/manual/screenshots/prefs-keys.png b/doc/manual/screenshots/prefs-keys.png Binary files differindex 6c5524294..9be07e71f 100644 --- a/doc/manual/screenshots/prefs-keys.png +++ b/doc/manual/screenshots/prefs-keys.png diff --git a/doc/manual/screenshots/prefs-servers.png b/doc/manual/screenshots/prefs-servers.png Binary files differindex ae0ab66ab..95621b4a5 100644 --- a/doc/manual/screenshots/prefs-servers.png +++ b/doc/manual/screenshots/prefs-servers.png diff --git a/doc/manual/screenshots/subtitles-tab.png b/doc/manual/screenshots/subtitles-tab.png Binary files differindex 0dbeb9bb0..00643c3d8 100644 --- a/doc/manual/screenshots/subtitles-tab.png +++ b/doc/manual/screenshots/subtitles-tab.png diff --git a/doc/manual/screenshots/timing-tab.png b/doc/manual/screenshots/timing-tab.png Binary files differindex 94d60ca43..2b5b314f3 100644 --- a/doc/manual/screenshots/timing-tab.png +++ b/doc/manual/screenshots/timing-tab.png diff --git a/doc/manual/screenshots/video-tab.png b/doc/manual/screenshots/video-tab.png Binary files differindex 99bb4790a..fb6030708 100644 --- a/doc/manual/screenshots/video-tab.png +++ b/doc/manual/screenshots/video-tab.png |
