On Sun, Jun 25, 2006 at 10:54:28PM +0100, James Gatt wrote: > > Presumably the only difference between PAL-60 and normal NTSC is the > chroma frequency from the S-Video / Composite encoder.
NTSC with just PAL chroma frequency is called NTSC-443. PAL-60 also uses PAL color encoding. I could probably implement other TV standards in the driver since the only thing that should need changing is the chroma frequency. PAL-M = PAL-60 with 3.57561149 MHz chroma frequency PAL-N = PAL with 3.58205625 MHz chroma frequency NTSC-443 = NTSC with 4.43361875 MHz chroma frequency Any need for those? > Shouldn't the > control of this then become part of the "screen" API? The screen API already has support for TV standards. Currently listed standards are PAL, NTSC, SECAM and now PAL-60. Others can be added. > Is the screen API planned to be defined properly before DirectFB release > 1.0? I haven't really looked at the API so I don't know what (if anything) is missing. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
