Frfun3b: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m category |
add archived downloads section |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
| Prunedtree | | Prunedtree | ||
| 3b_rev3 | | 3b_rev3 | ||
| [http://web.archive.org/web/ | | [http://web.archive.org/web/20080905123941if_/http://soulhunter.chronocrossdev.com/data/frfun3b_rev3.zip frfun3b_rev3.zip] | ||
| Spatial Denoisers | | Spatial Denoisers | ||
| Closed source | | Closed source | ||
|6=[http://forum.doom9.org/showthread.php?t=110200 Doom9 Thread]}} | |6=[http://forum.doom9.org/showthread.php?t=110200 Doom9 Thread]}} | ||
== Description == | == Description == | ||
frfun3b is a spatial fractal denoising plugin. For a quality optimized frfun3b see [[frfun3d]].<br> | frfun3b is a spatial fractal denoising plugin. For a quality optimized frfun3b see [[frfun3d]].<br> | ||
<br> | <br> | ||
== Requirements == | == Requirements == | ||
* AviSynth 2.5.8 or | * [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.5.8 or greater] | ||
* [[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]] | ||
| Line 44: | Line 44: | ||
3b_rev3 2006/04/19 - float thresholds and separate chroma parameter. | 3b_rev3 2006/04/19 - float thresholds and separate chroma parameter. | ||
3 2006/04/15 - Initial release | 3 2006/04/15 - Initial release | ||
<br> | |||
== Archived Downloads == | |||
{| class="wikitable" border="1"; width="600px" | |||
|- | |||
!!width="100px"| Version | |||
!!width="150px"| Download | |||
!!width="150px"| Mirror | |||
|- | |||
!3b_rev3 | |||
|[https://web.archive.org/web/20080905123941if_/http://soulhunter.chronocrossdev.com/data/frfun3b_rev3.zip frfun3b_rev3.zip] | |||
|[https://web.archive.org/web/20200625081515if_/https://files.videohelp.com/u/223002/frfun3b_rev3.zip frfun3b_rev3.zip] | |||
|} | |||
<br> | <br> | ||
==External Links == | ==External Links == | ||
Latest revision as of 10:15, 25 June 2020
| Abstract | |
|---|---|
| Author | Prunedtree |
| Version | 3b_rev3 |
| Download | frfun3b_rev3.zip |
| Category | Spatial Denoisers |
| License | Closed source |
| Discussion | Doom9 Thread |
Description
frfun3b is a spatial fractal denoising plugin. For a quality optimized frfun3b see frfun3d.
Requirements
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- Progressive input only
- Supported color formats: YV12
- 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
Archived Downloads
| Version | Download | Mirror |
|---|---|---|
| 3b_rev3 | frfun3b_rev3.zip | frfun3b_rev3.zip |
External Links
- Doom9 Forum - frfun3 discussion.
- Doom9 Forum - frfun3_rev3 discussion.
Back to External Filters ←