View Single Post
Old 29th August 2003, 02:33   #11  |  Link
bilu
Registered User
 
bilu's Avatar
 
Join Date: Oct 2002
Location: Portugal
Posts: 1,182
Have you tried:

b=DGBob(FOrder(),mode=1)
SeparateFields()
SmartDecimate(24,60,b,0.50)
KernelDeint(FOrder())

This is my favorite method.


FOrder works for MPEG-2 sources.

function FOrder(clip c) {
fo= GetParity(c)? 1:0
return fo
}



Bilu
bilu is offline   Reply With Quote