diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-19 05:38:41 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-19 05:38:41 +0000 |
commit | a707df9c77644ce7db4466d981019412d18fcbc6 (patch) | |
tree | f27cf49d1020c60d3c4ab43dfc916f11138e3703 | |
parent | d00c7c83c19ad251ee9df4b354f8d12e8862610c (diff) |
FriBiDi control flags
Patch by Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10668 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/en/mplayer.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1 index eaa8224ea3..1b7eeb95bc 100644 --- a/DOCS/en/mplayer.1 +++ b/DOCS/en/mplayer.1 @@ -1106,6 +1106,16 @@ The \-subfont-* options are available only with FreeType support compiled in. Indicate the file that will be used to load palette and frame size for VOBSUB subtitles. .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". +.TP +.B \-flip_hebrew +Turns on flipping subtitles using FriBiDi. +.TP +.B \-noflip_hebrew +Turns off flipping subtitles using FriBiDi. +.TP .B \-noautosub Turns off automatic loading of subtitle files. .TP |