diff options
-rw-r--r-- | DOCS/xml/en/faq.xml | 16 |
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> |