Re: [vdr] reelchannelscan for S2API-patched VDR
Hi, I have patched channelscan-0.6.1 additional for working with 1.7.0+s2api It seems to work fine with DVB-S. But it doesn't work with DVB-S2. I have took a look at transponders files of reel. And found that files hasn't any information about modulation (QPSK, 8PSK) I don't know how Reel don't use this informations for tuning. Regards Oleg Roitburd diff -Nurp /usr/src/vdr-1.7.1-s2api-ext64/PLUGINS/src/channelscan/filter.c channelscan/filter.c --- /usr/src/vdr-1.7.1-s2api-ext64/PLUGINS/src/channelscan/filter.c 2008-10-17 21:51:12.0 +0200 +++ channelscan/filter.c2008-10-20 14:27:52.0 +0200 @@ -677,7 +677,7 @@ PatFilter::Process(u_short Pid, u_char T } } #if APIVERSNUM >= 10509 || defined(REELVDR) -Channel->SetPids(Vpid, Vpid ? Ppid : 0, 0, Apids, ALangs, Dpids, +Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids, ALangs, Dpids, DLangs, Spids, SLangs, Tpid); #else Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids, ALangs, Dpids, ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] reelchannelscan for S2API-patched VDR
> It seems to work fine with DVB-S. But it doesn't work with DVB-S2. > I have took a look at transponders files of reel. And found that files > hasn't any information > about modulation (QPSK, 8PSK) > I don't know how Reel don't use this informations for tuning. > Transponder list does not provide information about modulation. Channelscan does not know about the modulation it simply tries one modulation after another in this order "No modulation Set(for manual scan)/QPSK/8PSK/QPSK_S2". See cScan::ScanDVB_S():[EMAIL PROTECTED] -- Sundararaj ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] black screen with softdevice 0.5.0 and vdr 1.6
Quoting Leo Márquez: > Hi, > > I am trying to set up a vdr with softdevice 0.5.0 (dfb) and vdr 1.6. > Vdr and softdevice compile fine but when I start vdr I get osd and audio and > no video. > The channels I want to see are dvb-t, no hd. > I did not see any error in logs. I remember have this problem few time ago > but any mailing list or google search helped me to remember what is the > problem and the solution. Does your nvidia card works with X11 ? What's the exact model name ? I ask this because there were e few reports about a missing BES (back end scaler) in some "newer" cards. > > Thank you!. > > I put here the vdr output to help you know what is happening: > > vdr:/usr/src/vdr16# ./vdr -c "/etc/vdr" -v "/videoteca/v0" -P"softdevice -vo > dfb:" [snip] > [setup-softdevice] setting alpha blend mode to software > [softdevice] picture mirroring set to 0 (off) > [setup-softdevice] pixel format set to (I420) Can you try to change the choosen pixel format via OSD ? > [setup-softdevice] shouldSuspend to: 0 > [setup-softdevice] syncTimerMode: sig > [softdevice] UseSetSourceRectangle to off > [softdevice] UseStretchBlitset to off Please try to change StrechBlit setting via OSD. > [setup-softdevice] vidBrightness: -1 > [setup-softdevice] vidContrast: -1 > [setup-softdevice] vidHue: -1 > [setup-softdevice] vidSaturation: -1 These are currently not changeable. Require some code modifications to softdevice. [snip] > (*) DirectFB/Genefx: MMX detected and enabled > (*) DirectFB/Graphics: nVidia NV02 (0x002d) 0.6 (directfb.org) > (*) DirectFB/Core/WM: Default 0.2 (Convergence GmbH) > [dfb] RAM: 32505600 bytes > [dfb] Accellerated Functions: FillRectange DrawRectange DrawLine > FillTriangle Blit StretchBlit All > [dfb] Drawing Flags: Blend > [dfb] Surface Blitting Flags: BlendAlpha BlendColorAlpha Colorize > Deinterlace > 23:33:23.0176 I [5033] [dfb] Supported video Modes are: > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]@8 > [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]@8 [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > 23:33:23.0178 I [5033] [dfb] Enumerating display Layers > 23:33:23.0179 I [5033] [dfb] Configuring CooperativeLevel for OSD > Layer 0 FBDev Primary Layer Type: graphics > Caps: brightness contrast saturation surface > Layer 1 NVidia Overlay Type: picture video > Caps: brightness contrast deinterlacing dst_colorkey hue saturation > screen_location surface > 23:33:23.0180 I [5033] [dfb] (osdLayer): flags, options, pixelformat: > 000f, 00400c03 > 23:33:23.0181 I [5033] [dfb] (osdLayer): width, height: 768 > 576 > 23:33:23.0181 I [5033] [dfb] osdLayer without !! alpha channel > 23:33:23.0188 D [5033] [dfb] surface capabilities for (scrSurface): > videoonly, double-buffered, flipping, PixelFormat = 0x00418c04 > 23:33:23.0189 I [5033] [dfb] width = 768, height = 576 > 23:33:23.0189 I [5033] [dfb] got fmt = 0x00418c04 bpp = 32 > 23:33:23.0192 I [5033] [dfb] Using this layer for OSD: (FBDev Primary Layer > - [768x576]) > 23:33:23.0192 D [5033] [dfb] surface capabilities for (osdSurface): > videoonly, double-buffered, flipping, PixelFormat = 0x00418c04 > 23:33:23.0192 I [5033] [dfb] Configuring CooperativeLevel for Overlay > 23:33:23.0201 D [5033] [dfb] surface capabilities for (videoSurface): > videoonly, PixelFormat = 0x00200806 > 23:33:23.0201 I [5033] [dfb] Using this layer for OSD:FBDev Primary > Layer > 23:33:23.0202 I [5033] [dfb] Using this layer for Video out: NVidia Overlay Don't know if some got NVIDIA + softdevice + DirectFB to work :-(. Stefan ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Ignore the ONID
On 10/21/08 22:16, e9hack wrote: > Hi, > > my cable provider (KabelBW) changed most of the channels on most of the > transponders. The > ONID from the channels doesn't match always to the ONID of the epg data. On > channels with > a ONID mismatch, vdr doesn't show any epg data. I've removed the ONID > comparison from the > '=='-operator of the structure tChannelID. Now I get egp data. What side > effects should I > expect? Maybe this is just a temporary glitch and they'll fix it, once they realize it... Klaus ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] Muxing VDR recording with subtitle (colored) ?
Hello, I have some recording made from BBC Four that have subtiltes included, they have different colors depending on who speak, I feature i would like to keep ;-) I demux using : PROJECTX="nice -n 14 projectx -ini /usr/local/bin/AC3.ini " TMP=/media/tmp/PX CUT=/tmp/cut marks2bytepos.pl $1 > $CUT FILES=`echo "$1"/[0-9]*.vdr|sed -e "s/\/\//\//g"` INFO="$1"/info.vdr if [ -z "$2" ]; then BASENAME=`echo "$1"|sed -e "s/\//_/g" -e "s/_video0_//g" -e "s/.99.99.rec//g" -e "s/.50.99.rec//g" -e 's/\\:/h/g' -e "s/:/h/" -e "s/_$//g" -e "s/%//g" -e "s/ //g" -e "s/.50.50.rec//g"|TR` else while [ $# -ge 1 ]; do shift BAS="`echo $BAS $1`" done BASENAME="`echo $BAS|TR`" fi A=`dirname $BASENAME` if [ "$A" == "." ]; then OUT=/media/converted BAS=$BASENAME else OUT=/media/converted/`dirname $BASENAME` BAS=`basename $BASENAME` fi cd /tmp $PROJECTX -cut $CUT -out $TMP -name PX -demux $FILES AC3.ini has : MainPanel.enhancedPES=1 SubtitlePanel.exportAsVobSub=1 Which gives me : -rw-r--r-- 1 greg greg 107M 2008-10-13 19:30 PX-02.mp2 -rw-r--r-- 1 greg greg 8.0K 2008-10-13 19:30 PX_log.txt -rw-r--r-- 1 greg greg 1.4G 2008-10-13 19:30 PX.m2v -rw-r--r-- 1 greg greg 107M 2008-10-13 19:30 PX.mp2 -rw-r--r-- 1 greg greg 3.2M 2008-10-13 19:30 PX.sup -rw-r--r-- 1 greg greg 34K 2008-10-13 19:30 PX.sup.idx -rw-r--r-- 1 greg greg 12K 2008-10-13 19:30 PX.sup.IFO -rw-r--r-- 1 greg greg 4.0M 2008-10-13 19:30 PX.sup.sub Now if I mux with : mkvmerge -o The.Story.Of.Math.1_4.mkv --default-language eng PX.m2v PX.mp2 PX.sup.idx The subtile are there but without color... Any better way (I don't care of the resulting format as long as I keep the colors of the subtitle) ? 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