summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/mplayer.rst
diff options
context:
space:
mode:
authorcantabile <cantabile.desu@gmail.com>2012-08-22 16:47:02 +0300
committercantabile <cantabile.desu@gmail.com>2012-08-24 14:39:54 +0300
commit7c8c2fa4b665a0348e7d89b369c1a7d4ac159c72 (patch)
tree632518865e761413cba575497a36f4c25dc1a1f3 /DOCS/man/en/mplayer.rst
parent1cbda9c4edeec22b855ffe405caecfa69d1787a6 (diff)
downloadmpv-7c8c2fa4b665a0348e7d89b369c1a7d4ac159c72.tar.bz2
mpv-7c8c2fa4b665a0348e7d89b369c1a7d4ac159c72.tar.xz
manpage: don't mention nonexistent VOs, command line switches, etc.
Very likely doesn't remove all outdated things.
Diffstat (limited to 'DOCS/man/en/mplayer.rst')
-rw-r--r--DOCS/man/en/mplayer.rst22
1 files changed, 2 insertions, 20 deletions
diff --git a/DOCS/man/en/mplayer.rst b/DOCS/man/en/mplayer.rst
index 62cd84a99f..b287669d63 100644
--- a/DOCS/man/en/mplayer.rst
+++ b/DOCS/man/en/mplayer.rst
@@ -358,8 +358,8 @@ as the file played and then tries to load any file-specific configuration.
*EXAMPLE MPLAYER CONFIGURATION FILE:*
-| # Use Matrox driver by default.
-| vo=xmga
+| # Use gl3 video output by default.
+| vo=gl3
| # I love practicing handstands while watching videos.
| flip=yes
| # Decode multiple files from PNG,
@@ -390,9 +390,6 @@ option. To end the profile, start another one or use the profile name
| profile-desc="profile for .flv files"
| flip=yes
|
-| [vo.pnm]
-| outdir=/tmp
-|
| [ao.alsa]
| device=spdif
@@ -519,12 +516,6 @@ libdvdcss:
FIXME: Document this.
libao2:
- ``AO_SUN_DISABLE_SAMPLE_TIMING``
- FIXME: Document this.
-
- ``AUDIODEV``
- FIXME: Document this.
-
``AUDIOSERVER``
Specifies the Network Audio System server to which the nas audio
output driver should connect and the transport that should be used. If
@@ -647,21 +638,12 @@ Play from a different DVD device:
Play DVD video from a directory with VOB files:
``mplayer dvd://1 --dvd-device=/path/to/directory/``
-Copy a DVD title to hard disk, saving to file title1.vob :
- ``mplayer dvd://1 --dumpstream --dumpfile=title1.vob``
-
Stream from HTTP:
``mplayer http://mplayer.hq/example.avi``
Stream using RTSP:
``mplayer rtsp://server.example.com/streamName``
-Convert subtitles to MPsub format:
- ``mplayer dummy.avi --sub=source.sub --dumpmpsub``
-
-Convert subtitles to MPsub format without watching the movie:
- ``mplayer /dev/zero --rawvideo=pal:fps=xx --demuxer=rawvideo --vc=null --vo=null --noframedrop --benchmark --sub=source.sub --dumpmpsub``
-
input from standard V4L:
``mplayer tv:// --tv=driver=v4l:width=640:height=480:outfmt=i420 --vc=rawi420 --vo=xv``