Subtitle overlay in VLC

Alles rund um das grafische Benutzerinterface Enigma
Marcus999
Neugieriger
Neugieriger
Beiträge: 4
Registriert: Mittwoch 19. April 2006, 21:04

Subtitle overlay in VLC

Beitrag von Marcus999 »

Hi,

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)
                {
I also want you to reconsider my other patch, which significantly improves the robustness of the stream player.

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
Schawee
Interessierter
Interessierter
Beiträge: 30
Registriert: Montag 31. Mai 2004, 13:44

Beitrag von Schawee »

what for a version of vlc you take?or movieplayer?
i have 7.1 and becomme not a picture
Marcus999
Neugieriger
Neugieriger
Beiträge: 4
Registriert: Mittwoch 19. April 2006, 21:04

Beitrag von Marcus999 »

vlc 0.8.4a
movieplayer from CVS. What version is that?
Schawee
Interessierter
Interessierter
Beiträge: 30
Registriert: Montag 31. Mai 2004, 13:44

Beitrag von Schawee »

wiht vlc 8.4a i cant play a file.only filelist i can show. :cry: