#753991 mplayer: Ignores subtitle colour specifications in SRT file

Package:
mplayer
Source:
mplayer
Description:
movie player for Unix-like systems
Submitter:
Axel Stammler
Date:
2024-02-02 15:18:03 UTC
Severity:
minor
Tags:
#753991#5
Date:
2014-07-06 20:39:55 UTC
From:
To:
Dear Maintainer,

lines in the SRT subtitle file like the following:

 <font color="cyan">Not really.</font>

are displayed as if there were only the text without any colour specification, i.e.:

 Not really.

− displayed in white; the subtitles are never displayed in any other colour.

(The same SRT file works perfectly with VLC.)

#753991#10
Date:
2024-02-02 15:13:56 UTC
From:
To:
Hello,

(sorry, very late reply)

I can still reproduce with mplayer in unstable (svn38446), however I
suspect that it's another case where the expected behavior is turned off
by default but can be activated with an option.

For instance

mplayer -ass myvideo.mp4

correctly display lines like
<font color="cyan">Not really.</font>
defined in myvideo.srt

The default color for subtitles lines where
there is no <font color="cyan"> becomes yellow.
The default (white) color can be restored with

mplayer -ass -ass-color ffffff00 myvideo.mp4

Regards,
Lorenzo