In need of a new script, My kdvd's made from dvd source look like shit with little tiny dots everywhere "blocks are reduced but jus replaced with a really bad case of dots & static,
Can someone hookup an optimal script that gets rid of blocks & dots but keeps the pic quality digitally crisp ??
(for Avisynth 2.5.x)
Here's my current script (Ithink it's only good for divx source)
Mpeg2Source("E:\delete\1.d2v")
TomsMoComp(1, 15, 1)
MergeChroma(Blur(1.5

)
MergeLuma(Blur(0.1))
GripCrop(704, 480, source_anamorphic=false)
GripSize(resizer="BicubicResize")
TemporalCleaner(ythresh=7,cthresh=15)
Undot()
VobSub("D:\DVD_VIDEO\VIDEO_TS\VTS_10_0")
DctFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
LetterBox(16, 16, 16, 16)
ConverttoYUY2()