diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-06 17:40:51 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-06 17:40:51 +0000 |
commit | ce587559f7906aca349894164d8dc22419866949 (patch) | |
tree | 5d6ef5fc1bf3280a068532af8e5d3f0831c50ee7 /DOCS/documentation.html | |
parent | 1b28b8a9c7aeb47ced6631fa8bd906bcd7ac7cae (diff) |
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@3SOFT.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7629 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r-- | DOCS/documentation.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 3f6afbc097..654ecd205d 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1098,6 +1098,7 @@ TV tuner</B>.</P> <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 @@ ENTER pt_step 1 1 <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> |