Dirk Meyer wrote:

Hi,

with Tack gone for some weeks, Soenke gone until May and Rob also busy
right now, the Freevo 2.0pre1 release will move from spring to summer
2006. The list for things to do is long, we still need some basic
pieces of code. Freevo isn't that huge monster anymore you can't
understand, we split it into several modules and using kaa gives us
small independed parts. I also have something to do for non Python
coder.
Here is a small list. If you want to help, just drop me a note what
you want to do. If you don't find anything in this list, also drop me
a note and I will write more stuff:

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.

o A small C or C++ app (no python code) to read the vbi device
 (/dev/vbi) and provide station identifier, closed caption, VPS and
 stuff like that. I started with using libzvbi, but I'm not happy
 with it. I will integrate it into kaa.record later.
My vbishow program does may do what you require for ivtv cards: here are some examples:
tuneall bbc
vbishow -k 30 -m 8
vbishow started using -vbi-teletext-medium-r-normal--15-140-75-75-c-90-iso10646-1.
reading data from "/dev/vbi0", device
00004401, 2304
8 30 PDC 30... 0 00 00 0f 0f 0f 03 TSDP=00 NIG=2216 TZ=85=1.0h MJD=054793 17.02.2006 03:49:35 22 16 85 06 48 94 14 5A 46 C1 54 4F CD C2 C2 43 20 D0 52 49 CD 45 20 20 20 20 20 20 20 20 20 20 20 " . . . H . . Z F A T O M B B C P R I M E 8 30 PDC 30... 0 00 00 0f 0f 0f 03 TSDP=00 NIG=2216 TZ=85=1.0h MJD=054793 17.02.2006 03:49:36 22 16 85 06 48 94 14 5A 47 C1 54 4F CD C2 C2 43 20 D0 52 49 CD 45 20 20 20 20 20 20 20 20 20 20 20 " . . . H . . Z G A T O M B B C P R I M E
vbishow -k 0 -p 100
vbishow -k 0 -p 100
vbishow started using -vbi-teletext-medium-r-normal--15-140-75-75-c-90-iso10646-1.
reading data from "/dev/vbi0", device
00004401, 2304
04:54:45,073 b=00 01 00 02 c=.... .. .U.. .... p=100.01 0001 f=0002 l=0 English/Polish
1  0         BBC Prime 100 Fri17 Feb 04:53.20
04:54:45,073 b=00 01 00 02 c=.... .. .U.. .... p=100.01 0001 f=0002 l=0 English/Polish
1  0         BBC Prime 100 Fri17 Feb 04:53.20

tuneall sf1
vbishow -P -p 0
vbishow started using -vbi-teletext-medium-r-normal--15-140-75-75-c-90-iso10646-1.
reading data from "/dev/vbi0", device
00004401, 2304
VPS: 3-10: 00 a2 90 00 00 00 00 9f ("")
     CNI: 04c1 PCS: 2 PTY: 2  PDC: 89085:561285, 200X-02-17 02:05
...
VPS: 3-10: 00 cb 90 00 00 00 00 9f ("SRG-ZUER")
     CNI: 04c1 PCS: 2 PTY: 2  PDC: 89085:561285, 200X-02-17 02:05
VPS: 3-10: 00 4a 90 00 00 00 00 9f ("SRG-ZUER")
     CNI: 04c1 PCS: 2 PTY: 2  PDC: 89085:561285, 200X-02-17 02:05
VPS: 3-10: 00 e2 90 00 00 00 00 9f ("SRG-ZUER")

vbishow -W -p 0
vbishow started using -vbi-teletext-medium-r-normal--15-140-75-75-c-90-iso10646-1.
reading data from "/dev/vbi0", device
00004401, 2304
WSS: Letterbox 16:9 centre, 430 lines; camera mode; standard color coding;
     no helper; reserved b7=0;
     open subtitles: none; copyright unknown; copying not restricted
WSS: Letterbox 16:9 centre, 430 lines; camera mode; standard color coding;
     no helper; reserved b7=0;
     open subtitles: none; copyright unknown; copying not restricted

I'm not sure from the question what you require from the program. However for it to be useful for freevo it should be able to handle bttv cards too.

Anyway it's available from http://www.linuxowl.com and tuneall came from v4ltest.

Regards,
Duncan

o Make kaa.epg2 work. See kaa/WIP/epg2/TODO for a list of things we
 need. This is python code only and has only some deps to kaa.base,
 nothing more.

o Fix DirectFB support in Evas. The last time we checked, the evas dfb
 support was broken. It has nothing to do with freevo or kaa, it is
 hacking the evas code of enlightenment. If you want to help, I can
 provide the bugs we have. C code.

o Fix mpeg seeking in libxine. Also C code. Xine can't seek in out
 mpeg files because of some bad code in xine. There is a bugfix from
 Hans-Juergen, but xine needs a better seek code. I can provide more
 details or you can read xine-devel about the problem.

o Update kaa.record DVB code to work with DVB-S and DVB-C. We also
 need support for a CAM to watch encrypted channels.



Thanks


Dischi




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to