Depansafe

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(depansafe: add documentation)
 
m (Syntax and Parameters)
 
Line 44: Line 44:
 
:::<code>info</code> parameter allows to type global motion info for debug.  
 
:::<code>info</code> parameter allows to type global motion info for debug.  
 
<br>
 
<br>
::{{Par2|log|string|}}
+
::{{Par2|log|string|""}}
 
:::<code>log</code> parameter allows to set log file name in DeShaker, Depan format.
 
:::<code>log</code> parameter allows to set log file name in DeShaker, Depan format.
 
<br>
 
<br>
 +
 
== Examples ==
 
== Examples ==
 
depansafe with default settings:
 
depansafe with default settings:

Latest revision as of 23:09, 5 May 2020

Abstract
Author Tophf
Version 2014/11/01
Download depansafe.avsi
Category Stabilizers
License
Discussion

Contents

[edit] Description

Another stabilization script. Uses DePan and MDepan.

[edit] Requirements

[edit] Required Plugins

Latest versions of the following filters are recommended unless stated otherwise.


[edit] Syntax and Parameters

depansafe ( clip c, float "dxmax", float "dymax", float "error", clip "prefilter", bool "info", string "log" )


clip  c =
Input clip.


float  dxmax = 1.5
float  dymax = 1.5
Limit of x and y shift.


float  error = 4.0
error is the maximum mean motion difference.


clip  prefilter = c.removegrain(4,4)
Optional prefiltered clip to use in motion analysis.


bool  info = false
info parameter allows to type global motion info for debug.


string  log = ""
log parameter allows to set log file name in DeShaker, Depan format.


[edit] Examples

depansafe with default settings:

AviSource("Blah.avi")
depansafe()


[edit] External Links




Back to External Filters

Personal tools