Page 1 of 1

How set subtitles color in stream with VLC 2.x ?

Posted: 22 Apr 2012 10:10
by martin
Tried change color of .srt subtitles in stream, but no success. There in VLC 1.x was enought append

Code: Select all

--freetype-color=0xffff00
to end of sout string for yellow subtitles.
There in VLC2 it must be added as

Code: Select all

&option=freetype-color=0x00ffff00
but not success.
Tried in Win-link add

Code: Select all

--freetype-color=#ffff00
, as is in HELP, but subtitles was black always. I tried and found, that there must be used

Code: Select all

--freetype-color=0x00ffff00
(and not as is wrote there in VLC HELP: #RRGGBB).
But via web interface as &option= ... it has no effest. There in VLC's debug window is Option for freetype-color presented, but it seems, it has not effect. Same for font size etc...

How it must be set or there in SPU for web interface is bug ?