On Sat, Jan 02, 2010 at 08:22:59PM +0300, Goga777 wrote:
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
Yeah, and hopefully it can do "full-fps" deinterlacing, aka 50hz interlaced stream to 50 fps progressive.
-- Pasi
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