diff options
author | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-04-09 18:04:29 +0000 |
---|---|---|
committer | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-04-09 18:04:29 +0000 |
commit | a024c7fe902ad946b65a2a635d831063f1235818 (patch) | |
tree | 0aa86a2c091f01700c5f0a500905b83c7dca9f1c /DOCS/en | |
parent | 9c0fe0747ba67c640187f8698f81aecb4d329f32 (diff) |
option for sub match fuzziness level
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9894 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/en')
-rw-r--r-- | DOCS/en/mplayer.1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1 index bfb1c76a06..d1231f53a8 100644 --- a/DOCS/en/mplayer.1 +++ b/DOCS/en/mplayer.1 @@ -1081,9 +1081,19 @@ Tells MPlayer to handle the subtitle file as UTF8. Disables any kind of text post processing done after loading the subtitles. Used for debug purposes. .TP -.B \-subfuzzy -Relax when trying to find matching subtitles. Loads all subtitles in -the current directory, allowing to select the right ones during playing. +.B \-sub-fuzziness +Adjust matching fuzziness when searching for subtitles: +.PD 0 +.RSs +.IPs 0 +exact match +.IPs 1 +load all subs containing movie name +.IPs 2 +load all subs in the current directory +.RE +.PD 1 +. .TP .B \-vobsub <vobsub\ file\ without\ extension> Specify the VobSub files that are to be used for subtitle. |