View Full Version : Funky interlacing (need help)
chiu
16th March 2010, 04:14
I tried this
assumeTFF()
telecide(Guide=0, post=1)
decimate()
But it still looks jerky to me.
Maybe it's just me I wanted someone else to see if maybe I'm doing something wrong here.
sample
http://www.megaupload.com/?d=N0X2BPPM
Blue_MiSfit
16th March 2010, 04:46
I'm downloading your sample right now.
Blue_MiSfit
16th March 2010, 04:55
It's field blended PAL. Ugh...
A bob to 50p and de-blending is in order. YADIFMod+NNEDI followed by SRestore seems to do the trick.
MPEG2Source("E:\test.d2v", cpu=0)
greyscale
yadifmod(mode=1, edeint=nnedi(field=-2))
SRestore
MCTemporalDenoise
This script will return 23.976fps
Greycale is in there because your video has tons of horrible chroma artifacts, and a nasty green twinge. I'm guessing the rest of the movie has no color?
Remove MCTD if it's too slow, though it really improved the quality a lot IMO.
~MiSfit
chiu
16th March 2010, 05:36
yeah the chroma was bad on that, I just couldn't figure out how the heck to restore the bugger.
I used neatvideo and addgrain to fix the noise issues and greyscaled it in the encoder.
Thanks for your help.
Would this same script work on NTSC material?
I have a NTSC that's field blended badly just the same.
http://www.megaupload.com/?d=SOTTA2PY
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.