summaryrefslogtreecommitdiffstats
path: root/DOCS/documentation.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-05 21:15:28 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-05 21:15:28 +0000
commit2f9aa79a3fdf2f31d58801f3d45e916a759d9715 (patch)
tree5d4a08fd19cb752ab7e08a2a879cb8f0b3dbbea9 /DOCS/documentation.html
parentc54b466593b3450b3fd470a6416a26f2e6417780 (diff)
downloadmpv-2f9aa79a3fdf2f31d58801f3d45e916a759d9715.tar.bz2
mpv-2f9aa79a3fdf2f31d58801f3d45e916a759d9715.tar.xz
OSD has 4 levels
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8808 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r--DOCS/documentation.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index c493d31fed..7a4fbe2cf7 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -11,7 +11,7 @@
<H1 ALIGN="center">MPlayer - The Movie Player for LINUX</H1>
-<H2 ALIGN="center">&copy; 2000-2002 Arpad Gereoffy (A'rpi/ESP-team)<BR>
+<H2 ALIGN="center">&copy; 2000-2003 Arpad Gereoffy (A'rpi/ESP-team)<BR>
<A HREF="http://www.mplayerhq.hu">http://www.mplayerhq.hu</A></H2>
<P ALIGN="center">[ English ]
@@ -993,16 +993,20 @@
of the movie (switch it off with the "o" key).</P>
-<P>OSD has 3 states: (switch with 'o')</P>
+<P>OSD has 4 states: (switch with 'o')</P>
+
+<P>(subtitles are <I>always enabled</I>, for disabling them please read the man
+ page)</P>
<UL>
- <LI>timer + volume bar + seek bar + subtitles</LI>
- <LI>volume bar + seek bar + subtitles (default)</LI>
+ <LI>volume bar + seek bar (default)</LI>
+ <LI>volume bar + seek bar + timer + file position percentage on seeking</LI>
+ <LI>volume bar + seek bar + timer + total duration of media</LI>
<LI>subtitles only</LI>
</UL>
<P>You can change default behaviour by setting <CODE>osdlevel=</CODE> variable
- in config file.</P>
+ in config file, or the <CODE>-osdlevel</CODE> command line option.</P>
<H3><A NAME="menu">1.4.3 OSD menu</A></H3>