anyway, I've been working on some Avisynth Scripts and such to try and clear up as much of the interlacing as posible however i've only been able so much.
methods that have been slightly effective so far:
This got rid of quite a bit of the interlacing (considering it was occuring every 2nd frame... however there was still quite a bit left...unblend()
decimate(quality=3)
ConvertToYUY2(interlaced=true)
SmoothDeinterlace(tff=true, doublerate=false)
This left a bit of interlacing still and didnt blend the frames as well as the previous method...unblend()
decimate()
Telecide(order=0,guide=1,post=4)
I've tried quite a few things so if anyone else has a better method it'de be very much appreciated...



