diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-29 21:10:01 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-29 21:10:01 +0000 |
commit | 81dbb7f9f366c3c3753b5ea4e965d66251ec9b09 (patch) | |
tree | 4f10693d5303fcbc1114d728cfbd5649594e95b2 /DOCS/xml | |
parent | 2f0ea7d47e8cd9dd2a415e0e4d40b7e6043c42a7 (diff) | |
download | mpv-81dbb7f9f366c3c3753b5ea4e965d66251ec9b09.tar.bz2 mpv-81dbb7f9f366c3c3753b5ea4e965d66251ec9b09.tar.xz |
Explanation how to play a VOB from the hard disk.
patch by Corey Hickey <bugfood-ml at fatooh dot org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13512 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/faq.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index cd2f0c78c4..3dc75d027d 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -1219,6 +1219,19 @@ enabling DMA for the DVD drive with the <command>hdparm</command> tool (describe in the <link linkend="drives">CD chapter</link>). </para></answer> </qandaentry> + +<qandaentry> +<question><para> +I copied a DVD using vobcopy. How do I play/encode it from my hard disk? +</para></question> +<answer><para> +Use the <option>-dvd-device</option> option to refer to the directory +that contains the files: +<screen> +mplayer dvd://1 -dvd-device /path/to/directory +</screen> +</para></answer> +</qandaentry> </qandadiv> <qandadiv id="faq-features"> |