Lame

From Notes_Wiki
Revision as of 10:22, 9 September 2018 by Saurabh (talk | contribs)

<yambe:breadcrumb self="Sound and video related tools">Sound and video related tools|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.


<yambe:breadcrumb self="Sound and video related tools">Sound and video related tools|Sound and video related tools</yambe:breadcrumb>