RemoveBlend
From Avisynth wiki
		
		
		
| Abstract | |
|---|---|
| Author | violao | 
| Version | v0.3 | 
| Download | removeblend-0.3.zip | 
| Category | Deblenders | 
| License | GPLv2 | 
| Discussion | Dooum9 Thread, Continued | 
| Contents | 
Description
This filter is used to remove blended fields/frames. See homepage or archived documentation 
Requirements
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.
 
 
- clip    =   
- int  threshold = 5 
 
 
- int  threshold = 5 
- float  dthresh = 0.03 
 
 
- float  dthresh = 0.03 
- int  pixels = 50 
 
 
- int  pixels = 50 
- bool  info = false 
 
 
- bool  info = false 
- bool  interlaced = false 
 
 
- bool  interlaced = false 
- bool  tff = true 
 
 
- 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
 
 
- Relates to the algorithm used to find best estimator for coefficients A and B
 
- int  mode = 0 
- bool  show = false 
 
 
- bool  show = false 
- float  cthresh = 0.05 
 
 
- float  cthresh = 0.05 
- float  bthresh = 1.1 
 
 
- float  bthresh = 1.1 
- float  othresh = 0.8 
 
 
- float  othresh = 0.8 
- bool  decomb = true 
 
 
- bool  decomb = true 
- int  pt = 16 
 
 
- int  pt = 16 
Examples
Archived Downloads
| Version | Download | Mirror | 
|---|---|---|
| v0.3 | removeblend-0.3.zip | 
Changelog
External Links
- Google Code - source code repository
Back to External Filters ←
