Frfun3b

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Description)
m (minor formatting)
Line 1: Line 1:
{{FilterCat|External_filters|Denoisers|Spatial Denoisers}}
+
{{FilterCat4|External_filters|Plugins|Denoisers|Spatial Denoisers}}
{{Filter
+
{{Filter3
 
| Prunedtree
 
| Prunedtree
 
| 3b_rev3
 
| 3b_rev3
 
| [http://web.archive.org/web/20080905123941/http://soulhunter.chronocrossdev.com/data/frfun3b_rev3.zip frfun3b_rev3.zip]
 
| [http://web.archive.org/web/20080905123941/http://soulhunter.chronocrossdev.com/data/frfun3b_rev3.zip frfun3b_rev3.zip]
 
| Spatial Denoisers
 
| Spatial Denoisers
|
 
* [[YV12]]
 
 
| Closed source
 
| Closed source
|}}
+
|6=[http://forum.doom9.org/showthread.php?t=110200 Doom9 Thread]}}
 
<br>
 
<br>
 
== Description ==
 
== Description ==
:frfun3b is a spatial fractal denoising plugin. For a quality optimized frfun3b see [[frfun3d]].
+
frfun3b is a spatial fractal denoising plugin. For a quality optimized frfun3b see [[frfun3d]].<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>
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
 
:{{Template:FuncDef| frfun3b (clip, ''float'' "T", ''float'' "Tuv", ''int'' "S")}}
 
:{{Template:FuncDef| frfun3b (clip, ''float'' "T", ''float'' "Tuv", ''int'' "S")}}
 +
<br>
 +
::{{Par2| |clip| }}
 +
:::Input clip
 
<br>
 
<br>
 
::{{Par2|T|float|10.0}}
 
::{{Par2|T|float|10.0}}
Line 45: Line 45:
 
  3              2006/04/15      - Initial release
 
  3              2006/04/15      - Initial release
 
<br>
 
<br>
== Links ==
+
==External Links ==
 
*[http://forum.doom9.org/showthread.php?p=813251#post813251 Doom9 Forum] - frfun3 discussion.<br>
 
*[http://forum.doom9.org/showthread.php?p=813251#post813251 Doom9 Forum] - frfun3 discussion.<br>
 
*[http://forum.doom9.org/showthread.php?t=110200 Doom9 Forum] - frfun3_rev3 discussion.<br>
 
*[http://forum.doom9.org/showthread.php?t=110200 Doom9 Forum] - frfun3_rev3 discussion.<br>
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[External_filters#Spatial_Denoisers|External Filters]] &larr;'''
 
'''Back to [[External_filters#Spatial_Denoisers|External Filters]] &larr;'''

Revision as of 07:31, 20 September 2014

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


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")


clip   =
Input clip


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


External Links




Back to External Filters

Personal tools