diff options
author | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-21 14:21:43 +0000 |
---|---|---|
committer | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-21 14:21:43 +0000 |
commit | 943904865ff0af25172c788601a585cf2cc590b4 (patch) | |
tree | b38f15a0b0dbd6a4d0e8f2d02399c98de0734367 /DOCS/en | |
parent | 1526dc6cdf8b226c43600eefc6ce137d73dd1f74 (diff) |
Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>
For a given subtitle language you can now chose to display
only the forced subtitles. Defaut is set to "show all subtitles"
so that current mplayer behaviour is not changed.
For DVD:
Use -forced_subs_only additionally to e.g. -slang en
if you are only interested in the forced subtitles.
For VobSub:
The idx file is now parsed for the "forced subs: ON/OFF" tag
and used according to its settings.
Key:
You can toggle the display of forced subtitles by pressing
"F" (upper case letter).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10918 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/en')
-rw-r--r-- | DOCS/en/mplayer.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1 index f113e45032..3db31f7121 100644 --- a/DOCS/en/mplayer.1 +++ b/DOCS/en/mplayer.1 @@ -287,6 +287,8 @@ toggle frame dropping toggle subtitle visibility .IPs j\ \ \ \ switch subtitle language +.IP F\ \ \ \ +toggle display of "forced subtitles" .IPs a\ \ \ \ toggle subtitle aligment: top/middle/bottom .IPs "z and x" @@ -1121,6 +1123,10 @@ The \-subfont-* options are available only with FreeType support compiled in. .PD 1 . .TP +.B \-forcedsubsonly +Display only "forced subtitles" for the DVD subtitle stream selected by e.g. +\-slang. +.TP .B \-fribidi_charset <charset\ name> Specifies the charset that will be passed to FriBiDi when decoding a non-utf8 subtitles. Default is "ISO8859-8". |