# HG changeset patch # User gpoirier # Date 1115983397 0 # Node ID d38349def9281e940e5617ab612f2070934d277a # Parent 20a2a78cb3e4b519b7b0654feb7202fe91c1df23 How can I dump a full DVD title to a file? diff -r 20a2a78cb3e4 -r d38349def928 DOCS/xml/en/faq.xml --- a/DOCS/xml/en/faq.xml Fri May 13 11:14:47 2005 +0000 +++ b/DOCS/xml/en/faq.xml Fri May 13 11:23:17 2005 +0000 @@ -1306,6 +1306,22 @@ +How can I dump a full DVD title to a file? + + +Once you selected your title, and made sure it plays fine with +MPlayer, use the option +For example: + +mplayer -dumpstream dvd://5 -dumpfile dvd_dump.vob + +will dump the 5th title of the DVD into the file +dvd_dump.vob + + + + + How can I create VCDs?