> > what about of corrected interlace output ? Most of them videocards can't  
> > do it correctly....
> 
> I can't answer that unfortunately.

let's hope that Crystal HD can do deinterlacing and scaling


in crystalhd/include/7411d.h there's lines 

/* scaling on/off */
/*  - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
    eC011_SCALING_OFF           = 0x00000000,
    eC011_SCALING_ON            = 0x00000001,

} eC011_SCALING;

/* deinterlacing on/off */
/*  - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
    eC011_DEINTERLACING_OFF     = 0x00000000,
    eC011_DEINTERLACING_ON      = 0x00000001,

} eC011_DEINTERLACING;

/* deinterlacing on/off */
/*  - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
    eC011_DEINTERLACING_OFF     = 0x00000000,
    eC011_DEINTERLACING_ON      = 0x00000001,

} eC011_DEINTERLACING;



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

Reply via email to