From 96f58b7a0951be2d8b3328c8ae20ce993ae3ddbc Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 7 Dec 2002 20:28:58 +0000 Subject: uh.. misc fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8397 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/documentation.html | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/DOCS/documentation.html b/DOCS/documentation.html index c454cca363..a4bbe10163 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -748,7 +748,7 @@

At this point, MPlayer is ready to use. The directory - $PREFIX/share/mplayer contains the codecs.conf + $PREFIX/etc/mplayer contains the codecs.conf 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 main binary.
@@ -771,16 +771,10 @@ configure.log file usually tells you what is missing.

Though not mandatory, the fonts should be installed in order to gain OSD, - and subtitle functionality. Download mp-arial-iso-8859-*.zip - and/or optional (if exists) language updates. See the - Subtitles and OSD section for details.

+ and subtitle functionality. The recommended method is installing a TTF + font file and telling MPlayer to use it. See the + Subtitles and OSD section for details.

-
-    mkdir ~/.mplayer
-    cd ~/.mplayer
-    unzip mp-arial-iso-8859-1.zip
-    ln -s ~/.mplayer/iso-8859-1/arial-24 font
-

1.3 What about the GUI?

@@ -825,6 +819,7 @@
  • SSA
  • MPsub
  • AQTitle
  • +
  • JACOsub
  • MPlayer can dump the previously listed subtitle formats into the following @@ -834,6 +829,8 @@

  • MPsub: -dumpmpsub
  • SubRip: -dumpsrtsub
  • Microdvd: -dumpmicrodvdsub
  • +
  • JACOsub: -dumpjacosub
  • +
  • Sami: -dumpsami
  • The command line options differ slightly for the different formats:

    @@ -945,15 +942,24 @@
  • use the font generator GIMP plugin at TOOLS/subfont-GIMP (note: you must have HSI RAW plugin too, see URL below)
  • using a TrueType (TTF) font, by the means of the freetype - library. Version 2.0.9 or greater is mandatory! TODO: complete this
  • + library. Version 2.0.9 or greater is mandatory! You have to pass the + --enable-freetype option to ./configure. Then you + have two methods: + + -

    After that, UNZIP the file you downloaded to ~/.mplayer or - $PREFIX/share/mplayer. Then rename or symlink one of them to +

    If you chose non-TTF fonts, UNZIP the file you downloaded to ~/.mplayer or + $PREFIX/share/mplayer. Then rename or symlink one of the extracted directories to font (like: ln -s ~/.mplayer/arial-24 ~/.mplayer/font). Now you have to see a timer at the upper left corner of the movie (switch it off with the "o" key).

    +

    OSD has 3 states: (switch with 'o')