RemoveBlend

From Avisynth wiki
Jump to: navigation, search
Abstract
Author violao
Version v0.3
Download removeblend-0.3.zip
Category Deblenders
License GPLv2
Discussion Dooum9 Thread, Continued

Contents

[edit] Description

This filter is used to remove blended fields/frames. See homepage or archived documentation

[edit] Requirements

  • AviSynth 2.5.8 or greater
  • Supported color formats: YV12


[edit] Syntax and Parameters

removeblend (clip, int "threshold", float "dthresh", int "pixels", bool "info", bool "interlaced", bool "tff", int "mode", bool "show", float "cthresh", float "bthresh", float "othresh", bool "decomb", int "pt")


clip   =
Input clip.


int  threshold = 5


float  dthresh = 0.03


int  pixels = 50


bool  info = false


bool  interlaced = false


bool  tff = true


int  mode = 0
Relates to the algorithm used to find best estimator for coefficients A and B
  • 0 - naive - calculate medians for A and B coefficients separately - FAST
  • 1 - gift-wrap - calculate median for (A, B) coefficients using gift-wrap algorithm - SLOOOOOW
  • 2 - quickhull - calculate median for (A, B) coefficients using quickhull algorithm - SLOW


bool  show = false


float  cthresh = 0.05


float  bthresh = 1.1


float  othresh = 0.8


bool  decomb = true


int  pt = 16


[edit] Examples



[edit] Archived Downloads

Version Download Mirror
v0.3 removeblend-0.3.zip


[edit] Changelog


[edit] External Links




Back to External Filters

Personal tools