View Single Post
Old 22nd September 2008, 00:52   #277  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Zwitterion View Post
Can you tell CUDA which field to keep when Deinterlacing? Then, with two instances of DGAVCDecodeNV, one could hack together a CUDA bobber.

Code:
a=DGAVCDecodeNV_AVCSource("00001_NV.dga", deinterlace=true, order=1)
b=DGAVCDecodeNV_AVCSource("00001_NV.dga", deinterlace=true, order=0)

Interleave(a,b)
Brilliant! Yes, in fact you can. I'll see if it works and, if so, add the parameter.
Guest is offline