diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-07 15:49:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-07 15:49:12 +0100 |
| commit | 5f51f0ce475aeff9ca0016473a3567f7ed6a2099 (patch) | |
| tree | 5066b83c14cc2080968c571fc7d11b90332ee6cf | |
| parent | e7a005206b5649c9ae9b8b28f9ced04431369149 (diff) | |
Slight improvement in dcpomatic2_create documentation wrt acceptable content formats.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 5eac9a315..bed0242f3 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -3048,8 +3048,14 @@ to the cinema which is showing your DCP. </para> <para> - <code>[CONTENT]</code> are the files that you want to use in the - DCP (e.g. MP4 or MOV files). + <code>[CONTENT]</code> are the files or folders that you want to use in the + DCP. They can be: + <itemizedlist> + <listitem>‘Movie’ files in almost any common format (e.g. MP4, MOV, MKV, etc.)</listitem> + <listitem>A folder containing and image sequence in almost any common format (e.g. TIFF, DPX etc.)</listitem> + <listitem>Sound files (e.g. WAV, MP3, AIFF)</listitem> + <listitem>Subtitles files (e.g. <code>.srt</code>, DCP XML, <code>.ssa</code> etc.)</listitem> + </itemizedlist> </para> <para> |
