niiyan/2005-08-18 のバックアップの現在との差分(No.1)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
*** [[New x64 plugins:http://forum.doom9.org/showthread.php?p=700356#post700356]] [#ac01cd60]

-DecombとUnDotの64ビット版。

*** [[RemoveDeadPixels:http://forum.doom9.org/showthread.php?p=699915#post699915]] [#a2d9c8e4]

-これは何?
--デッドピクセル(ドット欠け)を削除するフィルタ。
--kassandro氏作。
--YUY2のみサポート(2005-08-18時点)。

-Doom9's Forumのスレッド
--[[Doom9's Forum - Possible to use avisynth to eliminate dead pixels on video?:http://forum.doom9.org/showthread.php?t=98624]]

-kassandro氏のForumのスレッド
--[[videoprocessing :: View topic - Removedeadpixels:http://videoprocessing.11.forumer.com/viewtopic.php?t=27]]

-書式([[Doom9's Forum - Possible to use avisynth to eliminate dead pixels on video?:http://forum.doom9.org/showthread.php?p=699915#post699915]]より)
 RemoveDeadPixels(clip input, int x, int y, int "select", int ycolor, int vcolor, int ucolor)

-引数
--input: ビデオクリップ。
--x, y: デッドピクセルの位置。
--select: Y/U/Yのどれ(もしくはすべて)を補間するかの選択
---1: Yの値を補間
---2: Uの値を補間
---4: Vの値を補間
---7: すべてを補間(1+2+4)
---8: 近傍ピクセルを平均化([[videoprocessing :: View topic - Removedeadpixels:http://videoprocessing.11.forumer.com/viewtopic.php?t=27]]より)
--ycolor, vcolor, ucolor: ycolorが0以上なら指定された位置にデッドピクセルを作成(テスト用のオプション)。ycolor=0は黒いデッドピクセルを、ycolor=255は白いデッドピクセルを作成する。

-平均化のオプションを追加した新しいバージョンがリリースされています([[videoprocessing :: View topic - Removedeadpixels:http://videoprocessing.11.forumer.com/viewtopic.php?t=27]])。
--[[RemoveDeadPixels:http://forum.doom9.org/showthread.php?p=699915#post699915]]とリンク先のアドレスは同じです。
--平均化は、select=8で有効になる。