GradFun2db

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (archived link)
m (correct link)
Line 3: Line 3:
 
| prunedtree
 
| prunedtree
 
| v1.0
 
| v1.0
|[http://web.archive.org/web/20140420180927/http://bengal.missouri.edu/~kes25c/ColorMatrixv25.zip gradfun2db-v1.0.zip]  
+
|[http://manao4.free.fr/gradfun2db-v1.0.zip gradfun2db-v1.0.zip]  
 
| Debanding  
 
| Debanding  
 
| [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
 
| [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]

Revision as of 00:25, 28 May 2017

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.


float  thr = 1.2
Threshold representing the strength of the filter; default value is 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




Back to External Filters

Personal tools