niiyan/2005-10-17

64ビット版AviSynthと64ビット版プラグイン用のFTPサーバー

  • 2005-10-17 00:34:48 時点で存在を確認できたファイル
    • ac3acm64.zip 25 KB 22:01:00
    • ac3acm64src.zip 70 KB 22:01:00
    • avisynth64.zip 196 KB 22:02:00
    • Decomb.zip 82 KB 22:02:00
    • decomb64src.zip 71 KB 22:02:00
    • DGDecode64.zip 46 KB 22:02:00
    • dgdecode64src.zip 175 KB 22:02:00
    • huffyuv64.zip 25 KB 22:02:00
    • UnDot64.zip 5 KB 22:02:00
    • UnDot64src.zip 22 KB 22:02:00
    • x264cli_x64.zip 302 KB 22:02:00
    • x264vfw64.zip 131 KB 22:02:00
    • xvid64.zip 259 KB 22:02:00
    • xvid64src.zip 1102 KB 22:02:00

BlockMedian(BlockMedian, 16 October 2005) by mg262

  • mg262作
  • LTSMC関数の作者Didée氏が求める、以下のDeblockingルーティンを持つプラグインのアイデアを受けて作られたもの。

    Doom9's Forum - LTSMC - where to download?

    a) Apply a median-like filter, probably of radius 2 or 3, that for every center pixel takes into account only pixels of the same 8x8 block. Now we have removed detail, but the blocking is still 99% intact.

  • 書式
    BlockMedian(int radius)
    BlockMedian(int horizontalradius, int verticalradius)
  • 仕組み

    Doom9's Forum - LTSMC - where to download?

    These use a square window, with radius taken as inclusive (so radius 3 means up to 7 x 7 pixels are averaged). Chroma is trashed; I can change that to copy or compute chroma block-subordinate median if you prefer.


    I'm using a standard median-finding algorithm, but the method is still pretty slow...

  • Didée氏のアイデアにはa)からe)まであるが、今回のプラグインはa)のみ実現するもの。b)以降については、詳細をチェックしたいとのこと。

AvsDub Version 0.4 alpha

  • これは何?

    にゃおでぃお - Downloads

    AviSynthとVirtualDubを用いて動画ファイルを変換するためのフロントエンドです.

    現在のところiriver U10向けの動画ファイルを作成するためのソフトウェアとして特化されています.

  • AviSynth入力を使う場合はAviSynth 2.5.6 (RC1以降)も必要。

Scharfis Blog

  • scharfis_brain氏のブログ。

Section3 Filters, plugins and colorspacesを更新

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