#2288 closed defect (fixed)
“-sub-fuzziness 1” auto-load problem with external *.idx + *.sub subtitle pair.
Reported by: | Hakan | Owned by: | beastd |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Severity: | normal |
Keywords: | -sub-fuzziness, auto-load subtitle | Cc: | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
According to the Mplayer docs, the -sub-fuzziness 1
Loads all subs containing movie name.
-sub-fuzziness 1
and -sub-fuzziness 2
did not auto-load *.idx + *.sub
subtitle pair for below video file (no problem with text based subtitles *.srt etc.).
Movie.mp4 Movie.eng.idx Movie.eng.sub
When I renamed the subtitles as below, -sub-fuzziness 1
detected subtitles automatically;
Movie.mp4 Movie.idx Movie.sub
It seems that Mplayer expects file name of *.idx + *.sub
subtitles exactly as video file name and ignores the -sub-fuzziness
value.
Mplayer version: MPlayer Redxii-SVN-r37802-4.9.3 (i686) (C) 2000-2016 MPlayer Team
OS:Windows 7, 64bit Eng
Thank you.
Change History (4)
comment:1 by , 9 years ago
Severity: | blocker → normal |
---|
comment:2 by , 9 years ago
comment:4 by , 9 years ago
For the record:
Reimar updated documentation (man page) to reflect things mentioned in comment:2 in SVN r37815 .
vobsubs are a completely different thing to MPlayer at least.
They are not affected by autosub/noautosub either.
Part of the reason is that there is no support for more than one vobsub subtitle, so loading "all subs containing name" doesn't really work either.