GradFun2db

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(GradFun2db)
 
m (minor reformatting, category)
Line 1: Line 1:
{{FilterCat|External_filters|Restoration_filters|Debanding}}
+
{{FilterCat4|External_filters|Plugins|Restoration_filters|Debanding}}
[[Category:Plugins]]
+
 
{{Filter3
 
{{Filter3
 
| prunedtree
 
| prunedtree
Line 11: Line 10:
 
<br>
 
<br>
 
== Description ==
 
== Description ==
:A simple and fast debanding filter. See Wikipedia: [http://en.wikipedia.org/wiki/Color_banding Color Banding]
+
A simple and fast debanding filter. See Wikipedia: [http://en.wikipedia.org/wiki/Color_banding Color Banding]<br>
 
<br>
 
<br>
  
 
== Requirements ==
 
== Requirements ==
:- AviSynth 2.5.8 or later
+
* AviSynth 2.5.8 or later
:- [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only  
+
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only  
:- Supported color formats: [[YV12]]
+
* Supported color formats: [[YV12]]
 
<br>
 
<br>
  
Line 56: Line 55:
 
== External Links ==
 
== External Links ==
 
*[http://forum.doom9.org/showthread.php?t=108681 Doom9 Forum] - GradFun2db discussion.  
 
*[http://forum.doom9.org/showthread.php?t=108681 Doom9 Forum] - GradFun2db discussion.  
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[External_filters#Debanding|External Filters]] &larr;'''
 
'''Back to [[External_filters#Debanding|External Filters]] &larr;'''

Revision as of 17:33, 20 September 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


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