TempGaussMC
From Avisynth
| Abstract | |
|---|---|
| Author | Didée |
| Version | beta1 |
| Download | TempGaussMC_beta1.rar TempGaussMC_beta1mod.avsi |
| Category | Deinterlacers |
| Requirements | |
| License | |
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")
Contents |
[edit] 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.
[edit] Required Plugins
- MVTools
- RemoveGrain + Repair
- MaskTools v2
- NNEDI / EEDI2 / Yadif , depending on which EdiMode you want to use
[edit] Modification
TempGaussMC_beta1mod.avsi can use the multithreaded branch of MVtools, by declaring parameter MT=true, or MVTools2 with MT=false (default).

