summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-24 10:10:13 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-24 10:10:13 +0100
commit7b530be8e40897fcd1fa8907db11f91dc54288bd (patch)
tree220b7774273d06ffd880021dede16c3e6fed62a7
parentdf28b0e939bd0f12ae31e6f7ba94fa954496b3b8 (diff)
Add note about OV/VF DCP import to the manual.
-rw-r--r--doc/manual/dcpomatic.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml
index 5b30bcf70..faee0a896 100644
--- a/doc/manual/dcpomatic.xml
+++ b/doc/manual/dcpomatic.xml
@@ -531,6 +531,19 @@ playback will be very slow as decoding of DCPs is almost as
computationally intensive as encoding them.
</para>
+<para>
+If your DCP is a Version File (VF), in other words it refers to
+another DCP's assets, you should import it as follows:
+</para>
+
+<itemizedlist>
+<listitem>Use <guilabel>Add folder...</guilabel> to import the VF DCP.
+The VF DCP will be added to the content list and marked &ldquo;NEEDS
+OV&rdquo;.</listitem>
+<listitem>Right-click on the VF DCP in the content list and choose <guilabel>Add OV...</guilabel> from the menu.</listitem>
+<listitem>Choose the folder that contains the OV DCP. The VF will now be playable as normal.</listitem>
+</itemizedlist>
+
</section>