diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-17 22:53:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-17 22:53:37 +0200 |
| commit | 77d302f356a6fde4d9dd7bffd1dedc27ba2fdc81 (patch) | |
| tree | 046a90661770d3a6eba76b2dbd6d6db1acbdce6d | |
| parent | d54d378a245cba03f40a58171d261161ecd56c11 (diff) | |
Manual tweaks.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 19551d008..1c3ca9dcb 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -32,9 +32,9 @@ Hello, and welcome to DCP-o-matic! <listitem>Create <ulink url="https://en.wikipedia.org/wiki/Digital_Cinema_Package">Digital Cinema Packages</ulink> (DCPs) from video, audio, subtitle and closed-caption files.</listitem> - <listitem>Play and verify DCPs.</listitem> - <listitem>Create KDMs for DCPs.</listitem> - <listitem>Write cinema-format drives containing DCPs.</listitem> + <listitem>Play and verify DCPs (see <xref linkend="ch-player"/> and <xref linkend="ch-verifier"/>).</listitem> + <listitem>Create KDMs for DCPs (see <xref linkend="ch-encryption"/>).</listitem> + <listitem>Write cinema-format drives containing DCPs (see <xref linkend="ch-writer"/>).</listitem> </itemizedlist> </section> @@ -1913,7 +1913,7 @@ into reels: The picture, sound and subtitle data of the DCP will be split up into more smaller files on disk, rather than fewer larger files. This can be useful if the DCP is to be transferred on storage -that have file size limits. The FAT32 filesystem, for example, can +that has a file size limit. The FAT32 filesystem, for example, can only hold files smaller than 4Gb. A 6Gb DCP with a single reel could not be transferred using a FAT32-formatted disk. If that DCP were split up into two 3Gb reels it could be transferred. @@ -3302,7 +3302,7 @@ There are two options for the encoding server; <code>dcpomatic_server_cli</code>, which runs on the command line, and <code>dcpomatic_server</code>, which has a simple GUI. The command line version is well-suited to headless servers, especially on Linux, and -the GUI version works best on Windows where it will put an icon in the +the GUI version works best on Windows and macOS where it will put an icon in the system tray. </para> @@ -3770,7 +3770,7 @@ The full details of OV and VF files are discussed in <xref linkend="sec-overlay" <title>Verifying DCPs</title> <para> - The player also offers a DCP verifier. To check a DCP, + The DCP-o-matic Player (see <xref linkend="ch-player"/>) also offers a DCP verifier. To check a DCP, open it and then select <guilabel>Verify DCP</guilabel> from the <guilabel>Tools</guilabel> menu. </para> |
