niiyan/2005-07-25

FFT3DFilter v.1.4

  • wintypeパラメータとは?

    Doom9's Forum - New very slow FFT denoiser

    wintype - weighting windows type (default=1 since v1.4):

    0 - same analysis and synthesis half-cosine window, used in all versions before 1.4;

    1 - intermediate between 0 and 2;

    2 - flat analysis window, rised cosine (Hanning) synthesis window.

    Weighting window wintype=0 can produce the worst grid artifactes, window type wintype=2 do not produce grid artifactes, but can produce some ringing, wintype=1 is intermediate case.

    Probably it is my last attempt in grid artefactes preventing. It is still not perfect solution, but some advance.

PlaneMinMax v0.2 - 07/17/2005 by barts(impson...Not!)

  • PlaneMinMaxプラグインとは?

    barts(impson...Not!)'s AviSynth Plugins

    These filters will process YV12 planar frames to retrieve the minimum or maximum value of the specified planes. These functions would normally be done using the AviSynth native functions FrameEvaluate() or ScriptClip(), in conjunction with *PlaneMin() and *PlaneMax()(中略). Like the built-in ConditionalFilter functions, this filter returns values for each frame processed

    (このフィルタは、指定されたPlaneの最小または最大値を検索するために、YV12 Planar フレームを処理します。これらの関数は、通常は、AviSynthネイティブのFrameEvaluate()かScriptClip()を使って、*PlaneMin()や*PlaneMax()と連携して、実行されるでしょう。(中略)内蔵のConditionalFilter関数のように、このフィルタは、処理された各フレームに関する値を返します。)

  • PlaneMinMaxに収録されているフィルタ
    • PlaneMinMax
    • PlaneYMinMax
    • PlaneUMinMax
    • PlaneVMinMax
    • PlaneYUVMin
    • PlaneYUVMax
  • PlaneMinMaxに関する説明を、条件関数プラグインのページに追加しました。

ColorKeyMaskとAddBordersを更新

最終更新日時: 2014-03-12 (水) 23:42:02 (3696d)