PDA

View Full Version : @wilbert vdub import avs deinterlace smooth example needs booleans


wotef
15th August 2002, 01:34
hi wilbert, using avisynth 2.04 and vdub_filters.avs 1.4,
gunnar's deinterlace smooth 1.0 plugin example requires booleans
stated as false; 0 raises an error

this is the standard example line that won't work:
VD_DeinterlaceSmooth(0,"interpolate",0,24,20,0,0)

this version works:
vd_deinterlacesmooth(false,"interpolate",false,24,20,false,0)

Wilbert
15th August 2002, 22:29
Thanks! I will change that when I get back ...