niiyan/2006-03-06 のバックアップソース(No.2)

*** [[FQuiver:http://www.avisynth.org/warpenterprises/#fquiver]] by V.C.Mohan [#dd705707]

-FQuiverとは?
--周波数領域で動作するプラグインで、FQ1RowとFQ2dの2つのフィルタを含む。
-FQ1RowとFQ2dについて
>[[New Plugins and Utilities - Page 2 - Doom9's Forum:http://forum.doom9.org/showthread.php?t=84481&page=2#post795118]]
+FQ1Row filters data row by row of image using one dimensiona fft. It has a number of gaussian, butterworth filters which can be cascaded. In addition a filter can be custom designed.(FQ1Rowは1次元のfftを使って画像のデータを列ごとにフィルタ処理する。)
+FQ2d transforms whole image using 2d fft. It has Gaussian and butterworth filters. (2Dのfftを使って画像全体を変換する。Gaussianフィルタとbutterworthフィルタ((参考: [[バターワースフィルタ:http://www-ise2.ise.eng.osaka-u.ac.jp/~iwanaga/study/digital_filter/butterworth.html]]))を持つ。)

-YUY2とYV12をサポート。
-Doom's Forum 関連スレッド
--[[FQuiver a new plugin usage - Doom9's Forum:http://forum.doom9.org/showthread.php?t=107725]]
-とりあえず、ノイズ除去(2D)に追加しました。

*** [[MVTools 1.2.2:http://avisynth.org.ru/mvtools/mvtools.html]] [#vc280876]

-変更点
>[[MVTools:http://avisynth.org.ru/mvtools/mvtools.html]]
>1.2.2 beta (01.03.2006 by Fizick)
-Fixed frame shift bug of v1.2.1 with mmx YUY2 conversion (thanks to WorBry for bug report)

*** [[NicAudio v1.3(NicAudio_25_dll_20060306.zip):http://www.gotdotnet.com//workspaces/workspace.aspx?id=1bb59ddf-901b-43a5-bd54-b0999e8e223e]] [#o76ab562]

-変更点
--[[New version of NicAudio released (ver 1.3 from 2006-03-06)! - Doom9's Forum:http://forum.doom9.org/showthread.php?t=108112#post795249]]のバグを修正。
--NicMPG123SourceとNicBufferAudioの追加。
-NicMPG123Sourceとは?
--MPASource v0.3を取り込んだmp1/mp2/mp3音声入力フィルタ。
--浮動小数点出力に対応。
--[[mpg123:http://mpg123.org/]]ベースのデコーダでMP3をデコード可能。
-NicBufferAudioとは?
--オーディオをバッファするフィルタ((参考: [[バッファとは 【buffer】 ─ 意味・解説 : IT用語辞典 e-Words:http://e-words.jp/w/E38390E38383E38395E382A1.html]]))。不正なオーディオのリクエスト(0の前とクリップの終端の後)を無音と置き換える。
>(Readme.txtより引用)
>This filter replaces any bad audio requests (before 0 and after the end of the clip) with silence

-[[音声]]を更新。NicMPG123SourceとNicBufferAudioの情報を追加しました。
-アーカイブにNicAudio_25_dll_20060306.zipをアップしました。

*** [[bassAudioSource alpha版:http://forum.doom9.org/showthread.php?t=108254]](BASSライブラリを使った音声入力プラグイン) [#yf04b226]

-bassAudioSourceとは?
--[[BASSオーディオライブラリ:http://www.un4seen.com/bass.html]]を使った音声入力プラグイン。
-現時点で対応しているファイル形式は、以下の通り:
--MP3/MP2/MP1/OGG/WAV/AIFF/WMA/FLAC/WavPack/Speex/Musepack /AAC/M4A/APE
-最初のアルファ版。
>[[BassAudio - first alpha is out! - Doom9's Forum:http://forum.doom9.org/showthread.php?t=108254]]
>Warning! This is REALLY alpha version - i need testing from You!