I am trying to re-rip my Eureka 7 dvds to get some cleaner footage. I noticed that DGindex reports the footage as being 4:3 29.97fps, but is flashing back and forth with NTSC 2%-10% and FILM 98%-90% (the percentages varying between those two that I have listed). I tried the Forced FILM setting to see how the footage turns out, but it still lets some interlacing slip through every now and then. So I decided to not use Forced FILM and just clean it up with avisynth scripts. The problem is I have tried several different plugins and re-written my scripts and the cleanest I can get it is by treating it like normal interlaced footage. So this is the script I am using.
mpeg2source("Ending03.d2v", cpu=4)
TFM(d2v="Ending03.d2v",order=1,field=1,mode=0,pp=7,slow=2)
TDecimate(mode=1)
Crop(8,0,-8,-0)
LanczosResize(640,480)
It comes out the cleanest that way but is jerky in panning shots. No matter how much I tweak the interlacing plugins I still cannot get it smooth.
So I thought I would ask on here if anyone has ripped these DVDs before, or maybe a DVD with a similar setup. If anyone could give me pointers on how to cleanup this script I would appreciate it.
By the way, I have been following the guide here



