SmoothAdjust [v1.16 - Update 2010/06/14] - Doom9's Forum
- レベル補正関数 SmoothLevels のプラグイン版。
- SmoothLevels 以外に SmoothTweak() と SmoothCurve() が追加されている。
- マルチスレッド対応(最大 8 スレッド)。
- 動作に必要な条件
- Avisynth 2.5.x
- YV12
- MOD4 (画像の高さと幅が 4 の倍数)
- 作者: LaTo
変更点
http://forum.doom9.org/showthread.php?p=1408370#post1408370 によると、Smode=3 と 4 がより強い平滑化関数に置き換えられました。
以下、引用です:
http://forum.doom9.org/showthread.php?p=1408370#post1408370
v1.16:
replaced Smode 3 & 4 with stronger smoothing function
changed minors things
Smode に関しては、以下のように説明されています:
http://forum.doom9.org/showthread.php?p=1408370#post1408370
In strength order: + 3 > 4 >>> 1 > 2 - In speed order: + 2 > 1 >>> 3 >>> 4 - In fact, Smode=2 is a lighter&faster version of Smode=1 and Smode=4 is a better version of Smode=3 (but much slower).
Smode=2 は Smode=1 のライト&高速版で、Smode=4 は Smode=3 の(低速だが)改良版とのことです。
関連リンク
- SmoothAdjust [v1.16 - Update 2010/06/14] - Doom9's Forum
- SmoothLevels [depreciated version, see SmoothAdjust] - Doom9's Forum

