Re: [Freevo-devel] Call for help again

2006-02-20 Thread Gustavo Sverzut Barbieri
On 2/14/06, Dirk Meyer <[EMAIL PROTECTED]> wrote: > o A small C or C++ app (no python code) that reads an analog tv device > (/dev/video) and transforms it into mpeg2, mpeg1 or nuppelvideo. You > can use a lib you want, like ffmpeg. I will integrate it nto > kaa.record if you can't do that.

Re: [Freevo-devel] Re: Call for help again

2006-02-20 Thread Duncan Webb
Dirk Meyer wrote: Duncan Webb wrote: My vbishow program does may do what you require for ivtv cards: Thanks, but it does not work for me (normal v4l2 card, no ivtv). Here is the problem: you set | fmt.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE; | fmt.fmt.sliced.service_set = (std & V4L2

[Freevo-devel] Back to hack, GStreamer interested please read

2006-02-20 Thread Gustavo Sverzut Barbieri
Hello, For those who do not remember me, I used to be a developer a long time ago, did some hacks around user interface, like the TV Guide and cover views as they are now. Unfortunately, due a lot of things I ran out of time to hack or even use Freevo, but they're all gone and I'll have some more

Re: [Freevo-devel] Re: How to get the menu in a DaemonPlugin in Freevo 1.5.4?

2006-02-20 Thread Gorka Olaizola
On Sun, Feb 19, 2006 at 03:40:44PM +0100, Dirk Meyer wrote: > > I don't remeber. That's a reason for the rewrite for 2.0. If you would > write your plugin for 2.0, you can use every item and ask it for the > menu widget. > This seems to work: import menu as mc osd = osd.get_singleton()