View Single Post
Old 22nd February 2017, 23:46   #990  |  Link
videoFred
Registered User
 
videoFred's Avatar
 
Join Date: Dec 2004
Location: Terneuzen, Zeeland, the Netherlands, Europe, Earth, Milky Way,Universe
Posts: 689
Quote:
Originally Posted by johnmeyer View Post
Fred,

Can you be specific about which AVISynth Plus build I should try? I'd really like to try that out.
I'm using the 34 bits build that comes with Groucho's exellent 7 versions installer. I can highly recommend this installer and also Avs Meter, these are both great tools.

Quote:
Also, have you posted the code where you use MDepan from MVTools2 to created the stabilization? I must have missed that.

No, I have not posted it yet. But I do it now:

Code:
vectors= yourclip.MSuper().MAnalyse(isb=false)
mdata= MDepan(yourclip,vectors,rot=false, zoom=false)
stabilized=yourclip.DePanStabilize(data=mdata,cutoff=0.5, dxmax=60,dymax=60,zoommax=0,rotmax=0,method=0,info=true)
Dxmax and dymax can be set according to your source and what you want. If you get false scene detections (base!) , it can help to increase these values.

Fred.
__________________
About 8mm film:
http://www.super-8.be
Film Transfer Tutorial and example clips:
https://www.youtube.com/watch?v=W4QBsWXKuV8
More Example clips:
http://www.vimeo.com/user678523/videos/sort:newest
videoFred is offline   Reply With Quote