Difference between revisions of "Lame"

From Notes_Wiki
m
m
Line 1: Line 1:
<yambe:breadcrumb>Sound and video related tools</yambe:breadcrumb>
<yambe:breadcrumb self="Sound and video related tools">Sound and video related tools|Sound and video related tools</yambe:breadcrumb>
=lame=
=lame=


Line 9: Line 9:


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.
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>

Revision as of 10:22, 9 September 2018

<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>