VerticalCleaner
From Avisynth wiki
(Difference between revisions)
(Created page with "{{FilterCat|External_filters|Denoisers|Spatial Denoisers}} {{Filter | {{Author/kassandro}} | V0.1 | [VericalCleaner] | Spatial Denoisers | * YUY2 * YV12 | GPL |}} <br> == Intr...") |
m |
||
Line 3: | Line 3: | ||
| {{Author/kassandro}} | | {{Author/kassandro}} | ||
| V0.1 | | V0.1 | ||
− | | [VericalCleaner] | + | | [http://home.arcor.de/kassandro/prerelease/VerticalCleaner.rar VericalCleaner] |
| Spatial Denoisers | | Spatial Denoisers | ||
| | | |
Revision as of 02:53, 2 November 2013
Abstract | |
---|---|
Author | Kassandro |
Version | V0.1 |
Download | VericalCleaner |
Category | Spatial Denoisers |
Requirements |
|
License | GPL |
Discussion |
Contents |
Introduction
- A fast vertical median plugin.
Requirements
Parameters
- VerticalCleaner(clip "input", int "mode", bool "planar")
- mode int = 2
- Modes.
- mode int = 2
- planar bool = false
- Planar. Use SSETools.
- planar bool = false
Examples
AviSource("Blah.avi") VerticalCleaner()
Changelog
2006-02-05 : - Initial release
Links
- [] -