Lame

From Wsms

Jump to: navigation, search

This page should be named lame (all lowercase). It is Lame do to a technical limitation of Mediawiki.

lame is a utility for manipulating audio files.

Contents

installation

On Linuxmint, install with:

[root@ws05 ~]# apt-get -y install lame

usage

Convert a wav file to an mp3 file.

[ggeller@arthur Desktop]$ lame -V0 -h -b 160 --vbr-new Track02.wav Track02.mp3

convert an m4a file to mp3

m4a files are associated with the Apple iPod. You need us use faad to convert the m4a to a wav. Then use lame:

$ faad foo.m4a
$ lame foo.wav foo.mp3

see also

man lame
http://en.linuxreviews.org/HOWTO_Convert_audio_files#To_mp3

Personal tools