GradFun2db

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(add x64 version)
m (Add another issue)
 
Line 24: Line 24:
 
== Known Issues ==
 
== Known Issues ==
 
*The outer 16 pixels on all borders are left unprocessed. [https://forum.doom9.org/showthread.php?p=806341#post806341]
 
*The outer 16 pixels on all borders are left unprocessed. [https://forum.doom9.org/showthread.php?p=806341#post806341]
 +
* Garbage output with '''thr''' <=1.0 (1.001 is fine)
 
<br>
 
<br>
  

Latest revision as of 05:47, 5 January 2022

Abstract
Author prunedtree
Version v1.0
Download

[x86]: gradfun2db-v1.0.zip


[x64]: gradfun2db_3-29-2010.rar

Category Debanding
License GPLv2
Discussion Doom9 Thread

Contents

[edit] Description

A simple and fast debanding filter. See Wikipedia: Color Banding

[edit] Requirements


[edit] Known Issues

  • The outer 16 pixels on all borders are left unprocessed. [1]
  • Garbage output with thr <=1.0 (1.001 is fine)


[edit] Syntax and Parameters

gradfun2db (clip, float "thr")


clip   =
Input clip.


float  thr = 1.2
Threshold representing the strength of the filter; default value is 1.2.


[edit] Examples

GradFun2db with default settings:

AviSource("blah.avi")
gradfun2db(thr=1.2)


[edit] Changelog

Version      Date            Changes
v1.0 03/15/2006 - Inital release


[edit] Archived Downloads

Version Download Mirror Mirror 2
v1.0

[x86]: gradfun2db-v1.0.zip


[x64]: gradfun2db_3-29-2010.rar

[x86]: gradfun2db-v1.0.zip


[x64]: gradfun2db_3-29-2010.rar

[x86]: gradfun2db.zip
  • x64 version compiled by Joshy D.


[edit] External Links




Back to External Filters

Personal tools