So anyway, I have had the same script for NGE Platinum for a while and never noticed interlacing but I just re-ripped it and when I looked at my AVS files I saw interlacing remnant still left images. Its mostly noticeable in high motion areas where it is panning or when someone is talking and you can see it on the mouth. I have tried a few different methods suggested in the guides and I keep coming up empty on a good solution.
Here is what the interlacing looks like
and I am using this script for IVTC with AVISynth 2.5
mpeg2source("E:\AMV Footage\NGEP\NGEP Volume 1.d2v")
ConvertToYV12()
Telecide(order=1,post=2,blend=true,vthresh=30,back=1)
Decimate(cycle=5,mode=2,quality=3)
Has anyone else encountered this same problem and also resolved the issue? Any help is greatly appreciated.