Re: [vdr] How to demux H.264 recording ?

2007-12-10 Thread Jörg Knitter
Gregoire Favre schrieb: > Hello, > > i have just recorded one of the best movie from the Switzerland in H.264 > on Swiss HD channel :-) > > The quality is really good and I would like to keep de and fr AC3 (I > don't care about the en/it audio). > > Anyone know which tools are available to do it ?

Re: [vdr] How to demux H.264 recording ?

2007-12-10 Thread Otto J. Makela
Gregoire Favre schrieb: > i have just recorded one of the best movie from the Switzerland in H.264 > on Swiss HD channel :-) > > The quality is really good and I would like to keep de and fr AC3 (I > don't care about the en/it audio). > > Anyone know which tools are available to do it ? The only t

[vdr] ct 26/07: TT FullFeatured h264?

2007-12-10 Thread ml11
In ct 26/2007 p150 it is said that full featured cards allmost vanished after almost everybody had more than enought cpu power available. But they see a renaissance since even a lot of new pc are not strong enough for h264. They state that Techno Trend has announced such an aktive card (defined

Re: [vdr] ct 26/07: TT FullFeatured h264?

2007-12-10 Thread Steffen Barszus
[EMAIL PROTECTED] schrieb: > In ct 26/2007 p150 it is said that full featured cards allmost vanished after > almost everybody had more than enought cpu power available. But they see > a renaissance since even a lot of new pc are not strong enough for h264. > > They state that Techno Trend has anno

[vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Deti Fliegl
Hi, I think there is a problem in calling external programs from plugins. If such a program takes some while for execution (even in background) it gets inherited all file descriptors of VDR. This prevents vdr from zapping to another channel or even from restarting properly. You will see messag

[vdr] VDR and UPnP server

2007-12-10 Thread sundararaj reel
Hi, I am looking for a UPnP server that can stream VDR's recordings in my network. Has any work already started ? I read a couple of emails on this topic but those were sent two years ago. I am interested to hear what others have already done in this regard. Thanks, Sundararaj _

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Klaus Schmidinger
On 12/10/07 15:28, Deti Fliegl wrote: > Hi, > > I think there is a problem in calling external programs from plugins. If > such a program takes some while for execution (even in background) it > gets inherited all file descriptors of VDR. This prevents vdr from > zapping to another channel or e

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Deti Fliegl
Klaus Schmidinger wrote: > Doesn't SystemExec() (see tools.c) take care of this? Yes you are right - it takes care internally but not for plugins like dvdswitch etc. In order to fix this problem you could patch every single plugin or just set the right file descriptor flag once. I think the latt

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Anssi Hannula
Deti Fliegl wrote: > Klaus Schmidinger wrote: >> Doesn't SystemExec() (see tools.c) take care of this? > Yes you are right - it takes care internally but not for plugins like > dvdswitch etc. In order to fix this problem you could patch every single > plugin or just set the right file descriptor

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Deti Fliegl
Anssi Hannula wrote: > Deti Fliegl wrote: >> Klaus Schmidinger wrote: >>> Doesn't SystemExec() (see tools.c) take care of this? >> Yes you are right - it takes care internally but not for plugins like >> dvdswitch etc. In order to fix this problem you could patch every single >> plugin or just se

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Deti Fliegl
Deti Fliegl wrote: > Anssi Hannula wrote: >> Deti Fliegl wrote: >>> Klaus Schmidinger wrote: Doesn't SystemExec() (see tools.c) take care of this? >>> Yes you are right - it takes care internally but not for plugins like >>> dvdswitch etc. In order to fix this problem you could patch every si

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Klaus Schmidinger
On 12/10/07 21:07, Deti Fliegl wrote: > Klaus Schmidinger wrote: >> Doesn't SystemExec() (see tools.c) take care of this? > Yes you are right - it takes care internally but not for plugins like > dvdswitch etc. In order to fix this problem you could patch every single > plugin or just set the rig

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Darren Salt
I demand that Deti Fliegl may or may not have written... > Anssi Hannula wrote: >> Deti Fliegl wrote: >>> Klaus Schmidinger wrote: Doesn't SystemExec() (see tools.c) take care of this? >>> Yes you are right - it takes care internally but not for plugins like >>> dvdswitch etc. In order to fi

Re: [vdr] [patch] avoid inheritance of file descriptors

2007-12-10 Thread Deti Fliegl
Klaus Schmidinger wrote: > Plugins can call SystemExec() just as well when the want to execute > an external program. Yes, but would you point every single developer on this issue? > IMHO it is no feasible solution to expect every file handle to > be opened with FD_CLOEXEC. Even if VDR itself woul