Difference between revisions of "Lame"

From Notes_Wiki
(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...")
 
m
Line 1: Line 1:
<yambe:breadcrumb>Sound and video related tools</yambe:breadcrumb>
=lame=
=lame=



Revision as of 04:17, 29 October 2013

<yambe:breadcrumb>Sound and video related tools</yambe:breadcrumb>

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.