View Single Post
Old 14th December 2018, 06:04   #10  |  Link
johnmeyer
Registered User
 
Join Date: Feb 2002
Location: California
Posts: 2,695
Quote:
Originally Posted by abolibibelot View Post
Here is my current command :
Code:
mdata=DePanEstimate(range=20,trust=4.0,stab=1.00,dxmax=-1,dymax=-1,pixaspect=1)
DePanStabilize(data=mdata,cutoff=1.0,damping=1,initzoom=1.025,dxmax=8,dymax=8,method=1,mirror=15,prev=0,next=0,blur=30,info=false)
Is there any way I could improve over this ?
I can't provide detailed answers to your questions about what each parameter does, but I can provide you with the settings I use in my film restoration script. If I use small values (<8) for dxmax and dymax for removing just gate weave (i.e., small quick jumps, somewhat similar to your situation), it works really well.

Code:
mdata=DePanEstimate(stab_reference,trust=1.0,dxmax=maxstabH,dymax=maxstabV)
stab=DePanStabilize(cropped_source,data=mdata,cutoff=0.5,dxmax=maxstabH,dymax=maxstabV,method=1,mirror=15)
Quote:
Originally Posted by abolibibelot View Post
And so, was it worth it, compared with the included stabilizer, if it included such a feature at the time ? Perhaps there was none back then ?
I created those Vegas Deshaker automation scripts prior to Sony adding Mercalli. However, even after they did, many users continued to use them because, with certain videos, Deshaker can still outperform other stabilization methods.
johnmeyer is offline   Reply With Quote