Here I've been assuming that my script has been de-interlacing my footage, but come to find out (through a few betas here and there to people), it hasn't.
Anyway, I would love some assistance.
I'm using the following script
Code: Select all
mpeg2source("C:\1.d2v")
Tdecimate(mode=4)
Crop(8,0,-8,-0)
LanczosResize(640,480)
Deblock(quant=25)
Deen("w3d",3,3,5)
Undot()
TemporalCleaner()
aWarpSharp(depth=8)
BiFrost(interlaced=false)
BlendBob
I've used this and this for references, as well as the doom9 forum. Nothing just seems to scream out what I'm doing wrong, so I thought I would ask.
Here's my footage:

Also, I'd love to ask another question regarding widescreen footage, since I'm totally new to that whole concept as well. X_X
What scriping is needed to take 4*3 AR, 720*480 FS to change it to 16*9 640*352 FS. I think I've got it down, but I'd like to just make sure.
Here's my scripted footage I've got now:
