Current Script:
Code: Select all
AVISource("C:\Users\Zackary Murdoch\Desktop\fbone.avi")
converttoyv12 ()
Crop(8,0,-8,-0)
Spline36Resize(640,480)
awarpsharp
TComb()
AMVDeint(mode=1)
Code: Select all
AVISource("C:\Users\Zackary Murdoch\Desktop\fbone.avi")
converttoyv12 ()
Crop(8,0,-8,-0)
Spline36Resize(640,480)
awarpsharp
TComb()
AMVDeint(mode=1)
Code: Select all
AVISource("C:\Users\Zackary Murdoch\Desktop\fbone.avi")
converttoyv12 ()
TComb()
AMVDeint(mode=1)
awarpsharp
Crop(8,0,-8,-0)
Spline36Resize(640,480)
Code: Select all
AVISource("C:\Users\Zackary Murdoch\Desktop\fbone.avi")
converttoyv12()
amvdeint(mode=2)
dfttest()
checkmate()
toon()
Crop(8,0,-8,-0)
Spline36Resize(640,480)
assumeframebased()
Blendbob(badframes=0)
Unblend()
It's a zooming out sequence.AaronAMV wrote:It looks like someone masked the girl out, then did a zoom on her LOL
Oh. I can see how it could look like that thenCode wrote:It's a zooming out sequence.AaronAMV wrote:It looks like someone masked the girl out, then did a zoom on her LOL
Code: Select all
TFM(d2v="K:\source\d2vs\furuba01.d2v")
TDecimate(mode=1)
Ok, that would explain a lot. Thanks, the problem was solved quickly once I swiched back to d2v's.Scintilla wrote:Is there any way you could use the DVD footage straight? Because I'm looking at that exact scene now, and it IVTCs perfectly with the lines:What are the properties of the AVI file you're feeding it (framerate, interlacing)? If it's 29.97 interlaced, then you should be IVTCing, not deinterlacing; try AMVIVTC() by Zarxrax.Code: Select all
TFM(d2v="K:\source\d2vs\furuba01.d2v") TDecimate(mode=1)
And even if you do want deinterlacing instead of IVTC, why are BlendBob and UnBlend in there when you already have AMVDeint() doing the deinterlacing?