[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.288,1.289

Arpi of Ize arpi at mplayerhq.hu
Sat Dec 28 14:41:34 CET 2002


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

Modified Files:
	mplayer.1 
Log Message:
The following patch adds two new command line options:
-sub-bkg-color n
-sub-bkg-alpha n
They control the color and alpha value used to initialize the subtitles and OSD BBOX.
With this you can have subtitles inside a traslucent rectangle.
This is useful when a movie already have "hardcoded" subtitles and you
want to overwrite them with rendered subtitles avoiding too much confusion.

patch by Salvador Eduardo Tropea <salvador at inti.gov.ar>


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- mplayer.1	27 Dec 2002 21:41:39 -0000	1.288
+++ mplayer.1	28 Dec 2002 13:41:01 -0000	1.289
@@ -824,6 +824,16 @@
 .B \-sub <subtitle\ file>
 Use/\:display this subtitle file.
 .TP
+.B \-sub-bkg-alpha <0-255>
+Specify the alpha channel value for subtitles and OSD backgrounds.
+Big values means more transparent. The 0 value is an exception and means
+completly transparent.
+.TP
+.B \-sub-bkg-color <0-255>
+Specify the color value for subtitles and OSD backgrounds.
+Currently subtitles are grayscale so this value is equivalente to the
+intensity of the color. The 255 value means white and 0 black.
+.TP
 .B \-subcc \ 
 Display DVD Closed Caption (CC) subtitles.
 These are NOT the VOB subtitles, these are special ASCII subtitles for the




More information about the MPlayer-cvslog mailing list