diff options
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r-- | DOCS/documentation.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html index b5f4be18b1..92ae9dec46 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -39,6 +39,7 @@ <UL> <LI><A HREF="#mpsub">1.4.1 MPlayer's own subtitle format (MPsub)</A></LI> <LI><A HREF="#install_osd">1.4.2 Installing OSD and subtitles</A></LI> + <LI><A HREF="#menu">1.4.3 OSD Menu</A></LI> </UL> </LI> <LI><A HREF="#rtc">1.5 RTC</A></LI> @@ -949,6 +950,23 @@ in config file.</P> +<H3><A NAME="menu">1.4.3 OSD menu</A></H3> + +<P>MPlayer has an OSD Menu interface, which is not only completely user + defined, but is displayed as OSD, on the currently played video!</P> + +<H4>Installation</H4> + +<OL> + <LI>copy <CODE>etc/menu.conf</CODE> to your <CODE>.mplayer</CODE> + directory</LI> + <LI>copy <CODE>etc/input.conf</CODE> to your <CODE>.mplayer</CODE> + directory, or to the system-wide MPlayer config dir (default: + <CODE>/usr/local/share/mplayer</CODE>)</LI> +</OL> + + + <H2><A NAME="rtc">1.5 RTC</A></H2> There are three timing methods in MPlayer. |