Frfun3b

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(frfun3b)
 
m (Description)
Line 11: Line 11:
 
<br>
 
<br>
 
== Description ==
 
== Description ==
:frfun3b is a spatial fractal denoising plugin.
+
:frfun3b is a spatial fractal denoising plugin. For a quality optimized frfun3b see [[frfun3d]].
 
<br>
 
<br>
 +
 
== Requirements ==
 
== Requirements ==
 
:- AviSynth 2.5.8 or later
 
:- AviSynth 2.5.8 or later

Revision as of 03:41, 3 April 2014

Abstract
Author Prunedtree
Version 3b_rev3
Download frfun3b_rev3.zip
Category Spatial Denoisers
Requirements
License Closed source
Discussion


Contents

Description

frfun3b is a spatial fractal denoising plugin. For a quality optimized frfun3b see frfun3d.


Requirements

- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12


Syntax and Parameters

frfun3b (clip, float "T", float "Tuv", int "S")


float  T = 10.0
Luma threshold.
0 disables processing.


float  Tuv = 2.0
Chroma threshold.
0 disables processing.


int  S = 3
Subsampling.
More subsampling equals less processing which is faster, but also less precise! It's a "speed -vs- quality" trade off.
Do not set to 0, plugin will crash.


Examples

frfun3b with default settings:

AviSource("Blah.avi")
frfun3b(T=10.0, Tuv=2.0, S=3)


Changelog

Version         Date            Changes
3b_rev3 2006/04/19 - float thresholds and separate chroma parameter. 3 2006/04/15 - Initial release


Links





Back to External Filters

Personal tools