TemporalDegrain_ChromaMod - Doom9’s Forum
- TemporalDegrain v1.23 の修正版。
- chroma=false の場合に TemporalDegrain() における色差の処理すべてを無効化し、グレースケールのソースに対して速度面での大幅な向上を提供する。
- オリジナル版とのシンタックスの違いは、chroma パラメータ、SMTM パラメータ、flatsigma パラメータのみ。
- SMTM パラメータと flatsigma パラメータは、v1.1 で追加。
- onesloth 氏作。
- オリジナル版の TemporalDegrain の作者は Didée 氏と Sagekilla 氏。
変更点
- 最適化された SetMTMode() 設定の追加。
- SetMTMode が有効化されている時に、自動的に MT モードをベストの設定に変更する。
- SMTM パラメータはこれを有効にするのに必要ではないが、SetMTMode() の使用の有無を強制するために使用できる。
- flatsigma パラメータの追加。
- flatsigma > 0 の場合、FFT3D プリフィルタに flatsigma と同じ値の sigma パラメータのみを使用させる(sigma2 と sigma3 は使用しない)。
- 色差処理無効化(chroma=false)時の FFT3D の plane パラメータの切り替えを追加
以下、引用です:
# v1.1 (7/1/2009) +Added optimized SetMTMode() settings. When SetMTMode is enabled -- in the
# script that calls TemporalDegrain_ChromaMod -- TD_CM will change the MTmode
# automatically for best settings. The new SMTM parameter is not neccesary to
# enable this but can be used to force the use of SetMTMode() on or off.
# +Added flatsigma parameter. Makes FFT3D prefilter use only a single sigma
# parameter equal to flatsigma value if flatsigma > 0.
# +Added switching of FFT3D plane parameter when disabling chroma processing.
http://forum.doom9.org/showthread.php?p=1293699#post1293699
関連リンク
- Temporal Degrain - Avisynth
- AviSynth Wiki - TemporalDegrain
- TemporalDegrain_MT - Doom9’s Forum
- TemporalDegrain_ChromaMod - Doom9’s Forum

