How can I dump a full DVD title to a file?

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15431 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-05-13 11:23:17 +00:00
parent 8fbe7ec9cc
commit 7f71525db6
1 changed files with 16 additions and 0 deletions

View File

@ -1304,6 +1304,22 @@ section.
</para></answer>
</qandaentry>
<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?