Lame

From Notes_Wiki
Revision as of 03:24, 13 November 2012 by Saurabh (talk | contribs) (Created page with "=lame= We can use lame to lower mp3 bitrates when using Linux. To lower bit rate: # Uncompress mp3 file to wave file using '<tt>lame --decode <file></tt>' command # C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

lame

We can use lame to lower mp3 bitrates when using Linux.

To lower bit rate:

  1. Uncompress mp3 file to wave file using 'lame --decode <file>' command
  2. Compress to mp3 with bitrate 48 using command 'lame -b 48 <wav file>'

Note that above instructions are for compressing mp3 files for mobile which may support only 48kbps bitrate. For PCs lowering only up to 128 may be desirable.