LAMEコマンドラインオプションを語れ!その17

このエントリーをはてなブックマークに追加
1テンプレ開始
MP3エンコーダーではない何かであるLAME(LAME Ain't an MP3 Encoder)のスレッドです。

[前スレ]
LAMEコマンドラインオプションを語れ!その16
http://pc7.2ch.net/test/read.cgi/software/1128980851/

[関連サイト]
本家
http://lame.sourceforge.net/
ソースコード
http://cvs.sourceforge.net/viewcvs.py/lame/lame/libmp3lame/presets.c
海外掲示板
http://www.hydrogenaudio.org/
バイナリ
http://mitiok.maresweb.de/
http://lame.bakerweb.biz/
http://www.rarewares.org/mp3.html
http://www.free-codecs.com/LAME_Encoder_download.htm
http://www.rjamorim.com/rrw/lame.html

★まとめサイト★
http://www.geocities.jp/buritora2004/lame/
2テンプレ:2005/11/21(月) 18:27:31 ID:sVVQRsam0
[解説サイト]
LAME FAQ
ttp://www.initialt.org/lame/LAME-FAQ.txt
LAMEでmp3エンコード
ttp://www001.upp.so-net.ne.jp/yama-k/codec/lame.html

[フロントエンド]
Lame Ivy Frontend Encoder (KKKKK.Net)
http://kkkkk.net/?life
RazorLame
http://www.dors.de/razorlame/
RazorLame日本語化パッチ (ひっそり...)
ttp://homepage2.nifty.com/moto-h/hissori.html
CDex
http://cdexos.sourceforge.net/
Exact Audio Copy
http://www.exactaudiocopy.org/
3テンプレ:2005/11/21(月) 18:27:55 ID:sVVQRsam0
4テンプレ:2005/11/21(月) 18:28:29 ID:sVVQRsam0
3.97β, 3.98α推奨コマンドラインオプション
[VBR]
-V 0 --vbr-new ⇔ --preset fast extreme
-V 1 --vbr-new
-V 2 --vbr-new ⇔ --preset fast standard (最も標準的な設定)
-V 3 --vbr-new ⇔ --r3mix
-V 4 --vbr-new ⇔ --preset fast medium
-V 5 --vbr-new [--athaa-sensitivity 1] (携帯機器向き)
[CBR]
-b 320 ⇔ --preset insane (最高音質)
-b 192 ⇔ --preset cbr 192
-b 128 ⇔ --preset cbr 128 (携帯機器向き)

注:[ ]内のオプションは3.97βでは非対応です。
5テンプレ:2005/11/21(月) 18:29:12 ID:sVVQRsam0
3.96.1推奨コマンドラインオプション
[VBR]
-V 0 ⇔ --preset extreme
-V 1
-V 2 ⇔ --preset standard (最も標準的な設定)
-V 3
-V 4 ⇔ --preset medium
-V 5 --athaa-sensitivity 1 (携帯機器向き)
[CBR]
-b 320 ⇔ --preset insane (最高音質)
-b 192 ⇔ --preset cbr 192
-b 128 ⇔ --preset cbr 128 (携帯機器向き)

※3.96.1以前のバージョンではCBRで-q 0を使うとバグにより音質が劣化する音源もあります。
  公式には3.97βでそのバグは修正されたとありますが、まだ音質が劣化する音源もあります。
※3.97β以降のバージョンでは--vbr-newの方が音質が良くなることも多いようです。
  尚、--vbr-newと--vbr-mtrhは全く同じオプションです。mtrhは旧名称のようです。
※⇔の右がプリセットオプションで、⇔の左がそれと全く同じ単体オプションです。
  どちらでも全く同じ結果になります。現在は単体オプションの方が標準的なようです。