Frfun3b
From Avisynth wiki
(Difference between revisions)
m (minor formatting) |
m (category) |
||
| Line 1: | Line 1: | ||
| − | {{FilterCat4|External_filters|Plugins|Denoisers| | + | {{FilterCat4|External_filters|Plugins|Denoisers|Spatial_denoisers}} |
{{Filter3 | {{Filter3 | ||
| Prunedtree | | Prunedtree | ||
Revision as of 23:03, 21 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
- clip =
- float T = 10.0
- Luma threshold.
- 0 disables processing.
- Luma threshold.
- float T = 10.0
- float Tuv = 2.0
- Chroma threshold.
- 0 disables processing.
- Chroma threshold.
- float Tuv = 2.0
- 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.
- Subsampling.
- int S = 3
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
- Doom9 Forum - frfun3 discussion.
- Doom9 Forum - frfun3_rev3 discussion.
Back to External Filters ←