[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.74,1.75
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Fri May 13 13:23:20 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv12297/DOCS/xml/en
Modified Files:
faq.xml
Log Message:
How can I dump a full DVD title to a file?
Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- faq.xml 1 May 2005 14:55:10 -0000 1.74
+++ faq.xml 13 May 2005 11:23:17 -0000 1.75
@@ -1306,6 +1306,22 @@
<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>
More information about the MPlayer-DOCS
mailing list