mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 14:17:46 +00:00
some clarification about dvb-out playback
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22201 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6ca4e1b4e8
commit
8db59ea549
@ -1732,7 +1732,7 @@ Then compile and install as usual.</para>
|
|||||||
|
|
||||||
<formalpara><title>USAGE</title>
|
<formalpara><title>USAGE</title>
|
||||||
<para>
|
<para>
|
||||||
Hardware decoding (playing standard MPEG-1/2 files) can be done with this
|
Hardware decoding of streams containing MPEG-1/2 video and/or MPEG audio can be done with this
|
||||||
command:
|
command:
|
||||||
<screen>
|
<screen>
|
||||||
mplayer -ao mpegpes -vo mpegpes <replaceable>file.mpg|vob</replaceable>
|
mplayer -ao mpegpes -vo mpegpes <replaceable>file.mpg|vob</replaceable>
|
||||||
@ -1741,8 +1741,9 @@ mplayer -ao mpegpes -vo mpegpes <replaceable>file.mpg|vob</replaceable>
|
|||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Software decoding or transcoding different formats to MPEG-1 can be achieved
|
Decoding of any other type of video stream requires transcoding to MPEG-1, thus it's slow
|
||||||
using a command like this:
|
and may not be worth the trouble, especially if your computer is slow.
|
||||||
|
It can be achieved using a command like this:
|
||||||
<screen>
|
<screen>
|
||||||
mplayer -ao mpegpes -vo mpegpes <replaceable>yourfile.ext</replaceable>
|
mplayer -ao mpegpes -vo mpegpes <replaceable>yourfile.ext</replaceable>
|
||||||
mplayer -ao mpegpes -vo mpegpes -vf expand <replaceable>yourfile.ext</replaceable>
|
mplayer -ao mpegpes -vo mpegpes -vf expand <replaceable>yourfile.ext</replaceable>
|
||||||
|
Loading…
Reference in New Issue
Block a user