VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Hi!

    I try to stabilize a DVD, deshaker in virtualdub doesn't solve the problem and I tried DePanStabilize
    in avisynth but the same problem, would appreciate if anybody can help, thank you!
    Image Attached Files
    Quote Quote  
  2. This helps but not only is the frame bouncing there is a rolling shutter distortion. The film was sometimes moving while it was being digitized so it's distorted as well as displaced.

    Code:
    maxstabH=10
    maxstabV=30
    
    vectors = MSuper().MAnalyse(isb = false)
    mdata = MDepan(vectors, pixaspect=1.0, thSCD1=400)
    DePanStabilize(last,data=mdata,dxmax=maxstabH,dymax=maxstabV,rotmax=3.0,method=1,mirror=15,cutoff=0.2,damping=3.0,prev=10,next=10,blur=0)
    Quote Quote  
  3. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Originally Posted by jagabo View Post
    This helps but not only is the frame bouncing there is a rolling shutter distortion. The film was sometimes moving while it was being digitized so it's distorted as well as displaced.

    Code:
    maxstabH=10
    maxstabV=30
    
    vectors = MSuper().MAnalyse(isb = false)
    mdata = MDepan(vectors, pixaspect=1.0, thSCD1=400)
    DePanStabilize(last,data=mdata,dxmax=maxstabH,dymax=maxstabV,rotmax=3.0,method=1,mirror=15,cutoff=0.2,damping=3.0,prev=10,next=10,blur=0)
    Thank you very much!jagabo
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!