[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.311,1.312 mplayer.1,1.237,1.238
Arpi of Ize
arpi at mplayerhq.hu
Sun Oct 6 19:40:52 CEST 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv17868/DOCS
Modified Files:
documentation.html mplayer.1
Log Message:
This patch adds the functionality to disable/enable subtitles while playing
a video. I mapped it to the input-keyword "sub_visibility".
This keyword is mapped to the 'v' key on the keyboard. I tested the patch
with old-fashioned subtitles, with freetype subtitles and DVD subtitles.
Works fine. The patch also includes documentation updates.
patch by Uwe.Reder at 3SOFT.de
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- documentation.html 20 Sep 2002 20:44:29 -0000 1.311
+++ documentation.html 6 Oct 2002 17:40:49 -0000 1.312
@@ -1098,6 +1098,7 @@
<TR><TD></TD><TD>/ or *</TD><TD></TD><TD>decrease/increase volume</TD></TR>
<TR><TD></TD><TD>f</TD><TD></TD><TD>toggle fullscreen</TD></TR>
<TR><TD></TD><TD>o</TD><TD></TD><TD>toggle OSD: none / seek / seek+timer</TD></TR>
+ <TR><TD></TD><TD>v</TD><TD></TD><TD>toggle subtitle visibility</TD></TR>
<TR><TD></TD><TD>z or x</TD><TD></TD><TD>adjust subtitle delay by +/- 0.1 second</TD></TR>
<TR><TD></TD><TD>r or t</TD><TD></TD><TD>adjust subtitle position</TD></TR>
<TR><TD></TD><TD>HOME or END</TD><TD></TD><TD>go to next/previous playtree entry in the parent list</TD></TR>
@@ -1256,6 +1257,8 @@
<P>Set/Adjust video parameters. Val range from -100 to 100.</P></LI>
<LI><B>frame_drop</B> [(int) type=-1]
<P>Toggle/Set frame dropping mode.</P></LI>
+ <LI><B>sub_visibility</B>
+ <P>Toggle subtitle visibility.</P></LI>
<LI><B>sub_pos</B> (int) val
<P>Adjust subtitles position.</P></LI>
<LI><B>vo_fullscreen</B>
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- mplayer.1 5 Oct 2002 15:18:25 -0000 1.237
+++ mplayer.1 6 Oct 2002 17:40:49 -0000 1.238
@@ -2020,6 +2020,8 @@
toggle between OSD states: none / seek / seek+timer
.IPs d
toggle frame dropping
+.IPs v
+toggle subtitle visibility
.IPs "z and x"
adjust subtitle delay by +/\- 0.1 second
.IPs "r and t"
@@ -2127,6 +2129,8 @@
Set/Adjust video parameters.
.IPs "frame_drop [type=<value>]"
Toggle/Set frame dropping mode.
+.IPs "sub_visibility"
+Toggle subtitle visibility.
.IPs "sub_pos <value>"
Adjust subtitles position.
.IPs vo_fullscreen
More information about the MPlayer-cvslog
mailing list