TemporalDegrain2
(→Requirements) |
|||
Line 14: | Line 14: | ||
* AviSynth 2.6.0 | * AviSynth 2.6.0 | ||
* [[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]], [[YV16]], [[YV24]], [http://avisynth.nl/index.php/Avisynthplus_color_formats YUV4xxPyy] with xx in {20,22,44} and yy in {8,10,12,14,16} |
====Required Plugins==== | ====Required Plugins==== | ||
Line 27: | Line 27: | ||
* [https://github.com/DJATOM/dfttest/releases dfttest] | * [https://github.com/DJATOM/dfttest/releases dfttest] | ||
* [https://github.com/Khanattila/KNLMeansCL/releases KNLMeansCL] | * [https://github.com/Khanattila/KNLMeansCL/releases KNLMeansCL] | ||
+ | * [[Hqdn3d]] | ||
<br> | <br> | ||
+ | |||
== Changelog == | == Changelog == | ||
May 15, 2018: v2.0<br> | May 15, 2018: v2.0<br> |
Revision as of 20:37, 2 January 2019
Abstract | |
---|---|
Author | Didée, Sagekilla, Vit, real.finder, ErazorTT |
Version | 2.2 |
Download | TemporalDegrain-v2.2.avsi |
Category | Denoisers |
License | |
Discussion |
Contents |
Description
http://forum.doom9.net/showthread.php?p=1854679
Requirements
- AviSynth 2.6.0
- Progressive input only
- Supported color formats: YV12, YV16, YV24, YUV4xxPyy with xx in {20,22,44} and yy in {8,10,12,14,16}
Required Plugins
Optional Plugins
Changelog
May 15, 2018: v2.0
- use the exeptional motion estimation from QTGMC
- use MDegrainN for unbound temporal radius
- automatic tuning of default parameters based on input size
- add optional motion compensated post processing FFT filtering
Oct 19, 2018: v2.0.1
- rename function to TemporalDegrain2
- expose TrueMotion parameter through meTM, and let it default to false
Oct 22, 2018: v2.0.2
- use power of 2 blocksizes for MAnalyse which have much better performance
- check that Undot exists before calling it
Oct 23, 2018: v2.0.3
- use RemoveGrain(1) instead of Undot
Oct 26, 2018: v2.1
- tune motion estimation
Oct 27, 2018: v2.1.1
- allow for a controlled over-sharpen through extraSharp
- correct parameter types
Oct 30, 2018: v2.1.2
- correct usage of KNLMeansCL
- update comments
Nov 03, 2018: v2.1.3
- another try to fix KNLMeansCL
- expose KNLMeansCL device id through knlDevId
Nov 19, 2018: v2.1.4
- minor updates to code comments
Dec 26, 2018: v2.1.5
- convert TV range to PC range in search clip, improving motion estimation
Dec 27, 2018: v2.1.6
- tweaked parameters for higher noise removal
Dec 27, 2018: v2.1.7
- settings depening on input noise level, flag must be set manually