Advertisement
Guest User

lame64bithelp

a guest
Jan 11th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\temp\lame64bit>lame
  2. LAME 64bits version 3.100 (http://lame.sf.net)
  3.  
  4. usage: lame [options] <infile> [outfile]
  5.  
  6.     <infile> and/or <outfile> can be "-", which means stdin/stdout.
  7.  
  8. Try:
  9.      "lame --help"           for general usage information
  10.  or:
  11.      "lame --preset help"    for information on suggested predefined settings
  12.  or:
  13.      "lame --longhelp"
  14.   or "lame -?"              for a complete options list
  15.  
  16.  
  17. C:\temp\lame64bit>lame --help
  18. LAME 64bits version 3.100 (http://lame.sf.net)
  19.  
  20. usage: lame [options] <infile> [outfile]
  21.  
  22.     <infile> and/or <outfile> can be "-", which means stdin/stdout.
  23.  
  24. RECOMMENDED:
  25.     lame -V2 input.wav output.mp3
  26.  
  27. OPTIONS:
  28.     -b bitrate      set the bitrate, default 128 kbps
  29.     -h              higher quality, but a little slower.
  30.     -f              fast mode (lower quality)
  31.     -V n            quality setting for VBR.  default n=4
  32.                     0=high quality,bigger files. 9.999=smaller files
  33.     --preset type   type must be "medium", "standard", "extreme", "insane",
  34.                     or a value for an average desired bitrate and depending
  35.                     on the value specified, appropriate quality settings will
  36.                     be used.
  37.                     "--preset help" gives more info on these
  38.  
  39.     --priority type  sets the process priority
  40.                      0,1 = Low priority
  41.                      2   = normal priority
  42.                      3,4 = High priority
  43.  
  44.     --help id3      ID3 tagging related options
  45.  
  46.     --longhelp      full list of options
  47.  
  48.     --license       print License information
  49.  
  50.  
  51. C:\temp\lame64bit>lame --longhelp
  52. LAME 64bits version 3.100 (http://lame.sf.net)
  53.  
  54. usage: lame [options] <infile> [outfile]
  55.  
  56.     <infile> and/or <outfile> can be "-", which means stdin/stdout.
  57.  
  58. RECOMMENDED:
  59.     lame -V2 input.wav output.mp3
  60.  
  61. OPTIONS:
  62.   Input options:
  63.     --scale <arg>   scale input (multiply PCM data) by <arg>
  64.     --scale-l <arg> scale channel 0 (left) input (multiply PCM data) by <arg>
  65.     --scale-r <arg> scale channel 1 (right) input (multiply PCM data) by <arg>
  66.     --swap-channel  swap L/R channels
  67.     --ignorelength  ignore file length in WAV header
  68.     --gain <arg>    apply Gain adjustment in decibels, range -20.0 to +12.0
  69.     --mp1input      input file is a MPEG Layer I   file
  70.     --mp2input      input file is a MPEG Layer II  file
  71.     --mp3input      input file is a MPEG Layer III file
  72.     --nogap <file1> <file2> <...>
  73.                     gapless encoding for a set of contiguous files
  74.     --nogapout <dir>
  75.                     output dir for gapless encoding (must precede --nogap)
  76.     --nogaptags     allow the use of VBR tags in gapless encoding
  77.     --out-dir <dir> output dir, must exist
  78.  
  79.   Input options for RAW PCM:
  80.     -r              input is raw pcm
  81.     -s sfreq        sampling frequency of input file (kHz) - default 44.1 kHz
  82.     --signed        input is signed (default)
  83.     --unsigned      input is unsigned
  84.     --bitwidth w    input bit width is w (default 16)
  85.     -x              force byte-swapping of input
  86.     --little-endian input is little-endian (default)
  87.     --big-endian    input is big-endian
  88.     -a              downmix from stereo to mono file for mono encoding
  89.  
  90.  
  91.   Operational options:
  92.     -m <mode>       (j)oint, (s)imple, (f)orce, (d)ual-mono, (m)ono (l)eft (r)ig
  93. ht
  94.                     default is (j)
  95.                     joint  = Uses the best possible of MS and LR stereo
  96.                     simple = force LR stereo on all frames
  97.                     force  = force MS stereo on all frames.
  98.     --preset type   type must be "medium", "standard", "extreme", "insane",
  99.                     or a value for an average desired bitrate and depending
  100.                     on the value specified, appropriate quality settings will
  101.                     be used.
  102.                     "--preset help" gives more info on these
  103.     --comp  <arg>   choose bitrate to achieve a compression ratio of <arg>
  104.     --replaygain-fast   compute RG fast but slightly inaccurately (default)
  105.     --replaygain-accurate   compute RG more accurately and find the peak sample
  106.     --noreplaygain  disable ReplayGain analysis
  107.     --clipdetect    enable --replaygain-accurate and print a message whether
  108.                     clipping occurs and how far the waveform is from full scale
  109.     --flush         flush output stream as soon as possible
  110.     --freeformat    produce a free format bitstream
  111.     --decode        input=mp3 file, output=wav
  112.     -t              disable writing wav header when using --decode
  113.  
  114.  
  115.   Verbosity:
  116.     --disptime <arg>print progress report every arg seconds
  117.     -S              don't print progress report, VBR histograms
  118.    --nohist        disable VBR histogram display
  119.    --quiet         don't print anything on screen
  120.     --silent        don't print anything on screen, but fatal errors
  121.    --brief         print more useful information
  122.    --verbose       print a lot of useful information
  123.  
  124.  Noise shaping & psycho acoustic algorithms:
  125.    -q <arg>        <arg> = 0...9.  Default  -q 3
  126.                    -q 0:  Highest quality, very slow
  127.                    -q 9:  Poor quality, but fast
  128.    -h              Same as -q 2.
  129.    -f              Same as -q 7.   Fast, ok quality
  130.  
  131.  
  132.  CBR (constant bitrate, the default) options:
  133.    -b <bitrate>    set the bitrate in kbps, default 128 kbps
  134.    --cbr           enforce use of constant bitrate
  135.  
  136.  ABR options:
  137.    --abr <bitrate> specify average bitrate desired (instead of quality)
  138.  
  139.  VBR options:
  140.    -V n            quality setting for VBR.  default n=4
  141.                    0=high quality,bigger files. 9=smaller files
  142.    -v              the same as -V 4
  143.    --vbr-old       use old variable bitrate (VBR) routine
  144.    --vbr-new       use new variable bitrate (VBR) routine (default)
  145.    -Y              lets LAME ignore noise in sfb21, like in CBR
  146.                    (Default for V3 to V9.999)
  147.    -b <bitrate>    specify minimum allowed bitrate, default  32 kbps
  148.    -B <bitrate>    specify maximum allowed bitrate, default 320 kbps
  149.    -F              strictly enforce the -b option, for use with players that
  150.                    do not support low bitrate mp3
  151.    -t              disable writing LAME Tag
  152.    -T              enable and force writing LAME Tag
  153.  
  154.  
  155.  MP3 header/stream options:
  156.    -e <emp>        de-emphasis n/5/c  (obsolete)
  157.    -c              mark as copyright
  158.    -o              mark as non-original
  159.    -p              error protection.  adds 16 bit checksum to every frame
  160.                    (the checksum is computed correctly)
  161.    --nores         disable the bit reservoir
  162.    --strictly-enforce-ISO   comply as much as possible to ISO MPEG spec
  163.    --buffer-constraint <constraint> available values for constraint:
  164.                                     default, strict, maximum
  165.  
  166.  Filter options:
  167.  --lowpass <freq>        frequency(kHz), lowpass filter cutoff above freq
  168.  --lowpass-width <freq>  frequency(kHz) - default 15% of lowpass freq
  169.  --highpass <freq>       frequency(kHz), highpass filter cutoff below freq
  170.  --highpass-width <freq> frequency(kHz) - default 15% of highpass freq
  171.  --resample <sfreq>  sampling frequency of output file(kHz)- default=automatic
  172.  
  173.  
  174.  ID3 tag options:
  175.    --tt <title>    audio/song title (max 30 chars for version 1 tag)
  176.    --ta <artist>   audio/song artist (max 30 chars for version 1 tag)
  177.    --tl <album>    audio/song album (max 30 chars for version 1 tag)
  178.    --ty <year>     audio/song year of issue (1 to 9999)
  179.    --tc <comment>  user-defined text (max 30 chars for v1 tag, 28 for v1.1)
  180.    --tn <track[/total]>   audio/song track number and (optionally) the total
  181.                           number of tracks on the original recording. (track
  182.                           and total each 1 to 255. just the track number
  183.                           creates v1.1 tag, providing a total forces v2.0).
  184.    --tg <genre>    audio/song genre (name or number in list)
  185.    --ti <file>     audio/song albumArt (jpeg/png/gif file, v2.3 tag)
  186.    --tv <id=value> user-defined frame specified by id and value (v2.3 tag)
  187.                    syntax: --tv "TXXX=description=content"
  188.    --add-id3v2     force addition of version 2 tag
  189.    --id3v1-only    add only a version 1 tag
  190.    --id3v2-only    add only a version 2 tag
  191.    --id3v2-utf16   add following options in unicode text encoding
  192.    --id3v2-latin1  add following options in latin-1 text encoding
  193.    --space-id3v1   pad version 1 tag with spaces instead of nulls
  194.    --pad-id3v2     same as '--pad-id3v2-size 128'
  195.    --pad-id3v2-size <value> adds version 2 tag, pad with extra <value> bytes
  196.    --genre-list    print alphabetically sorted ID3 genre list and exit
  197.    --ignore-tag-errors  ignore errors in values passed for tags
  198.  
  199.    Note: A version 2 tag will NOT be added unless one of the input fields
  200.    won't fit in a version 1 tag (e.g. the title string is longer than 30
  201.     characters), or the '--add-id3v2' or '--id3v2-only' options are used,
  202.     or output is redirected to stdout.
  203.  
  204.  
  205. MS-Windows-specific options:
  206.     --priority <type>  sets the process priority:
  207.                          0,1 = Low priority (IDLE_PRIORITY_CLASS)
  208.                          2 = normal priority (NORMAL_PRIORITY_CLASS, default)
  209.                          3,4 = High priority (HIGH_PRIORITY_CLASS))
  210.     Note: Calling '--priority' without a parameter will select priority 0.
  211.  
  212. Misc:
  213.     --license       print License information
  214.  
  215.  
  216. MPEG-1   layer III sample frequencies (kHz):  32  48  44.1
  217. bitrates (kbps): 32 40 48 56 64 80 96 112 128 160 192 224 256 320
  218.  
  219. MPEG-2   layer III sample frequencies (kHz):  16  24  22.05
  220. bitrates (kbps):  8 16 24 32 40 48 56 64 80 96 112 128 144 160
  221.  
  222. MPEG-2.5 layer III sample frequencies (kHz):   8  12  11.025
  223. bitrates (kbps):  8 16 24 32 40 48 56 64
  224.  
  225.  
  226. C:\temp\lame64bit>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement