How set subtitles color in stream with VLC 2.x ?
Posted: 22 Apr 2012 10:10
Tried change color of .srt subtitles in stream, but no success. There in VLC 1.x was enought append to end of sout string for yellow subtitles.
There in VLC2 it must be added as but not success.
Tried in Win-link add, as is in HELP, but subtitles was black always. I tried and found, that there must be used (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 ?
Code: Select all
--freetype-color=0xffff00
There in VLC2 it must be added as
Code: Select all
&option=freetype-color=0x00ffff00
Tried in Win-link add
Code: Select all
--freetype-color=#ffff00
Code: Select all
--freetype-color=0x00ffff00
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 ?