Frfun3d: 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 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> | ||
<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 37: | Line 37: | ||
<br> | <br> | ||
== Changelog == | == Changelog == | ||
Version | Version Date Changes<br> | ||
r1 | r1 2006/08/12 - Initial release | ||
<br> | |||
== Archived Downloads == | |||
{| class="wikitable" border="1"; width="600px" | |||
|- | |||
!!width="100px"| Version | |||
!!width="150px"| Download | |||
!!width="150px"| Mirror | |||
|- | |||
!r1 | |||
|[http://dl.dropboxusercontent.com/s/xqxfy59pcv3ea1q/frfun3d_r1.zip frfun3d_r1.zip] | |||
|[https://web.archive.org/web/20200625081104if_/https://files.videohelp.com/u/223002/frfun3d_r1.zip frfun3d_r1.zip] | |||
|} | |||
<br> | <br> | ||
==External Links == | ==External Links == | ||
Latest revision as of 10:12, 25 June 2020
| Abstract | |
|---|---|
| Author | Prunedtree |
| Version | r1 |
| Download | frfun3d_r1.zip |
| Category | Spatial Denoisers |
| License | Closed source |
| Discussion | Doom9 Thread |
Description
frfun3d is a spatial fractal denoising plugin. This version is a quality optimized frfun3b.
Requirements
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- Progressive input only
- Supported color formats: YV12
- 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
Archived Downloads
| Version | Download | Mirror |
|---|---|---|
| r1 | frfun3d_r1.zip | frfun3d_r1.zip |
External Links
- Doom9 Forum - frfun3d discussion.
Back to External Filters ←