View Single Post
Old 19th August 2008, 22:21   #2  |  Link
4evrplan
Registered User
 
Join Date: Feb 2008
Posts: 46
I just tried the MVDepan/DepanStabilize combo. with no luck. I tried analysing a version of the clip with the garbage cropped off of the bottom as well and applying the stabilize to the original, but that worked no better. Here's my script.

AVISource("Recital.avi")
source=last.AssumeTFF()
cropped=source.Crop(0,0,0,-136)
source=source.SeparateFields()
cropped=cropped.SeparateFields()
vectors=cropped.MVAnalyse(isb=false)
globalmotion=cropped.MVDepan(vectors,pixaspect=0.911,thSCD1=400)
DepanStabilize(source,data=globalmotion,cutoff=2.0,mirror=15,pixaspect=0.911)
Weave()

Does MVTools concentrate on horizontal panning, with less aggressive vertical compensation? If so, perhaps I'd have better luck rotating the clip 90 degrees, compensating, and rotating back. I don't really understand the different color formats though, except for RGB. Since my clip is in YV12, will rotating mess up the color format?
4evrplan is offline   Reply With Quote