RemoveBlend
From Avisynth wiki
(Difference between revisions)
(RemoveBlend) |
|||
Line 2: | Line 2: | ||
{{Filter3 | {{Filter3 | ||
|{{Author/violao}} | |{{Author/violao}} | ||
− | | | + | |v0.3 |
|[http://web.archive.org/web/20061113201230/http://bossanovaguitar.com/video/removeblend-0.3.zip removeblend-0.3.zip] | |[http://web.archive.org/web/20061113201230/http://bossanovaguitar.com/video/removeblend-0.3.zip removeblend-0.3.zip] | ||
|Deblenders | |Deblenders |
Latest revision as of 19:44, 28 July 2015
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
[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.
- 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
[edit] Examples
[edit] Archived Downloads
Version | Download | Mirror |
---|---|---|
v0.3 | removeblend-0.3.zip |
[edit] Changelog
[edit] External Links
- Google Code - source code repository
Back to External Filters ←