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
Script troubles with FILM/NTSC hybrid
- MadScientist
- Joined: Wed Sep 13, 2006 2:04 pm
- Location: Thornton, CO
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- MadScientist
- Joined: Wed Sep 13, 2006 2:04 pm
- Location: Thornton, CO
- MadScientist
- Joined: Wed Sep 13, 2006 2:04 pm
- Location: Thornton, CO
Thanks again for the heads up, in the future I'll keep those at -1.
Unfortunately that didn't help out the jerkiness in the footage.
There is always the possibility that I am a crackhead and totally imagining it. Or maybe it is the best I can get it. So to get another opinion I have uploaded a sample in xvid. If any of you feel like taking a look at it to let me know if I am just seeing things, feel free. Thanks in advance...
sample
Unfortunately that didn't help out the jerkiness in the footage.
There is always the possibility that I am a crackhead and totally imagining it. Or maybe it is the best I can get it. So to get another opinion I have uploaded a sample in xvid. If any of you feel like taking a look at it to let me know if I am just seeing things, feel free. Thanks in advance...
sample
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- MadScientist
- Joined: Wed Sep 13, 2006 2:04 pm
- Location: Thornton, CO