GradFun2db
From Avisynth wiki
(Difference between revisions)
m (known issues) |
m (→Known Issues) |
||
Line 19: | Line 19: | ||
<br> | <br> | ||
== Known Issues == | == Known Issues == | ||
− | *The outer 16 pixels | + | *The outer 16 pixels on all borders are left unprocessed. [http://forum.doom9.org/showthread.php?p=806341#post806341] |
<br> | <br> | ||
Revision as of 05:13, 22 December 2014
Abstract | |
---|---|
Author | prunedtree |
Version | v1.0 |
Download | gradfun2db-v1.0.zip |
Category | Debanding |
License | GPLv2 |
Discussion | Doom9 Thread |
Contents |
Description
A simple and fast debanding filter. See Wikipedia: Color Banding
Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
Known Issues
- The outer 16 pixels on all borders are left unprocessed. [1]
Syntax and Parameters
- gradfun2db (clip, float "thr")
- clip =
- Input clip.
- clip =
- float thr = 1.2
- Threshold representing the strength of the filter; default value is 1.2.
- float thr = 1.2
Examples
GradFun2db with default settings:
AviSource("blah.avi") gradfun2db(thr=1.2)
Changelog
Version Date Changes
v1.0 03/15/2006 - Inital release
Archived Downloads
Version | Download | Mirror | Mirror 2 |
---|---|---|---|
v1.0 | gradfun2db-v1.0.zip | gradfun2db-v1.0.zip | gradfun2db.zip |
External Links
- Doom9 Forum - GradFun2db discussion.
Back to External Filters ←