Discussion:
[vlc] Issues with subtitles with the Python bindings
Mike Fabre
2013-11-14 00:18:28 UTC
Permalink
I got some help with this issue in the IRC channel, but didn't manage
to solve the problem. Hopefully I can get some more help here.

I've got an RTP stream with zvbi subtitles that all works find in the
standard VLC GUI, I select the right subtitles track in Video->Subtitles
and it starts appearing on the screen. However when using the Python
bindings for VLC with the same RTP stream, the subtitles track is
recognized, and there's no errors raised when setting the subtitles
track but no subtitles start rendering on the video. Both the GUI and
the Python bindings work fine when using .avi file with .srt or .idx &
.sub files.

The logs from when everything works fine indicates that VLC loads the
necessary demux module to read the subtitles (telx/zvbi/vobsub) and then
shortly after it loads the blend module. However when Python fails with
the zvbi subtitles it loads the zvbi module, but never even tries to
load the blend module. Is the GUI doing something hacky to load the
blend module itself when the VLC library won't?
--
Mike Fabre
Mike Fabre
2013-11-14 00:29:03 UTC
Permalink
Post by Mike Fabre
I got some help with this issue in the IRC channel, but didn't manage
to solve the problem. Hopefully I can get some more help here.
I've got an RTP stream with zvbi subtitles that all works find in the
standard VLC GUI, I select the right subtitles track in Video->Subtitles
and it starts appearing on the screen. However when using the Python
bindings for VLC with the same RTP stream, the subtitles track is
recognized, and there's no errors raised when setting the subtitles
track but no subtitles start rendering on the video. Both the GUI and
the Python bindings work fine when using .avi file with .srt or .idx &
.sub files.
The logs from when everything works fine indicates that VLC loads the
necessary demux module to read the subtitles (telx/zvbi/vobsub) and then
shortly after it loads the blend module. However when Python fails with
the zvbi subtitles it loads the zvbi module, but never even tries to
load the blend module. Is the GUI doing something hacky to load the
blend module itself when the VLC library won't?
Oh, I forgot to mention, I'm stuck with Ubuntu 10.04 and haven't been
able to get any VLC newer than 1.1 working. That's not a big deal for me
as we'll be upgrading from 10.04 soon, I just need these subtitles
working.
--
Mike Fabre
Mazdak Mazdak
2013-11-15 10:03:35 UTC
Permalink
Hal Mike,
Ben je de zelfde Mike Fabar die zijn vader een goochelaar is??

Met ?vriendelijke groet,
Mazdak?
Ik heb wat hulp nodig met deze kwestie in het IRC kanaal, maar slaagde er niet
om het probleem op te lossen. Hopelijk kan ik wat meer hulp hier.
Ik heb een RTP-stream met zvbi ondertitels die alle werken vinden in de kreeg
standaard VLC GUI, selecteer ik de juiste ondertiteling volgen in Video-> Subtitles
en het begint die op de scherm. Maar bij gebruik van de Python
bindingen voor VLC met dezelfde RTP stroom, de ondertiteling track
erkend, en er is geen fouten verhoogd bij het ??instellen van de ondertitels
spoor, maar geen ondertiteling beginnen rendering op de video. Zowel de GUI en
de Python bindings werken prima bij het ??gebruik van avi-bestand met. srt of. IDX &.
. sub-bestanden.
De logs van als alles werkt prima geeft aan dat VLC laadt de
nodige demuxen module om de ondertitels te lezen ( Telx / zvbi / vobsub) en vervolgens
kort na het laden van de mix module. Echter wanneer Python mislukt met
de zvbi ondertitels laadt de zvbi module, maar zelfs nooit probeert
laden van de blend module. Wordt de GUI iets hacky doen om het laden
blend module zelf als de VLC-bibliotheek niet? Oh, ik vergat te vermelden, ik ben vast met Ubuntu 10.04 en zijn niet in staat om alle VLC nieuwer dan 1.1 werkend te krijgen. Dat is niet een groot probleem voor mij als we zullen upgraden van 10.04 binnenkort, ik moet gewoon deze ondertitels werken.
-
Mike Fabre
______________________________________________________
vlc mailinglijst
Om uit te schrijven of wijzigen van uw opties: https://mailman.videolan.org/listinfo/vlc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20131115/14b46c63/attachment.html>
Mike Fabre
2013-11-16 06:18:31 UTC
Permalink
Post by Mazdak Mazdak
Hal Mike,
Ben je de zelfde Mike Fabar die zijn vader een goochelaar is??
Met ?vriendelijke groet,
Mazdak?
Mike Hall,
Are you the same Mike Fabar that his father is a magician?
Nope, not unless he is so good he has managed keep it from his family
for years.
--
Mike Fabre
Loading...