niiyan/2007-12-04 のバックアップソース(No.2)

** [[MVTools version 1.8.6:http://avisynth.org.ru/mvtools/mvtools.html]](動きの評価と補償のための関数集) [#f2fe343f]

-変更点
>[[MVTools:http://avisynth.org.ru/mvtools/mvtools.html]]
>1.8.6 (02.12.2007 by Fizick)
-Added components x,y motion vector mask kind=3,4 to MVMask (as requsted by Terka).(試訳: 動きベクトルの x,y(水平/垂直)要素のマスク kind=3,4 を MVMask に追加)

** [[jAviSyntherTools 1.00:http://renatoc.wait4.org/2007/12/03/javisynthertools/]](ツール集) [#s07704c0]

-jAviSyntherTools とは?
>[[renatoc » Blog Archive » jAviSyntherTools:http://renatoc.wait4.org/2007/12/03/javisynthertools/]]
>AviSynth is a powerful tool for video post-production and jAviSyntherTools is a set of tools, devoloped to be used together with it. The main idea was to build a higher-level object oriented language to process videos, including several new commands and constructors. Then, the code written at this new language would be converted do AviSynth and run. This code generation part isn’t written yet.
>(試訳: AviSynth はビデオポストプロダクションのためのパワフルなツールです。そして jAviSyntherTools は AviSynth と一緒に使用するために開発されたツール集です。中心的なアイデアは、いくつかの新しいコマンドやコンストラクタを含む、ビデオを処理するためのよりオブジェクト指向の強い高級言語を構築することでした。さらに、この新しい言語で書かれたコードは AviSynth に変換され、実行されます。このコード生成部分はまだ書かれていません。)

-まとめると・・・
--ビデオ処理用の言語。
--オブジェクト指向。
--AviSynth スクリプトに変換可能(v1.00 では未実装)
-via [[Open Source News » Blog Archive » jAviSyntherTools:http://opensource-news.com/?p=2802]]

** [[SUPtext:http://forum.doom9.org/showthread.php?t=119390]](字幕プラグイン) [#fa00275c]

-SUP 形式の字幕ファイルを表示するプラグイン。
-YV12 と RGB32(アルファチャンネル付き)をサポート。
-書式
 SUPtext( sup, video, palette, delay )
-パラメータ
--sup: *.sup 形式の字幕ファイル。
--video: YV12 または RGB32 のビデオクリップ。
--palette: 0 〜 255 までの 4 つの整数を含む文字列。
---palette は、2 ビットランレングス圧縮(RLE)((参考: [[ASCII.jp - アスキー デジタル用語辞典 - Run-Lengthエンコーディング:http://yougo.ascii24.com/gh/09/000985.html]]))されたピクセル値から 8 ビットグレースケールへのマップ。
--delay: ディレイ(遅延)。秒単位。
-emmel 氏作。
-SUP については、[[sup ファイル・形式・字幕:http://www.xucker.jpn.org/pc/sup_file.html]]を参照。
-via [[SUP subtitles - Doom9's Forum:http://forum.doom9.org/showthread.php?p=1072561#post1072561]]
--''注意:'' 上記のリンク先の書き込みには、「試したが動かなかった」と書いてあります。
-SUPtext を[[その他のプラグイン]]に追加しました。