『漫游』酷论坛>『影音数码技术学习交流』>[请教]请问现在lame默 ..

red161@2008-02-16 22:27

引用
最初由 superkidx 发布
noath 根本没有这个

LAME 32bits version 3.97 (http://www.mp3dev.org/)

usage: D:\music\RazorLame\lame.exe [options] [outfile]

and/or can be "-", which means stdin/stdout.

RECOMMENDED:
lame -V2 input.wav output.mp3

OPTIONS:
Input options:
-r input is raw pcm
-x force byte-swapping of input
-s sfreq sampling frequency of input file (kHz) - default 44.1 kHz
--bitwidth w input bit width is w (default 16)
--scale scale input (multiply PCM data) by
--scale-l scale channel 0 (left) input (multiply PCM data) by
--scale-r scale channel 1 (right) input (multiply PCM data) by
--mp1input input file is a MPEG Layer I file
--mp2input input file is a MPEG Layer II file
--mp3input input file is a MPEG Layer III file
--nogap <...>
gapless encoding for a set of contiguous files
--nogapout
output dir for gapless encoding (must precede --nogap)
--nogaptags allow the use of VBR tags in gapless encoding

Operational options:
-a downmix from stereo to mono file for mono encoding
-m (j)oint, (s)imple, (f)orce, (d)dual-mono, (m)ono
default is (j) or (s) depending on bitrate
joint = joins the best possible of MS and LR stereo
simple = force LR stereo on all frames
force = force MS stereo on all frames.
--preset type type must be "medium", "standard", "extreme", "insane",
or a value for an average desired bitrate and depending
on the value specified, appropriate quality settings will
be used.
"--preset help" gives more info on these
--comp choose bitrate to achive a compression ratio of
--replaygain-fast compute RG fast but slightly inaccurately (default)
--replaygain-accurate compute RG more accurately and find the peak sample
--noreplaygain disable ReplayGain analysis
--clipdetect enable --replaygain-accurate and print a message whether
clipping occurs and how far the waveform is from full scale
--freeformat produce a free format bitstream
--decode input=mp3 file, output=wav
-t disable writing wav header when using --decode


Verbosity:
--disptime print progress report every arg seconds
-S don't print progress report, VBR histograms
--nohist disable VBR histogram display
--silent don't print anything on screen
--quiet don't print anything on screen
--brief print more useful information
--verbose print a lot of useful information

Noise shaping & psycho acoustic algorithms:
-q = 0...9. Default -q 5
-q 0: Highest quality, very slow
-q 9: Poor quality, but fast
-h Same as -q 2. Recommended.
-f Same as -q 7. Fast, ok quality


CBR (constant bitrate, the default) options:
-b set the bitrate in kbps, default 128 kbps
--cbr enforce use of constant bitrate

ABR options:
--abr specify average bitrate desired (instead of quality)

VBR options:
-v use variable bitrate (VBR) (--vbr-old)
--vbr-old use old variable bitrate (VBR) routine
--vbr-new use new variable bitrate (VBR) routine
-V n quality setting for VBR. default n=4
0=high quality,bigger files. 9=smaller files
-b specify minimum allowed bitrate, default 32 kbps
-B specify maximum allowed bitrate, default 320 kbps
-F strictly enforce the -b option, for use with players that
do not support low bitrate mp3
-t disable writing LAME Tag
-T enable and force writing LAME Tag


PSY related:
--short use short blocks when appropriate
--noshort do not use short blocks
--allshort use only short blocks
--notemp disable temporal masking effect
--nssafejoint M/S switching criterion
--nsmsfix M/S switching tuning [effective 0-3.5]
--interch x adjust inter-channel masking ratio
--ns-bass x adjust masking for sfbs 0 - 6 (long) 0 - 5 (short)
--ns-alto x adjust masking for sfbs 7 - 13 (long) 6 - 10 (short)
--ns-treble x adjust masking for sfbs 14 - 21 (long) 11 - 12 (short)
--ns-sfb21 x change ns-treble by x dB for sfb21


experimental switches:
-X n[,m] selects between different noise measurements
n for long block, m for short. if m is omitted, m = n
-Y lets LAME ignore noise in sfb21, like in CBR
-Z [n] currently no effects


MP3 header/stream options:
-e de-emphasis n/5/c (obsolete)
-c mark as copyright
-o mark as non-original
-p error protection. adds 16 bit checksum to every frame
(the checksum is computed correctly)
--nores disable the bit reservoir
--strictly-enforce-ISO comply as much as possible to ISO MPEG spec

Filter options:
-k keep ALL frequencies (disables all filters),
Can cause ringing and twinkling
--lowpass frequency(kHz), lowpass filter cutoff above freq
--lowpass-width frequency(kHz) - default 15% of lowpass freq
--highpass frequency(kHz), highpass filter cutoff below freq
--highpass-width frequency(kHz) - default 15% of highpass freq
--resample sampling frequency of output file(kHz)- default=automatic


ID3 tag options:
--tt audio/song title (max 30 chars for version 1 tag) <br /> --ta <artist> audio/song artist (max 30 chars for version 1 tag) <br /> --tl <album> audio/song album (max 30 chars for version 1 tag) <br /> --ty <year> audio/song year of issue (1 to 9999) <br /> --tc <comment> user-defined text (max 30 chars for v1 tag, 28 for v1.1) <br /> --tn <track> audio/song track number (1 to 255, creates v1.1 tag) <br /> --tg <genre> audio/song genre (name or number in list) <br /> --add-id3v2 force addition of version 2 tag <br /> --id3v1-only add only a version 1 tag <br /> --id3v2-only add only a version 2 tag <br /> --space-id3v1 pad version 1 tag with spaces instead of nulls <br /> --pad-id3v2 pad version 2 tag with extra 128 bytes <br /> --genre-list print alphabetically sorted ID3 genre list and exit <br /> --ignore-tag-errors ignore errors in values passed for tags <br /> <br /> Note: A version 2 tag will NOT be added unless one of the input fields <br /> won't fit in a version 1 tag (e.g. the title string is longer than 30 <br /> characters), or the '--add-id3v2' or '--id3v2-only' options are used, <br /> or output is redirected to stdout. <br /> <br /> <br />MS-Windows-specific options: <br /> --priority <type> sets the process priority: <br /> 0,1 = Low priority (IDLE_PRIORITY_CLASS) <br /> 2 = normal priority (NORMAL_PRIORITY_CLASS, defau <br />lt) <br /> 3,4 = High priority (HIGH_PRIORITY_CLASS)) <br /> Note: Calling '--priority' without a parameter will select priority 0. <br /> <br /> <br /> Platform specific: <br /> --noasm <instructions> disable assembly optimizations for mmx/3dnow/sse <br /> <br /> <br /> <br />MPEG-1 layer III sample frequencies (kHz): 32 48 44.1 <br />bitrates (kbps): 32 40 48 56 64 80 96 112 128 160 192 224 256 320 <br /> <br />MPEG-2 layer III sample frequencies (kHz): 16 24 22.05 <br />bitrates (kbps): 8 16 24 32 40 48 56 64 80 96 112 128 144 160 <br /> <br />MPEG-2.5 layer III sample frequencies (kHz): 8 12 11.025 <br />bitrates (kbps): 8 16 24 32 40 48 56 64 80 96 112 128 144 160 </b></div></blockquote> <br /> <br />奇怪 去看razorlame好了 和q0设置的位置一样 在专家设置里面有啊(我也一直用3.97 现在正好没razorlame了,我用命令行编码的 而且这个参数我是不用的,ukoo一大群人用)<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17647667&article=15&page=2">引用</a></div><hr /><p class="b"><p><p class="green">superkidx@2008-02-16 22:48</p>可能同样是3.97 有不同的参数吧 <br />我这个应该是3.97 FINAL了<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17647868&article=16&page=2">引用</a></div><hr /><p class="b"><p><p class="green">rancetrw@2008-02-16 23:45</p>可惜千千静听作者还在坚持3。90版本,害我还得用外接命令行参数,还不能选择立体声,默认都是联合的<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17648302&article=17&page=2">引用</a></div><hr /><p class="b"><p><p class="green">red161@2008-02-17 19:32</p><blockquote class="blockquote3"><div class="quote">引用 </div><div class="text"><i>最初由 superkidx 发布</i> <br /><b>可能同样是3.97 有不同的参数吧 <br />我这个应该是3.97 FINAL了 </b></div></blockquote> <br /> <br />3.97 Final+1 <br /> <br />找个Razorlame 到专家设置里面看看就行了(刚好我找不到 很久不用这个了) <br /> <br />3.90.3 有其优势也有其劣势(据说是音质最好的 也有说是3.92 3.93.1 3.96.1 3.97都有人说) <br />事物是在不断发展进步的(目前可以肯定 3.97比3.96.1要好) <br />3.98还在beta... <br /> <br />听音乐的 应该用FB2K TTP的话 不建议版本超过4.66<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17654454&article=18&page=2">引用</a></div><hr /><p class="b"><p><p class="green">superkidx@2008-02-17 19:50</p><blockquote class="blockquote3"><div class="quote">引用 </div><div class="text"><i>最初由 red161 发布</i> <br /><b> <br /> <br />3.97 Final+1 <br /> <br />找个Razorlame 到专家设置里面看看就行了(刚好我找不到 很久不用这个了) <br /> <br /></b></div></blockquote> <br /> <br />我知道Razorlame 有这个选项 是RazorLame 1.1.5a 没有更新的版本了吧 <br />但是明显和 lame.exe 3.97 Final 不对应 <br /> <br />看日志里面的一句话 <br />D:\music\RazorLame\Lame.exe: unrec option --noath<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17654623&article=19&page=2">引用</a></div><hr /><p class="b"><p><p class="green">暗影翔@2008-02-17 20:32</p><blockquote class="blockquote3"><div class="quote">引用 </div><div class="text"><i>最初由 red161 发布</i> <br /><b> <br /> <br />3.97 Final+1 <br /> <br />找个Razorlame 到专家设置里面看看就行了(刚好我找不到 很久不用这个了) <br /> <br />3.90.3 有其优势也有其劣势(据说是音质最好的 也有说是3.92 3.93.1 3.96.1 3.97都有人说) <br />事物是在不断发展进步的(目前可以肯定 3.97比3.96.1要好) <br />3.98还在beta... <br /> <br />听音乐的 应该用FB2K TTP的话 不建议版本超过4.66 </b></div></blockquote> <br />我一直跟随megui更新3.98,所以就用 <br />不是说4.0alphaa在高音部分有加强,音效不错,可是总是有莫名其妙的问题,4.0a是音质不错的吧<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17654966&article=20&page=2">引用</a></div><hr /><p class="b"><p><p class="green">rancetrw@2008-02-17 23:21</p><blockquote class="blockquote3"><div class="quote">引用 </div><div class="text"><i>最初由 red161 发布</i> <br /><b> <br /> <br />3.97 Final+1 <br /> <br />找个Razorlame 到专家设置里面看看就行了(刚好我找不到 很久不用这个了) <br /> <br />3.90.3 有其优势也有其劣势(据说是音质最好的 也有说是3.92 3.93.1 3.96.1 3.97都有人说) <br />事物是在不断发展进步的(目前可以肯定 3.97比3.96.1要好) <br />3.98还在beta... <br /> <br />听音乐的 应该用FB2K TTP的话 不建议版本超过4.66 </b></div></blockquote> <br /> <br /> <br />千千静听我用的是最新5.1版,以前没用过这个软件,为何不要超过4.66<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17655944&article=21&page=2">引用</a></div><hr /><p class="b"><p><p class="green">red161@2008-02-18 13:09</p><blockquote class="blockquote3"><div class="quote">引用 </div><div class="text"><i>最初由 rancetrw 发布</i> <br /><b> <br /> <br /> <br />千千静听我用的是最新5.1版,以前没用过这个软件,为何不要超过4.66 </b></div></blockquote> <br /> <br />因为4.66之后的版本 现在开发重点放到哪里 你也看见了...界面之流(FB2K从来没有这些还不是一样更好) <br />相反 一点技术问题从没认真解决过(之前自己写过帖子 现在忘了 我很久不用这个了) <br /> <br />lame3.98还在beta...(当年lame3.97的beta可吃够苦头了 我现在是不用beta) 至于4.0 a14已经两年多了吧(或者更久) 一直没有新进展 爆音等各种问题(简单说 在4.0遇到什么现象都属于正常 非你RP发作) <br /> <br />的确是1.15a 反正我还是那句话 我自己不用这个参数的(至于人家怎么压的 要去音乐论坛问问了,只知道现在有部分人的mp3用iTunes压的 ID3Tag看得出) Razorlame的lame.exe是可以自己更新来用的<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17657641&article=22&page=2">引用</a></div><hr /><p class="b"><p><p class="green">暗影翔@2008-02-18 16:18</p><blockquote class="blockquote3"><div class="quote">引用 </div><div class="text"><i>最初由 red161 发布</i> <br /><b> <br /> <br />因为4.66之后的版本 现在开发重点放到哪里 你也看见了...界面之流(FB2K从来没有这些还不是一样更好) <br />相反 一点技术问题从没认真解决过(之前自己写过帖子 现在忘了 我很久不用这个了) <br /> <br />lame3.98还在beta...(当年lame3.97的beta可吃够苦头了 我现在是不用beta) 至于4.0 a14已经两年多了吧(或者更久) 一直没有新进展 爆音等各种问题(简单说 在4.0遇到什么现象都属于正常 非你RP发作) <br /> <br />的确是1.15a 反正我还是那句话 我自己不用这个参数的(至于人家怎么压的 要去音乐论坛问问了,只知道现在有部分人的mp3用iTunes压的 ID3Tag看得出) Razorlame的lame.exe是可以自己更新来用的 </b></div></blockquote> <br />原来是这样,从来没用过千千的人飘过 <br />不过我用的fb2k蓝色网际汉化版界面也很漂亮<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17658328&article=23&page=2">引用</a></div><hr /><p class="b"><p><p class="green">red161@2008-02-20 00:11</p><blockquote class="blockquote3"><div class="quote">引用 </div><div class="text"><i>最初由 暗影翔 发布</i> <br /><b> <br />原来是这样,从来没用过千千的人飘过 <br />不过我用的fb2k蓝色网际汉化版界面也很漂亮 </b></div></blockquote> <br /> <br />一样的版本 很久没看见LMM了 她太忙了..<div><a href="post.php?action=quote&fid=26&tid=474592&pid=17665438&article=24&page=2">引用</a></div><hr /><p><a href="read.php?tid=474592&fpage=38&displayMode=1&page=1">«</a><a href="read.php?tid=474592&fpage=38&displayMode=1&page=1">1</a><b>2</b><a href="read.php?tid=474592&fpage=38&displayMode=1&page=2">»</a>共2页</p> | <a href="#top">TOP</a><body></html>