mirror of https://github.com/mpv-player/mpv
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
for now) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8244 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2ad84aa078
commit
f6af4559cc
|
@ -1420,6 +1420,9 @@ K
|
|||
SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Uunix -mcygwin
|
||||
</PRE>
|
||||
|
||||
<P>Az SDL Cygwin-es verzióját a <A HREF="http://www.libsdl.org/extras/win32/cygwin/">libSDL site-ról</A>
|
||||
töltheted le.</P>
|
||||
|
||||
|
||||
<H1><A NAME="mailing_lists">A függelék - Levelezési listák</A></H1>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue