TemporalDegrain2
Line 30: | Line 30: | ||
<br> | <br> | ||
== Changelog == | == Changelog == | ||
+ | May 15, 2018: v2.0<br> | ||
+ | - use the exeptional motion estimation from QTGMC<br> | ||
+ | - use MDegrainN for unbound temporal radius<br> | ||
+ | - automatic tuning of default parameters based on input size<br> | ||
+ | - add optional motion compensated post processing FFT filtering<br> | ||
+ | <br> | ||
+ | Oct 19, 2018: v2.0.1<br> | ||
+ | - rename function to TemporalDegrain2<br> | ||
+ | - expose TrueMotion parameter through meTM, and let it default to false<br> | ||
+ | <br> | ||
+ | Oct 22, 2018: v2.0.2<br> | ||
+ | - use power of 2 blocksizes for MAnalyse which have much better performance<br> | ||
+ | - check that Undot exists before calling it<br> | ||
+ | <br> | ||
+ | Oct 23, 2018: v2.0.3<br> | ||
+ | - use RemoveGrain(1) instead of Undot<br> | ||
+ | <br> | ||
+ | Oct 26, 2018: v2.1<br> | ||
+ | - tune motion estimation<br> | ||
+ | <br> | ||
+ | Oct 27, 2018: v2.1.1<br> | ||
+ | - allow for a controlled over-sharpen through extraSharp<br> | ||
+ | - correct parameter types<br> | ||
+ | <br> | ||
+ | Oct 30, 2018: v2.1.2<br> | ||
+ | - correct usage of KNLMeansCL<br> | ||
+ | - update comments<br> | ||
+ | <br> | ||
+ | Nov 03, 2018: v2.1.3<br> | ||
+ | - another try to fix KNLMeansCL<br> | ||
+ | - expose KNLMeansCL device id through knlDevId<br> | ||
+ | <br> | ||
+ | Nov 19, 2018: v2.1.4<br> | ||
+ | - minor updates to code comments<br> |
Revision as of 12:34, 23 December 2018
Abstract | |
---|---|
Author | Didée, Sagekilla, Vit, real.finder, ErazorTT |
Version | 2.14 |
Download | TemporalDegrain-v2.1.4.avsi |
Category | Denoisers |
License | |
Discussion |
Contents |
Description
more to come
Requirements
- AviSynth 2.6.0
- Progressive input only
- Supported color formats: YV12
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