TempGaussMC
(update lots of links and formatting) |
(→History: reformat) |
||
Line 24: | Line 24: | ||
==History== | ==History== | ||
===Official=== | ===Official=== | ||
− | *2008 | + | *17 May 2008 - TempGaussMC initial public release? |
− | *2008 | + | *27 May 2008 - [http://forum.doom9.org/showpost.php?p=1138514&postcount=13 TempGaussMC_alpha3] | prior changes: [http://forum.doom9.org/showpost.php?p=1139727&postcount=26 2008-05-20] - [http://forum.doom9.org/showpost.php?p=1140897&postcount=36 2008-05-23] - [http://forum.doom9.org/showpost.php?p=1141323&postcount=43 2008-05-24] |
− | *2008 | + | *01 July 2008 - [http://forum.doom9.org/showpost.php?p=1154269&postcount=106 TempGaussMC_beta1] | updates: [http://forum.doom9.org/showpost.php?p=1158000&postcount=129 2008-07-11] - [http://forum.doom9.org/showpost.php?p=1175204&postcount=167&highlight=updated+script 2008-08-26] |
− | + | *28 Feb 2010 - [http://forum.doom9.org/showpost.php?p=1378526&postcount=338 TempGaussMC_beta2] | |
− | *2010 | + | |
===Modifications=== | ===Modifications=== | ||
− | *[http://forum.doom9.org/showpost.php?p=1159284&postcount=150 TempGaussMC_beta1_yuy2] - | + | *15 Jul 2008 - [http://forum.doom9.org/showpost.php?p=1159284&postcount=150 TempGaussMC_beta1_yuy2] - YUY2 support |
− | *[[Media:TempGaussMC_beta1mod.avsi| TempGaussMC_beta1mod.avsi]] - [http://web.archive.org/web/20100122235237/http://avisynth.org/mediawiki/index.php?title=TempGaussMC&action=history | + | *05 Jan 2009 - [[Media:TempGaussMC_beta1mod.avsi| TempGaussMC_beta1mod.avsi]] - mod for MVTools 1.9.7.7 & 2.x by [http://web.archive.org/web/20100122235237/http://avisynth.org/mediawiki/index.php?title=TempGaussMC&action=history thetoof] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | *[http://forum.doom9.org/ | + | *01 Nov 2009 - [http://forum.doom9.org/showpost.php?p=1339864&postcount=10 TempGaussMC_beta1u] - Modded to use MVTools2 and added "nnedi2" as an interpolater option. |
− | *[http://forum.doom9.org/showpost.php?p= | + | *03 Nov 2009 - [http://forum.doom9.org/showpost.php?p=1340412&postcount=15 TempGaussMC_beta1u2] - fixed chroma shifting, added a parameter to change rfilter method's. Previously & permanently set to mvtools2's default [2] |
− | *[http://forum.doom9.org/ | + | *24 Nov 2009 - [http://forum.doom9.org/showthread.php?p=1346887#post1346887 TempGaussMC_beta1mod2] - MT version that incorporates EEDI3 and it's enabled by default |
− | * | + | *16 May 2010 - [http://forum.doom9.org/showpost.php?p=1400371&postcount=438 TempGaussMC_beta2u] - includes "nnedi3" as an interpolator option, added nnedi3's "nns" parameter |
+ | *08 June 2010 - [http://forum.doom9.org/showpost.php?p=1406609&postcount=464 TempGaussMC_beta2z] - includes changes from beta1mod, beta1u2, and beta2u | ||
+ | ===Continued development=== | ||
+ | *[[QTGMC]] - (Q-TempGaussMC) builds on the work done by TempGaussMC_beta2 and is considered by many to be its successor. | ||
==External Links== | ==External Links== |
Revision as of 18:10, 27 December 2014
Abstract | |
---|---|
Author | Didée |
Version | beta1 |
Download | TempGaussMC_beta1.rar TempGaussMC_beta1mod.avsi |
Category | Deinterlacers |
Requirements | |
License | |
Discussion |
Contents |
Description
Motion-compensated bob deinterlacer, based on temporal Gaussian blurring. Reduces noise/grain of the source and does NOT leave the original fields unchanged. Output is rich with details and very stable. It is SLOW.
Requirements
Required Plugins
- MVTools
- RemoveGrain + Repair
- MaskTools2
- NNEDI / NNEDI2 / EEDI2 / Yadif, depending on which EdiMode you want to use
Syntax and Parameters
TempGaussMC_beta1mod (clip clp, int "tr0", int "tr1", int "tr2", int "rep0", int "rep1", int "rep2", string "EdiMode", int "EEDI2maxd", float "sharpness", int "Smode", int "SLmode", int "SLrad", float "Sbb", float "SVthin", int "Sovs", int "blocksize", int "overlap", bool "truemotion", bool "globalmtn", int "search", int "searchparam", int "pelsearch", int "sharp", int "lambda", int "DCT", int "pnew", int "plevel", int "lsad", int "SCth1", int "SCth2", int "thSAD1", int "thSAD2", float "pel2hr", bool "border", int "draft")
History
Official
- 17 May 2008 - TempGaussMC initial public release?
- 27 May 2008 - TempGaussMC_alpha3 | prior changes: 2008-05-20 - 2008-05-23 - 2008-05-24
- 01 July 2008 - TempGaussMC_beta1 | updates: 2008-07-11 - 2008-08-26
- 28 Feb 2010 - TempGaussMC_beta2
Modifications
- 15 Jul 2008 - TempGaussMC_beta1_yuy2 - YUY2 support
- 05 Jan 2009 - TempGaussMC_beta1mod.avsi - mod for MVTools 1.9.7.7 & 2.x by thetoof
- 01 Nov 2009 - TempGaussMC_beta1u - Modded to use MVTools2 and added "nnedi2" as an interpolater option.
- 03 Nov 2009 - TempGaussMC_beta1u2 - fixed chroma shifting, added a parameter to change rfilter method's. Previously & permanently set to mvtools2's default [2]
- 24 Nov 2009 - TempGaussMC_beta1mod2 - MT version that incorporates EEDI3 and it's enabled by default
- 16 May 2010 - TempGaussMC_beta2u - includes "nnedi3" as an interpolator option, added nnedi3's "nns" parameter
- 08 June 2010 - TempGaussMC_beta2z - includes changes from beta1mod, beta1u2, and beta2u
Continued development
- QTGMC - (Q-TempGaussMC) builds on the work done by TempGaussMC_beta2 and is considered by many to be its successor.