mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 04:37:54 +00:00
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:
parent
8fbe7ec9cc
commit
7f71525db6
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user