[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.214,1.215

Arpi of Ize arpi at mplayerhq.hu
Wed Aug 28 22:52:32 CEST 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv17935/DOCS

Modified Files:
	mplayer.1 
Log Message:
freetype 2.0/2.1+ support - disabled by default until bugs fixed
patch by Jindrich Makovicka <makovick at kmlinux.fjfi.cvut.cz>


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- mplayer.1	28 Aug 2002 20:42:17 -0000	1.214
+++ mplayer.1	28 Aug 2002 20:51:59 -0000	1.215
@@ -696,6 +696,48 @@
 
 .I EXAMPLE:
     \-font ~/.mplayer/arial\-14/font.desc
+
+.I NOTE:
+    With FreeType, this option determines path to the text font file,
+eg.
+
+    -font ~/.mplayer/my_cool_font.ttf
+.TP
+.I NOTE:
+The -subfont-* options are available only with FreeType support
+compiled in.
+.TP
+.B \-subfont-encoding
+Sets the font encoding.
+
+FreeType 2.1: When set to "unicode", all the glyphs from the
+font file will be rendered and unicode will be used. This is
+also the default setting.
+
+FreeType 2.0: Default is iso-8859-1. Unicode is not available.
+.TP
+.B \-subfont-text-scale
+Sets the subtitle text autoscale coefficient (percentage of the
+screen size).
+.TP
+.B \-subfont-osd-scale
+Sets the osd elements autoscale coefficient.
+.TP
+.B \-subfont-blur
+Sets the font blur radius.
+.TP
+.B \-subfont-outline
+Sets the font outline thickness.
+.TP
+.B \-subfont-autoscale <0-3>
+Sets the autoscale mode. Can be
+    0    no autoscale,
+    1    proportional to movie width,
+    2    proportional to movie height,
+    3    proportional to movie diagonal.
+
+Default is 3 (diagonal). Zero means that text-scale and osd-scale are
+font heights in points.
 .TP
 .B \-noautosub
 Turns off automatic subtitles.




More information about the MPlayer-cvslog mailing list