summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-13 11:23:17 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-13 11:23:17 +0000
commit7f71525db69e95e0ee358d86f4d6deb7ddcca044 (patch)
treea248902daea00dfd0113c2eb1a3f2a48df13cedb /DOCS
parent8fbe7ec9cc1466f276d44fec89fcebf2acd591fd (diff)
downloadmpv-7f71525db69e95e0ee358d86f4d6deb7ddcca044.tar.bz2
mpv-7f71525db69e95e0ee358d86f4d6deb7ddcca044.tar.xz
How can I dump a full DVD title to a file?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15431 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/faq.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 922fd2c35f..b372aaf1ed 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -1306,6 +1306,22 @@ section.
<qandaentry>
<question><para>
+How can I dump a full DVD title to a file?
+</para></question>
+<answer><para>
+Once you selected your title, and made sure it plays fine with
+<application>MPlayer</application>, use the option <option>-dumpstream</option>
+For example:
+<screen>
+mplayer -dumpstream dvd://5 -dumpfile <replaceable>dvd_dump.vob</replaceable>
+</screen>
+will dump the 5th title of the DVD into the file
+<replaceable>dvd_dump.vob</replaceable>
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
How can I create VCDs?
</para></question>
<answer><para>