Lame
From Wsms
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 |
[edit]
installation
On Linuxmint, install with:
[root@ws05 ~]# apt-get -y install lame
[edit]
usage
Convert a wav file to an mp3 file.
[ggeller@arthur Desktop]$ lame -V0 -h -b 160 --vbr-new Track02.wav Track02.mp3
[edit]
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
[edit]
see also
man lame
http://en.linuxreviews.org/HOWTO_Convert_audio_files#To_mp3
