Check out the following frames:






I cut some frames out so you can see what's going on, but pretty much, there's some frames that are like two interlaced frames that were paired wrong or something, as well as one frame that just looks god-awful, probably due to a bad transition or something, I don't know.
I theorize it's just that the stupid Tenchi OVA DVDs are awful, but just in case...
Script in use currently, some unimportant bits cut out:
Code: Select all
mpeg2source("E:\TENCHIOVA\ep1.d2v",cpu=4)
AssumeTFF()
ConvertToYV12()
TFM(order=1,mode=5,field=1)
TDecimate()
AssumeFPS(23.976)
LanczosResize(640,480)
deen("a3d",3,3,3)
FastLineDarken()
msharpen(threshold=10,strength=65,mask=false)
Trim(1,41440)
Tweak(cont=1.2,sat=1.1,bright=1.1, hue=0)
I am using TFM because Decomb was not doing the trick. TMF is doing wonderfully, but I have these frames I don't know what to do with.