VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Normally I do this:

    Code:
    mdata = DePanEstimate(dxmax=0)  DePanStabilize(last, data=mdata, initzoom=1.05, dxmax=0, dymax=4)
    However only part of my video has screen shake so I only want the screen shake fix applied to that part of the video. I tried the following methods but I get an error message. Trim says "I don't know what "mdata" means". ReplaceFramesSimple says syntax error.

    Code:
    filtered=mdata = DePanEstimate(dxmax=0) DePanStabilize(last, data=mdata, initzoom=1.05, dxmax=0, dymax=4) ReplaceFramesSimple(last,filtered,Mappings="[0 14001]")
    
    trim(0, 14001). mdata = DePanEstimate(dxmax=0) DePanStabilize(last, data=mdata, initzoom=1.05, dxmax=0, dymax=4) ++trim(14002, 76123)
    Quote Quote  
  2. This is where you habit of putting multiple functions on a single line is screwing you.

    Code:
    mdata=DePanEstimate(dxmax=0)
    filtered=DePanStabilize(last, data=mdata, initzoom=1.05, dxmax=0, dymax=4)
    ReplaceFramesSimple(last,filtered,Mappings="[0 14001]")
    And why use such a big zoom if you're limiting d_max to 4?
    Last edited by jagabo; 23rd Apr 2013 at 07:53.
    Quote Quote  



Similar Threads

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