niiyan/2008-05-28

AviSynth 2.5.8 RC1(リリース候補 1)

  • AviSynth 2.5.8 のリリース候補 1 が公開されました。
  • RC(リリース候補)版は、Final(正式版)の 1 つ手前の段階にあたります。
    • もし RC1 で問題がなければ、このまま正式版になる可能性もあります。
    • もし何か問題が見つかった場合は、RC2(場合によっては、RC3、RC4 ...)で修正され、その後、正式版のリリースへと到ります。
  • Doom9's Forum 関連スレッド
  • 詳しい情報が入れば、あとでここに追記します。

ここから追記(2008-05-28 22:58:01)

  • AviSynth 2.5.8 RC1 での変更点
    • AviSynth 2.5.8 RC1 [May 27th] - Release! - Doom9's Forum より青色で強調された部分のみ抽出(RC1 での変更点と考えられる部分)

      * Installer standalone option for putting avisynth.dll, etc into install directory and NOT updating registry.

      * Blankclip added audio channels= and sample_type= arguments.

      * Fixed Parser FunctionTable::TypeMatch() missing compulsory arguments. Dissolve bug (Various).

      * Fixed DirectShowSource() QueryId() use CoTaskMemAlloc for returned value (Dean Pavlekovic).

      * Fixed DirectShowSource() use GraphBuilder object for media control (Avery Lee).

      * Fixed DirectShowSource() remove PulseEvent calls (Avery Lee).

      * Fixed DirectShowSource() QueryAccept() modifying VideoInfo in running script (Haali).

      * Fixed Blankclip clip= argument parsing.

      * Enable Installer multi language support [Need volunteers to do translations].

      * FunctionTable::Lookup() now considers named arguments in making its selection.

      * ImageWriter supports negative values as -count for End argument.

      * ChanegFPS() use floor instead of round in source frame number calculation.

  • AviSynth 2.5.8 RC1 [May 27th] - Release! - Doom9's Forum より IanB 氏による変更分(上の IanB 氏による変更リストからは漏れていた模様)

    * Save variableName buffer in ConditionalReader

    * Overlay: fixed and refactored RGB<->YUV conversion routines.

    * TCPDeliver/DSS: Output a map in release builds.

    * Usage of correct Rec.709 coefficients.

    * Fix trashed GPF report, fix 0x0 at 0x0 exception reporting.

    * cache: Trap NULL PVideoFrames, i.e. Don't crash, Winge!

    * DSS: get convertfps=false logic right, fix Flush task interlock.

Immaavs v1.32(画像入出力プラグイン)

  • 変更点(括弧内試訳)

    (immaavs.htm より引用)

    v1.32, 27th May 2008

    • changed license from "GPL v2 or later" to "GPL V2" (in order to be able to use sequence support from ImageReader/ImageWriter and AppyMessage);(ライセンスを「GPL v2 以降」から「GPL V2」に変更した(ImageReader/ImageWriter と AppyMessage からのシークエンスサポートを使用できるようにするため)。)
    • ImmaWrite: added sequence writing;(ImmaWrite: シークエンスの書き出しを追加)
    • fixed the path problem (by changed the working directory internally to the place of the image(s) and passing only the filename to the ImageMagick libs) (thanks gzarkadas!);(パスの問題を修正した(作業ディレクトリを内部で画像の場所に変更し、ImageMagick ライブラリにはファイル名のみを渡すことによって)(gzarkadas に感謝))
    • ImmaRead: added sequence reading and info;(ImmaRead: シークエンスの読み込みと info パラメータを追加)
    • added the necessary info in order to be able to compile this plugin.(このプラグインをコンパイルするのに必要な情報を追加した。)
  • シークエンスの読み込み/書き出しについて
    • シークエンスというのは、連続写真のように一続きの複数の画像のこと。
    • ImmaRead: ImageSource のように、sprintf のシンタックスを使った指定も可能。
      • filename パラメータに[「c:\%06d.jpg」と指定すれば、C:\000000.jpg, C:\000001.jpg, ... を読み込む。
      • シークエンスの画像は同じ幅と高さでなければならない。
  • 関連ページ
  • Doom9's Forum 関連スレッド
最終更新日時: 2014-03-12 (水) 23:52:34 (3697d)