Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-24 Thread Jan Wagner
 Try the patch at posted at 
 http://www.vdr-portal.de/board/thread.php?threadid=50139page=32 from 
 Reinhard, which will solve most of the performance problems.
 Unfortunately, transmissions using interlaced pictures+spatial direct 
 mode still do not seem to work right and may cause major performance and 
 stability problems.

Awesome, that works like a charm even with deinterlacing on. I will try
xine-0.8.0 tonight. Keep up the nice work Reinhard!

Jan


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-23 Thread Jan Wagner
Am Samstag, den 20.10.2007, 22:49 +0200 schrieb Reinhard Nissl:
 Hi,
 
 Jan Wagner schrieb:
 
  attached you'll find an updated patch for VDR-1.5.10. It replaces the
  formerly patch for VDR-1.5.9.
  
  could you seperate the patch into H.264 and DVB-S2 parts again? I use
  DVB-C with it here and do not want to upgrade to drivers with DVB-S2
  support.
 
 I've removed the DVB-S2 part from the original patch. The result is
 attached. Please give it a try.

Thanks. It does work as expected. I am still not able to play H.264
content on my Core2Duo 6850 (3.0 GHz) though. My nvidia graphics card
8600 does not seem to support xvmc so I have a lot of dropped frames and
lots of block artefacts which seem to be caused by the stream (ffmpeg
always says something about cabal(?)). Can I transcode the records into
something playable under windows? pes2ts does not seem to work.

Cheers Jan


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-23 Thread Joerg Knitter
Jan Wagner wrote:

 Thanks. It does work as expected. I am still not able to play H.264
 content on my Core2Duo 6850 (3.0 GHz) though. My nvidia graphics card
 8600 does not seem to support xvmc so I have a lot of dropped frames and
 lots of block artefacts which seem to be caused by the stream (ffmpeg
 always says something about cabal(?)). Can I transcode the records into
 something playable under windows? pes2ts does not seem to work.


Try the patch at posted at 
http://www.vdr-portal.de/board/thread.php?threadid=50139page=32 from 
Reinhard, which will solve most of the performance problems.
Unfortunately, transmissions using interlaced pictures+spatial direct 
mode still do not seem to work right and may cause major performance and 
stability problems.

With kind regards

Jörg

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-21 Thread Reinhard Nissl
Hi,

Hannu Tirkkonen schrieb:

   How about version that allows reception of dvb-[t,c,s] and dvb-s2?
   I did test with the instructions found from:
   
 http://www.vdr-wiki.de/wiki/index.php/OpenSuSE_DVB-S2_-_Step_by_Step_Installationsanleitung_%28Achtung_Beta%29
 
   but... when tuning to dvb-c channels, i get message saying something 
 like channel not available.
 
   Of course one can have separate vdr instances on each cards by using -D 
 option, but that's not the best choice.
   br.

The problem is that DVB-S2 devices can currently only be used by the
multiproto interface. This interface supports DVB-S, DVB-C, DVB-T and
DVT-H too, but the existing drivers need to be adapted to the new
interface -- more or less the same as VDR had to be adapted to the new
API, but one big question seems to be whether the multiproto API is the
right way to go.

As the multiproto tree still supports the old frontend API, the problem
could also be solved in VDR by using the old API when the device reports
a certain error for new API functions. But this would mean to double
much code.

Anyway, if one feels the need to go this way, feel free to do so.

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] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-19 Thread Joerg Knitter
Georg Acher schrieb:
 On Wed, Oct 17, 2007 at 08:16:54PM +0200, Reinhard Nissl wrote:
 Hi,

 attached you'll find an updated patch for VDR-1.5.10. It replaces the
 formerly patch for VDR-1.5.9.
 
 I still don't understand why you want to record h.264 in PES...

Furthermore: How do I demux a h.264 PES recording? With TS files 
recorded on Windows I used the tool xport which also takes care of 
proper audio sync. ProjectX still does not support H.264.

Nevertheless: Thanks a lot, hope that I get it working within the next 
days, especially for checking if my system is fast enough for 
software-only decoding.

With kind regards

Joerg Knitter

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-17 Thread Georg Acher
On Wed, Oct 17, 2007 at 08:16:54PM +0200, Reinhard Nissl wrote:
 Hi,
 
 attached you'll find an updated patch for VDR-1.5.10. It replaces the
 formerly patch for VDR-1.5.9.

I still don't understand why you want to record h.264 in PES...
-- 
 Georg Acher, [EMAIL PROTECTED] 
 http://www.lrr.in.tum.de/~acher
 Oh no, not again ! The bowl of petunias  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-17 Thread Jan Wagner
Hi there,

 attached you'll find an updated patch for VDR-1.5.10. It replaces the
 formerly patch for VDR-1.5.9.

could you seperate the patch into H.264 and DVB-S2 parts again? I use
DVB-C with it here and do not want to upgrade to drivers with DVB-S2
support.

 Have a look at this page for more instructions on this concern:
 
 http://www.vdr-wiki.de/wiki/index.php/OpenSuSE_DVB-S2_-_Step_by_Step_Installationsanleitung_%28Achtung_Beta%29

These are really nice and work fine.

Cheers and many thanks for your efforts!

Jan



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr