niiyan/2005-07-23 のバックアップ差分(No.2)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
*** [[LTSMC関数:http://forum.doom9.org/showthread.php?p=690048#post690048]] by Didée [#w171cf3b]

-Didée氏作のノイズ除去+シャープ化関数。
--YV12のみ?
--[[MaskTools>マスク#MaskTools]]が必要?
-効果のほどは、[[こちら:http://forum.doom9.org/showthread.php?p=689870#post689870]]のサンプル画像を参照。
-現時点での問題点
>[[Doom9's Forum - denoiser comparison for analogue caps:http://forum.doom9.org/showthread.php?p=690048#post690048]]
>1) The current method of artefact protection indeed causes some unwanted softening on sharp sources (trying to find a better one)
>
>2) In its current form, it is close to unusable: Due to some, erhm, uneducated usage of MVTools, switching on LTSMC's stronger features will cause h.u.g.e. memory consumption. Read: without at least 1GB of RAM, don't even think of using it. 2GB would be recommended.

*** [[ColorLooks v1.2:http://forum.doom9.org/showthread.php?p=690153#post690153]] by Wilbert [#j1daafa0]

-Trevlac氏の[[Color Looks:http://www.trevlac.us/FilterDocs/]]とDonald Greaft氏の[[Colorize:http://neuron2.net/colorize.html]](ともにVirtualDubフィルタ)の移植版。
-現時点ではドキュメントがありません。一週間後くらいに追加される予定のようです。

-収録されているフィルタ([[Doom9's Forum - ColorLooks:http://forum.doom9.org/showthread.php?p=690153#post690153]]より引用)
--Technicolor
 Technicolor(clip, channel="R") # default values gives technicolor effect
channel="R","G","B"~
requires RGB

--Colorize
 Colorize(clip, color=0x896c8d, scale=false)
requires YUV

--Sepia
 Sepia(clip, color=0x896c8d, mode="triangular") # default values gives the Sepia effect
mode="triangular" (applies color to mid-tones), "linear" (applies color to high-tones)~
requires YUV

--Posterize
 Posterize(clip, pbits=8)
requires RGB/YUY2 (YV12 will follow later)

-その他
>[[Doom9's Forum - ColorLooks:http://forum.doom9.org/showthread.php?p=690153#post690153]]
>1) You should use yuv values for color. I will change that later.
>2) Technicolor is not good yet. It works in VDub, but not in WMP (due to lookup tables).
>3) Docs will be added when i'm back from holidays.

***サンプルスクリプト/複数のクリップを組み合わせる(2)を追加 [#pb5e663b]

-[[サンプルスクリプト]]に[[サンプルスクリプト/複数のクリップを組み合わせる(2)]]を追加しました。
-内容的には[[サンプルスクリプト/複数のクリップを組み合わせる(1)]]とほぼ同じなのですが、1ページにまとめると長くなりそうだったので分けることにしました。