niiyan/2007-11-28

DGAVCDec Version 1.0.0 Alpha 12(AVC/H.264 デコーダ&フレームサーバ)

  • DGMPGDec ライクな raw AVC/H.264 デコーダ&フレームサーバ。
  • neuron2 氏作。
  • Version 1.0.0 Alpha 12 での変更点
    • 不明。
    • 2007-12-06 00:29:29 追記: 変更点 その 1

      DGAVCDec 1.0.0 Alpha 12 - Page 33 - Doom9's Forum

      * Fixed g0blez's problem with NALU parsing. Transformers now indexes all the way without errors.

      * Fixed a problem with random access that caused bad frames to be displayed sometimes. @canTsTop, please advise if this affects your scrolling crashes.

      * Preliminary implementation of Honor Pulldown Flags. Note that this affects only the output of DGDecode.dll; the DGAVCIndex display always shows the non-pulled down stream. You can set Honor Pulldown Flags for Transformers and you will see the standard 3-progressive/2-interlaced pattern when viewing the output of your script.

  • 2007-12-06 00:29:29 追記: 変更点 その 2: libavcodec.dll の改良

    DGAVCDec 1.0.0 Alpha 12 - Page 34 - Doom9's Forum

    1. Does not require SSE2.
    2. Contains the optimized assembler (which means decoding is faster).
    3. Fixes the deblocking bug.

ColorDiff 2007-11-26(色マスク作成プラグイン)

  • 概要

    Tweak: HSV - RGB conversion difference between programs - Doom9's Forum

    ... I wrote a plugin (named ColorDiff), which makes an Y8 frame according to the input frame's pixels' "distance" from a specified color. The diff is calculated by simply getting the diff of the individual color components from the desired color's components and summing them up. Also, weights can be set for the individual diffs. ...(試訳: ... ColorDiff という名前のプラグインを書いた。このプラグインは、入力されたフレームの指定された色からのピクセルの「距離(distance)」によって、Y8 フレームを生成する。この差は、単純に要求された色の要素との個々の色要素の差を取得し、それらの差を合計することによって算出される。また、個々の差に対して、重み付けを設定することも可能である。...)

  • 出力されるのは、Y8 のグレースケール(またはバイナリ)のマスク。
  • Y8 カラーフォーマットは AviSynth 2.6 以降で追加されるため、このプラグインは AviSynth 2.6 以降でのみ利用可能(AviSynth 2.5.x では使用不可)なようです(Tweak: HSV - RGB conversion difference between programs - Page 2 - Doom9's Forum より)。
    • 註: AviSynth 2.6 は、2.5.x と並行して開発が行われており、まだ正式なリリースはありません。
  • 使い方については、同梱されているサンプル(test.avs)およびソース(colordiff.cpp)冒頭のコメント部分を参照してください。
  • Ignus2(Balazs OROSZI)氏作。
最終更新日時: 2007-12-06 (木) 00:29:29 (5984d)