Deinterlace

  • Follow


Hello all,

Is it possible to Deinterlace images with OpenGL ? If yes:

1 - Is it faster as the equivalent method using MMX ?
2 - Is the result as good as, or better ?

I'm searching it in google but until now no luck.
I'm also trying to find any libraries from NVIDIA/ATI that would do
it, is there such a thing !? I thought I would find something under
nv_image_processing.lib, but there is nothing.

TIA.

wpr
0
Reply mlopes_filho 6/30/2004 11:31:48 AM

whisper wrote:

> Hello all,
> 
> Is it possible to Deinterlace images with OpenGL ? If yes:

Sure it is possible, and with Pixel Shaders it can be even quite
fast.
 
> 1 - Is it faster as the equivalent method using MMX ?

Measure it.

> 2 - Is the result as good as, or better ?

With Pixel Shaders you can get the same quality.
 
> I'm searching it in google but until now no luck.
> I'm also trying to find any libraries from NVIDIA/ATI that
> would do it, is there such a thing !? I thought I would find
> something under nv_image_processing.lib, but there is nothing.

If you want to write a video player software, OpenGL can be used,
I'd recommend to use a video overlay. BTW: Both recent ATI and
nVidia GPUs have special units for deinterlacing, which are only
functioning with such overlays. But don't ask me, how to enable
these.

Wolfgang

0
Reply Wolfgang 6/30/2004 9:03:05 PM


1 Replies
368 Views

(page loaded in 0.047 seconds)

Similiar Articles:







7/27/2012 3:59:47 PM


Reply: