[vdr] vdr-1.5.10, dxr3 and subtitles
Hi! Anybody using vdr-1.5.10, dxr3 and subtitles? I'm (trying to) use it, but all subtitles have the lines caused by "too many colors in a region". I can't find the dxr3-compatibility option that used to be there in the plugin. I have disabled antialiasing in vdr's OSD settings. Anybody got dxr3 working with subtitles properly in this version? Perhaps there's a patch somewhere I haven't found? Or the setup option is hidden somewhere I couldn't find it? Or, maybe it hasn't been implemented yet in vdr-1.5.10 at all? Just wondering, - Ville -- -- Ville Aakko - [EMAIL PROTECTED] ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] vdr-1.5.10, dxr3 and subtitles
On 11/03/07 14:49, Ville Aakko wrote: > Hi! > > Anybody using vdr-1.5.10, dxr3 and subtitles? > > I'm (trying to) use it, but all subtitles have the lines caused by > "too many colors in a region". I can't find the dxr3-compatibility > option that used to be there in the plugin. I have disabled > antialiasing in vdr's OSD settings. > > Anybody got dxr3 working with subtitles properly in this version? > Perhaps there's a patch somewhere I haven't found? Or the setup option > is hidden somewhere I couldn't find it? Or, maybe it hasn't been > implemented yet in vdr-1.5.10 at all? VDR reduces the colors if the output device can't display all of them. Maybe the dxr3 device doesn't correctly respond to the CanHandleAreas() call? See cDvbSubtitleConverter::FinishPage(), the calls to sr->ReduceBpp() and sr->ShrinkBpp(). Klaus ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] vdr-1.5.10, segfault on startup
Hi! Due to some weird "Sans Serif:Bold" bold font on my freshly installed open-suse 10.3 system I get a "segmentation fault" on startup. I had this already with one of the previous vdr versions and on my suse 10 linux, I just thought there must be something messed up on my rather old system. Now, that I still got this exception I tried to track it down using gdb: I've come to cFont::GetFontFilename where FcFontSort returns "null". I simple check (if fontset != null) fixed the segfault: FcFontSet *fontset = FcFontSort(NULL, pat, FcFalse, NULL, NULL); if (fontset != NULL) { for (int i = 0; i < fontset->nfont; i++) { FcBool scalable; FcPatternGetBool(fontset->fonts[i], FC_SCALABLE, 0, &scalable); if (scalable) { FcChar8 *s = NULL; FcPatternGetString(fontset->fonts[i], FC_FILE, 0, &s); FontFileName = (char *)s; break; } } FcFontSetDestroy(fontset); } VDR then started, just without any text output. After installing some additional fonts this has been fixed too ... I think the NPE check would be great to be added to VDR. Thanks! Ciao, Mario ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [ANNOUNCE] vdr-iptv-0.0.3
Antti Seppälä wrote: > exec vlc "mms://livemedia.omroep.nl/vprohollanddoc-bb" --sout > "#transcode{vcodec=mp2v,acodec=mpga,vb=2400,ab=320}:standard{access=udp,mux=ts{pid-video=1,pid-audio=2,pid-spu=3},dst=127.0.0.1:4321}" > --intf dummy To get some more weired AVI formats into shape for FF cards, I use the following additional transcode parameters: width=720,height=576,canvas-width=720,canvas-height=576,canvas-aspect=4:3,fps=25 This will letterbox or pillarbox into PAL 4:3 video with 25fps, in case the original format is something else. These parameters are supported since vlc-0.8.5. Cheers, Udo ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] nfs sharing epg.data
is it save to share one epg.data file between multiple vdrs over nfs? or should each client maintain its own copy? thx ... clemens ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] DVB-S2 + H.264 support for VDR-1.5.10
Hi, Grégoire FAVRE schrieb: > I have recompiled ffmpeg svn with this patch, and xine-lib-1.2 (there > semmes to be included) and also my vdr which now segfault when I try > to > tune to BBC HD : [snip] > That's with OSD display mode : Blend scaled Auto, with X11 overlay > it don't crash (but that's not nice at all...). Please have a look at http://www.vdr-portal.de/board/thread.php?postid=665758#post665758 The new libxine patch should fix this bug. > By the way there is another annoying bug with xine-lib : > if you have a timer set, and VDR want to powerdown, but it can't > die to some external reason, you can't control it anymore : > > #0 0x00305440deef in waitpid () from /lib/libpthread.so.0 > #1 0x004bfb82 in SystemExec ( > Command=0x2e9ee0c0 "sudo /usr/local/bin/vdrpoweroff.sh > 1194037200 121229 317 \"C'EST PAS SORCIER\" 1", > Detached=true) at thread.c:511 > #2 0x004ad2df in cShutdownHandler::CallShutdownCommand > (this=0x7275c0, WakeupTime=1194037200, > Channel=317, File=0xfecdec "C'EST PAS SORCIER", > UserShutdown=) at shutdown.c:129 > #3 0x004ad8ac in cShutdownHandler::DoShutdown (this=0x7275c0, > Force=false) at shutdown.c:247 > #4 0x004c962b in main (argc=14, argv=0x7fffcd756e48) at > vdr.c:1062 > > Maybe the bug don't come from xine-lib directly, but without xine-lib > it doesn't appear. Maybe I'll have a look at it tomorrow. Meanwhile, you could have a look at this issue with this gdb command: thread apply all bt It'll tell you the backtrace for all threads. Bye. -- Dipl.-Inform. (FH) Reinhard Nissl mailto:[EMAIL PROTECTED] ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] nfs sharing epg.data
On 11/03/07 21:55, Clemens Kirchgatterer wrote: > is it save to share one epg.data file between multiple vdrs over nfs? > or should each client maintain its own copy? Each instance of VDR writes into epg.data without any locking or so. If you set up more than one VDR that write to the same epg.data, the last one writing it will "win", and if they write at the same time, results may be undefined. Klaus ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] DVB-S2 + H.264 support for VDR-1.5.10
On Sat, Nov 03, 2007 at 10:24:33PM +0100, Reinhard Nissl wrote: Hello :-) > Please have a look at > > http://www.vdr-portal.de/board/thread.php?postid=665758#post665758 > > The new libxine patch should fix this bug. Great, thank ! > Maybe I'll have a look at it tomorrow. > > Meanwhile, you could have a look at this issue with this gdb command: > > thread apply all bt > > It'll tell you the backtrace for all threads. Oops, with the new patched ffmpeg/xine-lib-1.2/vdr-xine it don't segfault (but I still can't access my VDR after a "shutdown try". Thank you very much :-) -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org http://picasaweb.google.com/Gregoire.Favre ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] VDR 1.5.10, Subtitles gets out of sync
On Fri, 2 Nov 2007, Klaus Schmidinger wrote: > Meanwhile I found that it works ok if you change the line > > ts2pes[numTracks++] = new cTS2PES(*SPids++, resultBuffer, IPACKS, 0x00, 0x20 > + n++); > > in remux.c to > > ts2pes[numTracks++] = new cTS2PES(*SPids++, resultBuffer, 3, 0x00, 0x20 > + n++); > > Klaus I can confirm that Hungarian subtitles (on UPC Direct 19.2) are also working much better with this "patch". They are well synchronized, the only strange thing is, that after a very short time the subtitles dissapears for a fraction of a second, but then it is redisplayed, and stays until it has to. Istvan -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] VDR 1.5.10, Subtitles gets out of sync
Let me correct myself :) I made a VDR restart (very unusual for me:) ), and now the subtitles (BBC Prime - UPC ) are just fine with the patch applied. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr