---------------------------- Original Message ----------------------------
Subject: Hardware deinterlacing using xine provider!!!
From:    [EMAIL PROTECTED]
Date:    Fri, September 16, 2005 10:04 am
To:      directfb-dev@directfb.org
--------------------------------------------------------------------------

Hi,

Sorry the last messages. I have a Matrox G550 card and I need to
deinterlace some HDTV videos using its hardware deinterlacing with
DirectFB API. I read some threads in the list with the code below:

while () {
   Blit();
   wait...
   Flip( DSFLIP_ONSYNC );
   SetField( 0 );
   wait...
   SetField( 1 );
}

The address of this thread:
http://www.directfb.org/mailinglists/directfb-dev/2004/07-2004/msg00055.html

I tried but I didn't get success. I must be doing something wrong. The
Matrox G550 has two layers, however, the layer 1 or BES layer (it has the
deinterlace capability) doesn't work, e.g, no video plays in that layer,
only a black screen appears and the audio plays perfectly (I did that
using the a modification in the sample1 application).

I tried to use
df_xine -l1 -pYUY2 -d video, but it doesn't work too.

Does anyone have a code to deinterlace a interlaced video? Could you show
that code in the answer of this email? Please, help me. I need that so
much.

Bruno Jefferson






_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to