summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-05 21:39:18 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-05 21:39:18 +0000
commite07964221161698dd157ba85a713de3c2d0e5dc2 (patch)
tree99f9f5b5233965de3be397e2f836f8209c004cad
parent131810395d5cd95f8fe424b13c713f11b2fd17b5 (diff)
downloadmpv-e07964221161698dd157ba85a713de3c2d0e5dc2.tar.bz2
mpv-e07964221161698dd157ba85a713de3c2d0e5dc2.tar.xz
10l, osdlevel, fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8811 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/mplayer.124
1 files changed, 16 insertions, 8 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index f1caf91aa2..7f1d9fd684 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -1,4 +1,4 @@
-.\" MPlayer (C) 2000-2002 Arpad Gereoffy
+.\" MPlayer (C) 2000-2003 Arpad Gereoffy
.\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
.\"
.\" Run this to get a html version of the man page:
@@ -38,7 +38,7 @@
.\" Title
.\" --------------------------------------------------------------------------
.
-.TH MPlayer 1 "2002-12-28"
+.TH MPlayer 1 "2003-01-05"
.
.SH NAME
mplayer \- Movie Player for Linux
@@ -831,9 +831,17 @@ Turns off automatic loading of subtitle files.
.B \-nooverlapsub
Turns off support for overlapping subtitles.
.TP
-.B \-osdlevel <0\-3> (MPLAYER only)
-Specifies which mode the OSD should start in (0: none, 1: seek, 2: seek+timer,
-3: seek+timer+total length, default is 1).
+.B \-osdlevel <0\-4> (MPLAYER only)
+Specifies which mode the OSD should start in.
+.RSss
+0: subtitles only
+.br
+1: volume + seek (default)
+.br
+2: volume + seek + timer + percentage
+.br
+3: volume + seek + timer + percentage + total time
+.REss
.TP
.B \-sid <id> (also see \-slang option)
Turns on DVD subtitle displaying.
@@ -2662,11 +2670,11 @@ YV12: default
.IPs qpel
use quarter pel motion compensation
.IPs precmp=<0\-2000>
-comparission function for motion estimation pre pass
+comparison function for motion estimation pre pass
.IPs cmp=<0\-2000>
-comparission function for full pel motion estimation
+comparison function for full pel motion estimation
.IPs subcmp=<0\-2000>
-comparission function for sub pel motion estimation
+comparison function for sub pel motion estimation
.RSss
0 (SAD): sum of absolute differences, fast (default)
.br