niiyan/2007-08-24 のバックアップソース(No.1)

** [[FFmpegSource 1.9 (FLAC test):http://forum.doom9.org/showthread.php?p=1014981#post1014981]](ffmpeg ベースのソース/ポストプロセッシングフィルタ) [#r9645b1c]

-変更点
>ffmpegsource.html より引用(括弧内試訳)
-1.9
--Added the possibility to compress the audio cache with FLAC (currently only works with 16bit audio)(FLAC の音声キャッシュを圧縮する可能性を追加(現時点では 16 ビット音声についてのみ動作))
--Added another planar YUV 4:2:0 format to the supported output formats (fixes certain mov files)(別の Planar YUV 4:2:0 フォーマットをサポートされた出力フォーマットに追加(ある種の mov ファイルを修正する))
--Less memory is now allocated on the stack which makes av_find_stream_info() work for all files (fixes certain mov files)(av_find_stream_info() をすべてのファイルに対して機能させるスタックに、より少ないメモリが割り当てられるようになった(ある種の mov ファイルを修正する))
--Updated FFmpeg to rev 10186(FFmpeg をリビジョン 10186 に更新)

-作者の Myrsloik 氏の投稿によれば、今回のバージョンは FLAC のキャッシュ周りのテストすることを主な目的としてリリースされたものとのこと。
>[[FFmpegSource - Page 6 - Doom9's Forum:http://forum.doom9.org/showthread.php?p=1037052#post1037052]]
>Version 1.9 released mostly for testing the flac cache stuff. If no one finds it useful I'll remove it in the next version.

-Doom9's Forum 関連スレッド
--[[FFmpegSource - Doom9's Forum:http://forum.doom9.org/showthread.php?t=127037]]

** [[MinMaxAudio v0.1:http://forum.doom9.org/showthread.php?t=127530#post1036843]](音声関数) [#qea1760c]

-AudioMax、AudioMin と AudioRMS の 3 つの条件関数([[ConditionalFilter]] と一緒に使うことを想定した関数)を含む音声プラグイン。
-それぞれ、指定したチャンネルの最大/最小/RMS 値をフレームごとに返す。
--readme.txt および [[niiyan/2007-07-10]] を参照。
-以前、これらの関数を AviSynth 本体に追加した非公式ビルドもリリースされていました([[niiyan/2007-07-10]] を参照)が、今回プラグインとしてリリースし直されました。
-安定性の問題から(現時点では) AviSynth 本体には追加されないとのこと。
-Wilbert 氏作。
-Doom9's Forum 関連スレッド
--[[Audio analyse - Doom9's Forum:http://forum.doom9.org/showthread.php?t=127530]]