diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-24 15:14:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-24 15:14:06 +0100 |
| commit | 8e7bdee30563e9e334bc99387315124557ad0227 (patch) | |
| tree | 36da3271b24f12d1b55c082a9694afa9d8100b83 | |
| parent | 755a163576da6a8aab1bc5c4b96ca2c216f88fab (diff) | |
Add some stuff about templates to the manual.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 37 | ||||
| -rw-r--r-- | doc/manual/screenshots/file-new.png | bin | 10431 -> 10955 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/still-new-film.png | bin | 9458 -> 10374 bytes | |||
| -rw-r--r-- | doc/manual/screenshots/video-new-film.png | bin | 9553 -> 10524 bytes |
4 files changed, 37 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 371165466..cd0a802bb 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -1896,6 +1896,43 @@ auditorium, but it can be useful to get levels in the right rough area. </chapter> + +<!-- ============================================================== --> +<chapter xml:id="ch-templates" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en"> +<title>Templates</title> + +<para> +If you frequently make DCPs with similar settings you may find it +useful to use templates. +</para> + +<para> +Say, for example, you often make 4K feature DCPs from video files in +’scope at 25fps. You can speed up this process by following +these steps: +</para> + +<itemizedlist> + <listitem>Create a film with any content and set it up how you like; + in our example, set the content to scale to DCP, the DCP resolution + to 4K, and so on.</listitem> + <listitem>Choose <guilabel>Save as template...</guilabel> from the <guilabel>File</guilabel> menu.</listitem> + <listitem>Enter a name for your template.</listitem> +</itemizedlist> + +<para> +Then in the future you can create a new film, tick the +<guilabel>Template</guilabel> box and choose your previously-saved +template. The basic film's settings will come from your template, and +when you add some content it will take on the settings of the +first similarly-typed piece of content in your template. +</para> + +</chapter> + + + +<!-- ============================================================== --> <chapter xml:id="ch-encryption" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en"> <title>Encryption</title> diff --git a/doc/manual/screenshots/file-new.png b/doc/manual/screenshots/file-new.png Binary files differindex e39bba689..1a8a23eac 100644 --- a/doc/manual/screenshots/file-new.png +++ b/doc/manual/screenshots/file-new.png diff --git a/doc/manual/screenshots/still-new-film.png b/doc/manual/screenshots/still-new-film.png Binary files differindex f745f1fd6..4f5330cb9 100644 --- a/doc/manual/screenshots/still-new-film.png +++ b/doc/manual/screenshots/still-new-film.png diff --git a/doc/manual/screenshots/video-new-film.png b/doc/manual/screenshots/video-new-film.png Binary files differindex e3f89111a..24f7e4ed7 100644 --- a/doc/manual/screenshots/video-new-film.png +++ b/doc/manual/screenshots/video-new-film.png |
