I've been following VicBonds dvd ripping guide to a T, but keep having this problem with my clips. It seems that every time there is a major change in the video there is one frame with an annoying white line at the top of the footage. I have a few pics as examples, please tell me if you know what I can do to fix this.
BTW the script I'm using is right out of the guide (I'm new to this if you can't tell.)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
MPEG2Source("F:\DVD2AVI\evaclip1.d2v", idct=5, CPU=4, iPP=true)
Telecide(post=4, order=1, guide=1, blend=true)
Decimate(quality=3)
http://i166.photobucket.com/albums/u94/ ... elpme1.jpg (frame with the line)
http://i166.photobucket.com/albums/u94/ ... elpme2.jpg (next frame the line is gone)
http://i166.photobucket.com/albums/u94/ ... elpme3.jpg (Another frame with the line)
http://i166.photobucket.com/albums/u94/ ... elpme4.jpg (Next frame without)
Any help would be very much appreciated, thanks.

