From: Carl Hetherington Date: Fri, 20 Jun 2014 23:30:11 +0000 (+0100) Subject: Manual updates. X-Git-Tag: v2.0.48~551^2~86 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=7f4f37f498d56b734b49d66127f6f53cf1652d8f;p=dcpomatic.git Manual updates. --- diff --git a/doc/manual/Makefile b/doc/manual/Makefile index baf8bddc8..eb10af245 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -2,13 +2,13 @@ all: html pdf -DIAGRAMS := file-structure.svg 3d-left-right.svg 3d-top-bottom.svg +DIAGRAMS := file-structure.svg 3d-left-right.svg 3d-top-bottom.svg timecode.svg SCREENSHOTS := file-new.png video-new-film.png still-new-film.png video-select-content-file.png \ still-select-content-file.png examine-thumbs.png examine-content.png timing-tab.png \ calculate-audio-gain.png add-file.png dcp-tab.png \ prefs-kdm-email.png prefs-colour-conversions.png prefs-metadata.png prefs-misc.png prefs-tms.png \ - making-dcp.png filters.png video-tab.png audio-tab.png subtitles-tab.png \ + making-dcp.png filters.png video-tab.png audio-tab.png subtitles-tab.png timing-tab.png \ audio-plot.png audio-map-eg1.png audio-map-eg2.png audio-map-eg3.png kdm.png XML := dcpomatic.xml diff --git a/doc/manual/dcpomatic.css b/doc/manual/dcpomatic.css index 0e4982f20..566f09e63 100644 --- a/doc/manual/dcpomatic.css +++ b/doc/manual/dcpomatic.css @@ -17,3 +17,13 @@ div.sidebar { border-style: solid; background-color: #E2E8EE; } + +span.guilabel { + border-width: 1px; + border-style: solid; + background-color: #BED2E6; + padding-top: 1px; + padding-bottom: 1px; + padding-left: 3px; + padding-right: 3px; +} \ No newline at end of file diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index a346c69c7..ef4b7ff6d 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -879,7 +879,79 @@ DCPs). - +
+Timing + + +The timing tab contains settings related to the timing of your +content, as shown in . + + +
+ Timing settings tab + + + + + +
+ + +Most of the timing tab's entries are time-codes. +These are expressed as four numbers, as shown in . + + +
+ Timecode + + + + + +
+ + +Position is the time at which this piece of +content should start within the DCP. In most cases, this will be +0:0:0:0 to make the content start at the beginning of the +DCP. + + + +Full length is the length of the piece of +content. This can only be set for still-image content: for video or +sound content, it is fixed by the nature of the content file. If +still-image content is being used you can set the length for which it +should be displayed using this control. + + + +Trim from start specifies the amount that should be trimmed from the start of the content. + + + +Trim from end specifies the amount that should be trimmed from the end of the content. + + + +Play length indicates how long this piece of +content will be once the trims have been applied. This will be equal +to the full length minus trim-from-start and minus trim-from-end. + + + +Video frame rate specifies the frame rate for still-image content. + + + +Each timecode control has a Set which you should +click when you have entered a new value for a timecode. The +Set button will make DCP-o-matic take account of +any changes to the corresponding timecode. + + +
@@ -903,19 +975,19 @@ the main window, as shown in . The first thing here is the name. This is generally set to the title -of the film that is being encoded. If Use DCI +of the film that is being encoded. If Use ISDCF name is not ticked, the name that you specify will be used -as-is for the name of the DCP. If Use DCI name +as-is for the name of the DCP. If Use ISDCF name is ticked, the name that you enter will be used as part of a -DCI-compliant name. +ISDCF-compliant name. Underneath the name field is a preview of the name that the DCP will -get. To use a DCI-compliant name, tick the Use DCI -name check-box. The DCI name will be composed using details +get. To use a ISDCF-compliant name, tick the Use ISDCF +name check-box. The ISDCF name will be composed using details of your content's soundtrack, the current date and other things that -can be specified in the DCI name details dialogue box, which you can +can be specified in the ISDCF name details dialogue box, which you can open by clicking on the Details button. @@ -949,6 +1021,11 @@ content to fit the specified frame rate. Frame rates are discussed in more detail in . + +The Signed check-box sets whether or not the DCP +is signed. This is rarely important; if in doubt, tick it. + + The Encrypted check-box will set whether the DCP should be encrypted or not. If this is ticked, the DCP will require a diff --git a/doc/manual/screenshots/dcp-tab.png b/doc/manual/screenshots/dcp-tab.png index e938aa63d..17208891a 100644 Binary files a/doc/manual/screenshots/dcp-tab.png and b/doc/manual/screenshots/dcp-tab.png differ diff --git a/doc/manual/screenshots/timing-tab.png b/doc/manual/screenshots/timing-tab.png index 122d01dc9..9b081e32e 100644 Binary files a/doc/manual/screenshots/timing-tab.png and b/doc/manual/screenshots/timing-tab.png differ