uh.. misc fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8397 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-12-07 20:28:58 +00:00
parent 6b199214d6
commit 96f58b7a09
1 changed files with 19 additions and 13 deletions

View File

@ -748,7 +748,7 @@
</PRE> </PRE>
<P>At this point, MPlayer is ready to use. The directory <P>At this point, MPlayer is ready to use. The directory
<CODE>$PREFIX/share/mplayer</CODE> contains the <CODE>codecs.conf</CODE> <CODE>$PREFIX/etc/mplayer</CODE> contains the <CODE>codecs.conf</CODE>
file, which is used to tell the program all the codecs and their file, which is used to tell the program all the codecs and their
capabilities. This file should always be kept up to date together with the capabilities. This file should always be kept up to date together with the
main binary.<BR> main binary.<BR>
@ -771,16 +771,10 @@
<CODE>configure.log</CODE> file usually tells you what is missing.</P> <CODE>configure.log</CODE> file usually tells you what is missing.</P>
<P>Though not mandatory, the fonts should be installed in order to gain OSD, <P>Though not mandatory, the fonts should be installed in order to gain OSD,
and subtitle functionality. Download <CODE>mp-arial-iso-8859-*.zip</CODE> and subtitle functionality. The recommended method is installing a TTF
and/or optional (if exists) language updates. See the font file and telling MPlayer to use it. See the
<A HREF="#subtitles_osd">Subtitles and OSD</A> section for details.</P> <A HREF="#install_osd">Subtitles and OSD</A> section for details.</P>
<PRE>
mkdir ~/.mplayer
cd ~/.mplayer
unzip mp-arial-iso-8859-1.zip
ln -s ~/.mplayer/iso-8859-1/arial-24 font
</PRE>
<H2><A NAME="gui">1.3 What about the GUI?</A></H2> <H2><A NAME="gui">1.3 What about the GUI?</A></H2>
@ -825,6 +819,7 @@
<LI>SSA</LI> <LI>SSA</LI>
<LI>MPsub</LI> <LI>MPsub</LI>
<LI>AQTitle</LI> <LI>AQTitle</LI>
<LI>JACOsub</LI>
</UL> </UL>
<P>MPlayer can dump the previously listed subtitle formats into the following <P>MPlayer can dump the previously listed subtitle formats into the following
@ -834,6 +829,8 @@
<LI>MPsub: <CODE>-dumpmpsub</CODE></LI> <LI>MPsub: <CODE>-dumpmpsub</CODE></LI>
<LI>SubRip: <CODE>-dumpsrtsub</CODE></LI> <LI>SubRip: <CODE>-dumpsrtsub</CODE></LI>
<LI>Microdvd: <CODE>-dumpmicrodvdsub</CODE></LI> <LI>Microdvd: <CODE>-dumpmicrodvdsub</CODE></LI>
<LI>JACOsub: <CODE>-dumpjacosub</CODE></LI>
<LI>Sami: <CODE>-dumpsami</CODE></LI>
</UL> </UL>
<P>The command line options differ slightly for the different formats:</P> <P>The command line options differ slightly for the different formats:</P>
@ -945,15 +942,24 @@
<LI>use the font generator GIMP plugin at TOOLS/subfont-GIMP <LI>use the font generator GIMP plugin at TOOLS/subfont-GIMP
(note: you must have HSI RAW plugin too, see URL below)</LI> (note: you must have HSI RAW plugin too, see URL below)</LI>
<LI>using a TrueType (TTF) font, by the means of the <B>freetype</B> <LI>using a TrueType (TTF) font, by the means of the <B>freetype</B>
library. Version 2.0.9 or greater is mandatory! TODO: complete this</LI> library. Version 2.0.9 or greater is mandatory! You have to pass the
<CODE>--enable-freetype</CODE> option to ./configure. Then you
have two methods:
<UL>
<LI>use the <CODE>-font /path/to/arial.ttf</CODE> option to specify
a TrueType font file on every occassion</LI>
<LI>create a symlink: <CODE>ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf</CODE></LI>
</UL>
</LI>
</UL> </UL>
<P>After that, UNZIP the file you downloaded to <CODE>~/.mplayer</CODE> or <P>If you chose non-TTF fonts, UNZIP the file you downloaded to <CODE>~/.mplayer</CODE> or
<CODE>$PREFIX/share/mplayer</CODE>. Then rename or symlink one of them to <CODE>$PREFIX/share/mplayer</CODE>. Then rename or symlink one of the extracted directories to
<CODE>font</CODE> (like: <CODE>ln -s ~/.mplayer/arial-24 <CODE>font</CODE> (like: <CODE>ln -s ~/.mplayer/arial-24
~/.mplayer/font</CODE>). Now you have to see a timer at the upper left corner ~/.mplayer/font</CODE>). Now you have to see a timer at the upper left corner
of the movie (switch it off with the "o" key).</P> of the movie (switch it off with the "o" key).</P>
<P>OSD has 3 states: (switch with 'o')</P> <P>OSD has 3 states: (switch with 'o')</P>
<UL> <UL>