AVS2AVI
AVS2AVIとは? †
「VFW(Video For Windows)コーデックを使って、AVSファイルからビデオを圧縮するコマンドライン・プログラム(a command line program that compresses video from an AviSynth script using any VFW codec*1)」です。
AVS2AVIの入手 †
- Moitah.net(2009-01-23 00:25:44 現在の最新版は v1.39)
- アーカイブ(v1.40/v1.40a)
AVS2AVIのヘルプ(日本語訳)*2 †
AVS2AVI v1.39 (c) 2002-2004: Christophe Paris, David Leatherdale, int21h, Moitah http://www.avs2avi.org/ 使用方法: avs2avi AVSファイル名 [出力ファイル名] [スイッチ] 出力ファイル名はAVSファイル名と関連しており、省略された場合、適当な拡張子をつけて、AVSファイルと同じ名前で保存される。 スイッチ: -w : 同名ファイルが存在する場合、出力ファイルを上書き。 -P <passes> : マルチパス・モードを有効化。 -p [0-2] : 優先度 (0: アイドル, 1: 標準, 2: 標準より高い) -s <file> : コーデック・パラメータを<file>に保存。 -l <file> : <file>からコーデック・パラメータを読み込む。 -c <4cc> : <4cc>で指定したコーデックをデフォルトの設定で利用 ("null"で再圧縮なし)。 -e : コーデック選択後に終了 (-sと一緒に使用) -q : 高速化のためにquietモードを有効化。 -o [format] : 出力フォーマット (a: AVI (デフォルト), l: ログ, n: ヌル) -x [a,l] : XviDのステータス・ウィンドウが閉じるまで待つ (a: すべてのパス, l: 最後のパスのみ)
原文 †
AVS2AVI v1.39 (c) 2002-2004: Christophe Paris, David Leatherdale, int21h, Moitah http://www.avs2avi.org/ Usage: avs2avi avs_filename [destination_filename] [switches] destination_filename is relative to avs_filename, if omitted it will be the same as avs_filename but with the proper extension. Switches: -w : Overwrite destination file if it already exists -P <passes> : Enable multi-pass encoding mode -p [0-2] : Priority (0: Idle, 1: Normal, 2: Above Normal) -s <file> : Save codec parameters to <file> -l <file> : Load codec parameters from <file> -c <4cc> : Use codec <4cc> with default settings ("null" for no recompression) -e : Exit after codec selection (for use with -s) -q : Enable quiet mode for more speed -o [format] : Output format (a: AVI (default), l: Log, n: Null) -x [a,l] : Wait until XviD status window is closed (a: for all passes, l: only for the last pass)
使用例 †
- コーデックの設定のみ行う
avs2avi hoge.avs -s parameter_name -e
またはavs2avi hoge.avs -o n
- コーデックの設定を読み込んでエンコード
avs2avi hoge.avs hoge.avi -l parameter_name
- FourCCを指定してエンコード
avs2avi hoge.avs hoge.avi -c HFYU
FourCC †
- www.FourCC.org
関連リンク †
最終更新日時: 2009-10-15 (木) 23:15:25 (5469d)