Frfun3d

From Avisynth wiki
Revision as of 01:35, 30 March 2014 by Reel.Deal (talk | contribs) (frfun3d)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Abstract
Author Prunedtree
Version r1
Download frfun3d_r1.zip
Category Spatial Denoisers
Requirements
License Closed source
Discussion


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


frfun3d (clip, float "T", float "Tuv", int "S")


float  T = 10.0
Luma threshold; 0 disables processing.


float  Tuv = 2.0
Chroma threshold; 0 disables processing.


int  S =
Internally disabled.


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






Back to External Filters