Frfun7

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(archived links)
m (Requirements)
Line 17: Line 17:
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
* AviSynth 2.5.8 or later
+
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.5.8 or greater]
 
* [[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]]
Line 23: Line 23:
 
*'''''frfun7 2013 only''''': [http://www.microsoft.com/en-us/download/details.aspx?id=8328 Microsoft Visual C++ 2010 Redistributable Package (<tt>vcredist_x86.exe</tt>)]
 
*'''''frfun7 2013 only''''': [http://www.microsoft.com/en-us/download/details.aspx?id=8328 Microsoft Visual C++ 2010 Redistributable Package (<tt>vcredist_x86.exe</tt>)]
 
<br>
 
<br>
 +
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
 
:{{Template:FuncDef| frfun7 (clip, ''float'' "lambda",''float'' "T", ''float'' "Tuv", ''int'' "P")}}
 
:{{Template:FuncDef| frfun7 (clip, ''float'' "lambda",''float'' "T", ''float'' "Tuv", ''int'' "P")}}

Revision as of 09:08, 25 June 2020

Abstract
Author Prunedtree
Version 2013 & rev6
Download frfun7 2013.zip

frfun7_rev6.zip

Category Spatial Denoisers
License Closed source
Discussion Doom9 Thread

Contents

Description

frfun7 is a spatial fractal denoising plugin.

Note: frfun7 2013 is the updated version, unfortunately the output is not completely identical to frfun7_rev6, for that reason both versions are available. Read description of the P parameter for more information.

Requirements



Syntax and Parameters

frfun7 (clip, float "lambda",float "T", float "Tuv", int "P")


clip   =
Input clip.


float  lambda = 1.1
Adjust the power of the local denoising.


float  T = 10.0
Limits the max luma denoising power for edges; 0 disables processing.


float  Tuv = 2.0
Limits the max chroma denoising power for edges; 0 disables processing.


int  P = 0
Undocumented parameter, only available in frfun7 2013. By testing, one can conclude it's a "speed -vs- quality" trade off setting.
  • 0 : faster but slightly lower quality than frfun7_rev6 (may create minor artifacts around line edges).
  • 1 : slower than frfun7_rev6 but the quality is a little bit better.


Examples

frfun7 with default settings:

AviSource("Blah.avi")
frfun7(lambda=1.1, T=6.0, Tuv=2.0, P=0)


Changelog

Version         Date            Changes
2013 2013/09/04 - no longer buffers the input; yields a nice speed increase. - "P" parameter added
rev6 2006/05/10 - bug fixes - remove mod8 restriction - process first and last frame
rev1 2006/05/05 - initial release


Archived Downloads

Version Download Mirror Mirror 2
2013 frfun7 2013.zip frfun7 2013.zip frfun7_2013.zip
rev6 frfun7_rev6.zip frfun7_rev6.zip frfun7_rev6.zip


External Links





Back to External Filters

Personal tools