Spoiler :
Spoiler :
So I ripped some footage from my shiny game disk, but some parts come in pretty interlaced. That's not so bad itself, but when I try to fix it, I either get some ghosting/color blending, or the interlacing gets worse. I've tried pretty much everything from the guides, but this is the best I have gotten it.
So, am I basically gonna have to deal with the ghosting? I'm not sure if that's really a part of the footage, or a side-effect of the deinterlacing. Hopefully it's the latter.
- Code: Select all
DirectShowSource("01 Burn my Dread.m2v")
ConvertToYV12()
AssumeFPS(29.970)
Deen("w3d",3,3,5)
LoadTDeint()
TDeint(mode=1,order=1)
BlendBob()
FFT3DFilter()
limitedsharpen(strength=100)
fastlinedarken(strength=50,thinning=0)












