CelBackground

From Avisynth wiki
Jump to: navigation, search
Abstract
Author mg262
Version 23Sep05B
Download celbackground_20050923.zip
Category Stabilizers
License Closed source
Discussion Doom9 Thread

Contents

Description

CelBackground is a plugin containing various stabilization functions mainly used in CelStabilize.

Requirements

  • AviSynth 2.5.8 or greater
  • Supported color formats: YV12


Filters

CelBackground_23Sep05B.dll

There follows a list of all function names together with CPP style argument specifiers that inform
Avisynth the argument types and optional names. Optional arguments have square brackets surrounding
their name as in [name] and are followed by a type specifier character that gives the type.
Unnamed arguments are not optional. eg "cc[arg1]b[arg2]i" would be two compulsory unnamed clip args,
followed by optional 'arg1' of type bool and optional 'arg2' of type int.

# Argument type specifier strings.
 c - Video Clip
 i - Integer number
 f - Float number
 s - String
 b - boolean
 . - Any type (dot)
# Array Specifiers
 i* - Integer Array, zero or more
 i+ - Integer Array, one or more
 .* - Any type Array, zero or more
 .+ - Any type Array, one or more
#    Etc
###################################


AbsoluteMotion                 "c"
AccumulateMotion               "cc"
Add                            "cc"
ApplyUnmaskedBilinearTranslate "ccc"
ApplyUnmaskedPowerTranslate    "ccc"
BreakOn                        "c"
CapAbsoluteMetric              "ci"
CapScaledSqrtMetric            "cif"
CapSquareMetric                "ci"
Complement                     "c"
ConstantMotion                 "cff"
Expand                         "cii"
FindFrameShift                 "cc"
FindIntegerPan                 "cc"
FramesFromScene                "cci"
If                             "ccc"
MatchIntegerPan                "ccc"
MatchSimple                    "cc"
MatchUnmasked                  "cc"
Meld                           "cc"
MotionBelow                    "cff"
PanToPositiveTranslate         "cc"
PanToTranslate                 "cc"
Paper                          "c[luma]i"
ScaleMotion                    "cf"
SceneAverageInternalMatch      "cc"
SelectAll                      "c"
SelectCompletelySelectedScenes "cc"
SelectConfidenceAbove          "ccf"
SelectFirstOfRun               "c"
SelectFirstOfScene             "cc"
SelectMatchAbove               "ccf"
TemporalUnmaskedFindPan        "ccci"
ThresholdMetric                "ci"
UnmaskedRefinePan              "ccc"
WriteMatch                     "c[filename]s"
WriteMetric                    "c[filename]s"
WriteMotion                    "c[filename]s"
WriteMotionMatch               "cc[filename]s"
WriteScene                     "c[filename]s"
WriteSelect                    "c[filename]s"


External Links




Back to External Filters

Personal tools