Frfun3d
From Avisynth wiki
(Difference between revisions)
m (category) |
m (space) |
||
Line 7: | Line 7: | ||
| Closed source | | Closed source | ||
|6=[http://forum.doom9.org/showthread.php?p=862358#post862358 Doom9 Thread]}} | |6=[http://forum.doom9.org/showthread.php?p=862358#post862358 Doom9 Thread]}} | ||
− | + | ||
== Description == | == Description == | ||
frfun3d is a spatial fractal denoising plugin. This version is a quality optimized [[frfun3b]].<br> | frfun3d is a spatial fractal denoising plugin. This version is a quality optimized [[frfun3b]].<br> |
Revision as of 21:34, 5 March 2016
Abstract | |
---|---|
Author | Prunedtree |
Version | r1 |
Download | frfun3d_r1.zip |
Category | Spatial Denoisers |
License | Closed source |
Discussion | Doom9 Thread |
Contents |
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 ←