Mercurial > mplayer.hg
changeset 15430:d38349def928
How can I dump a full DVD title to a file?
author | gpoirier |
---|---|
date | Fri, 13 May 2005 11:23:17 +0000 |
parents | 20a2a78cb3e4 |
children | 31ed58131604 |
files | DOCS/xml/en/faq.xml |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <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>