diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-25 00:17:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-25 00:17:53 +0000 |
| commit | 1b8ad47ed5fe0c695a00238e390e008fab3b8f5c (patch) | |
| tree | e4abdfb2af5b4481ea4679b8b4d1d9fa6c5a972f | |
| parent | aebfa24afe42d80693df66318e5d2818ebf5989b (diff) | |
Slightly improve subtitle documentation.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 3a74341a1..fd98fe62c 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -1195,13 +1195,28 @@ content, as shown in <xref linkend="fig-subtitles-tab"/>. </figure> <para> -DCP-o-matic will extract subtitles from the content, if present, and -they can be ‘burnt into’ the DCP (that is, they are -included in the image and not overlaid by the projector) or included -as a separate subtitle ‘asset’ within your DCP (in which -case the projector overlays them onto the image on playback). The -difference between these two arrangements is illustrated by <xref -linkend="fig-burn-in"/> and <xref linkend="fig-discrete"/> +DCP-o-matic can either: +</para> + +<itemizedlist> + <listitem>Extract ‘image’ subtitles that are embedded in video files, or</listitem> + <listitem>Use text subtitles from SubRip (<code>.srt</code>) or DCP XML files.</listitem> +</itemizedlist> + +<para> +Image subtitles are represented using a set of bitmaps, as commonly +used on DVD and BluRay. Such subtitles can (currently) only be +‘burnt’ into the DCP (that is, they are included in the +image and not overlaid by the projector). +</para> + +<para> +With text subtitles you have the choice to either burn-in or include +the subtitles as separate subtitle ‘asset’ within your DCP +(in which case the projector overlays them onto the image on +playback). The difference between burn-in and overlay is +illustrated by <xref linkend="fig-burn-in"/> and <xref +linkend="fig-discrete"/>. </para> <figure id="fig-burn-in"> @@ -1232,24 +1247,16 @@ every language. </para> <para> -Note that subtitles come in two types: text and bitmap. Text -subtitles are expressed as plain text and can be either burnt into the -image or included as a separate subtitle asset within the DCP. Bitmap -subtitles, on the other hand, are expressed as pre-rendered bitmaps. -They cannot (yet) be added to the DCP as a separate asset and must be -burnt into the image. -</para> - -<para> Select the <guilabel>Use Subtitles</guilabel> check-box to enable -these subtitles. +the subtitles in the selected content. </para> <para> Select the <guilabel>Burn subtitles into image</guilabel> check-box to burn these subtitles into the image; if this is not ticked the subtitles will be included separately in the DCP to be rendered by the -projector. +projector. This check-box will always be ticked if you are using +embedded ‘image’ subtitles. </para> <para> |
