Frfun3d
From Avisynth wiki
(Difference between revisions)
(frfun3d) |
m (minor formatting) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat4|External_filters|Plugins|Denoisers|Spatial Denoisers}} |
− | {{ | + | {{Filter3 |
| Prunedtree | | Prunedtree | ||
| r1 | | r1 | ||
| [http://dl.dropboxusercontent.com/s/xqxfy59pcv3ea1q/frfun3d_r1.zip frfun3d_r1.zip] | | [http://dl.dropboxusercontent.com/s/xqxfy59pcv3ea1q/frfun3d_r1.zip frfun3d_r1.zip] | ||
| Spatial Denoisers | | Spatial Denoisers | ||
− | |||
− | |||
| Closed source | | Closed source | ||
− | |}} | + | |6=[http://forum.doom9.org/showthread.php?p=862358#post862358 Doom9 Thread]}} |
<br> | <br> | ||
== Description == | == Description == | ||
− | + | frfun3d is a spatial fractal denoising plugin. This version is a quality optimized [[frfun3b]].<br> | |
<br> | <br> | ||
== Requirements == | == Requirements == | ||
− | + | * 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 | |
− | + | * Supported color formats: [[YV12]] | |
<br> | <br> | ||
== [[Script variables|Syntax and Parameters]] == | == [[Script variables|Syntax and Parameters]] == | ||
:{{Template:FuncDef| frfun3d (clip, ''float'' "T", ''float'' "Tuv", ''int'' "S")}} | :{{Template:FuncDef| frfun3d (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 39: | Line 40: | ||
r1 2006/08/12 - Initial release | r1 2006/08/12 - Initial release | ||
<br> | <br> | ||
− | == Links == | + | ==External Links == |
*[http://forum.doom9.org/showthread.php?p=862358#post862358 Doom9 Forum] - frfun3d discussion.<br> | *[http://forum.doom9.org/showthread.php?p=862358#post862358 Doom9 Forum] - frfun3d discussion.<br> | ||
− | |||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#Spatial_Denoisers|External Filters]] ←''' | '''Back to [[External_filters#Spatial_Denoisers|External Filters]] ←''' |
Revision as of 07:28, 20 September 2014
Abstract | |
---|---|
Author | Prunedtree |
Version | r1 |
Download | frfun3d_r1.zip |
Category | Spatial Denoisers |
License | Closed source |
Discussion | Doom9 Thread |
Contents[hide] |
Description
frfun3d is a spatial fractal denoising plugin. This version is a quality optimized frfun3b.
Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
Syntax and Parameters
- frfun3d (clip, float "T", float "Tuv", int "S")
- clip =
- Input clip.
- clip =
- float T = 10.0
- Luma threshold; 0 disables processing.
- float T = 10.0
- float Tuv = 2.0
- Chroma threshold; 0 disables processing.
- float Tuv = 2.0
- int S =
- Internally disabled.
- int S =
Examples
frfun3d with default settings:
AviSource("Blah.avi") frfun3d(T=10.0, Tuv=2.0)
Changelog
Version Date Changes
r1 2006/08/12 - Initial release
External Links
- Doom9 Forum - frfun3d discussion.
Back to External Filters ←