summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-17 14:43:53 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-17 14:43:53 +0000
commit2b90c1bdfebc8c8686ca2010a0667679105dd380 (patch)
treef82ec2fab79a1fbb1b60eac4be0e14e75c8f4bbf /DOCS
parentf9fff34c639a65b8322f8cd0185679052a2d20d1 (diff)
downloadmpv-2b90c1bdfebc8c8686ca2010a0667679105dd380.tar.bz2
mpv-2b90c1bdfebc8c8686ca2010a0667679105dd380.tar.xz
Document the new osd options: -osd-duration, -noterm-osd, -term-osd-esc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17003 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.115
1 files changed, 15 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 12df1f8482..f536f30079 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1553,6 +1553,10 @@ subtitles.
Turns off automatic subtitle file loading.
.
.TP
+.B \-osd-duration <time>
+Set the duration of the OSD messages in ms (default: 1000).
+.
+.TP
.B \-osdlevel <0\-3> (MPlayer only)
Specifies which mode the OSD should start in.
.PD 0
@@ -1818,6 +1822,17 @@ Useful for TV-out.
The value is the width of the subtitle in % of the screen width.
.
.TP
+.B \-noterm-osd
+Disable the display of OSD messages on the console when no video output is
+available.
+.
+.TP
+.B \-term-osd-esc <escape sequence>
+Specify the escape sequence to use before writing an OSD messages on the
+console. The escape sequence should move the pointer to the beginning of the
+line used for the OSD and clear it (default: ^[[A\\r^[[K).
+.
+.TP
.B \-unicode
Tells MPlayer to handle the subtitle file as unicode.
.