please accept this patch to enable subtitle overlay on transcoded video in VLC. It will make it possible to select subtitles in VLC for DVD or other movies. If no subtitles are selected in VLC, the video stream will be transcoded as before.
Code: Alles auswählen
--- a/apps/tuxbox/enigma/lib/movieplayer/movieplayer.cpp 28 Jan 2006 15:58:27 -0000 1.42
+++ b/apps/tuxbox/enigma/lib/movieplayer/movieplayer.cpp 10 Sep 2006 14:55:06 -0000
@@ -567,6 +563,7 @@
soutURL += ",width=" + res_horiz;
soutURL += ",height=" + res_vert;
soutURL += ",fps=" + video.fps;
+ soutURL += ",soverlay";
}
if (video.transcodeAudio)
{
http://tuxbox-forum.dreambox-fan.de/for ... hp?t=41405
If you have problems extracting the patch from the forum, I can mail it directly.
Marcus