avs2avi のバックアップソース(No.1)

**avs2aviのヘルプ(日本語訳)((v1.39のものです。今後の更新次第では、変更になる可能性も考えられます。)) [#t4da53b6]

 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: 最後のパスのみ)

**使用例 [#bcf96c2c]
-コーデックの設定のみ行う
 avs2avi hoge.avs -s parameter_name -e
~
または~
~
 avs2avi hoge.avs -o n

-コーデックの設定を読み込んでエンコード
 avs2avi hoge.avs -l parameter_name

-FourCCを指定してエンコード
 avs2avi hoge.avs -c FFDS

**FourCC [#wb6f7ffd]
-www.FourCC.org
--http://www.fourcc.org/codecs.php

-FOURCC コード
--http://www.microsoft.com/japan/developer/library/jpdx8_vb/graphics_enum_vb_62xu.htm

**avs2aviのヘルプ(原文) [#daa59eca]

 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)