Serbianboss
25th November 2006, 21:51
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:
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.
One more, can in this script could use limitedsharpenfaster filter but dont to deinterlance source. Because LSF dosnt work with interlaced.
For this scipt i am using cce
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.
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 ?
For this scipt i work with virtual dub and select fast recompress option
1. My source is pal dvd(interlaced,bff) and want to make it better. So i make d2v file and make this script:
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.
One more, can in this script could use limitedsharpenfaster filter but dont to deinterlance source. Because LSF dosnt work with interlaced.
For this scipt i am using cce
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.
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 ?
For this scipt i work with virtual dub and select fast recompress option