I try Dgindex and have few question.

1. My source is pal dvd(interlaced,bff) and want to make it better. So i make d2v file and make this script:

Code:
LoadPlugin("fft3dfilter.dll") 
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll") MPEG2Source("C:\Desktop\tst.d2v", cpu=0) 
fft3dfilter(sigma=1.5,interlaced=true)
My goal is that dvd stay interlaced. So is this proper scirpt to stay interlaced. Then i load this in CCE

One more, can in this script could use limitedsharpenfaster filter but dont to deinterlance source. Because LSF dosnt work with interlaced.


2. Source is the same and i am practise to make xvid. Because i want to deinterlance, little denoise and resize, could i use leakkerneldein(for deinterlancing) for that puropse.

Code:
LoadPlugin("LeakKernelDeint.dll") 
LoadPlugin("degrainmedian.dll") 
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll") MPEG2Source("C:\Desktop\tst.d2v", cpu=0) LeakKernelDeint(Order=0,threshold=1,sharp=true) DeGrainMedian(limitY=5,limitUV=7,mode=0,interlaced=true) 
bicubicresize(512,384)
Is this proper way to make xvid ?
This script i load in virtual dub and select fast recompres option