UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm having troubles installing an mp3-encoder on Breezy. The documentation says to install gstreamer w/lame, but the package is not availible in the repositories. I've added the following line to sources-list:
Lame (mp3 encoding) is tied up in licensing issues. Some distros will not take the chance. I run Mandriva, and I got it from sourceforge. You may find one somewhere.
I'm having troubles installing an mp3-encoder on Breezy. The documentation says to install gstreamer w/lame, but the package is not availible in the repositories. I've added the following line to sources-list:
I have downloaded LAME ok but cannot install. Ubuntu does not have a './configure' or 'make' command as specified in the Install instructions. Could someone please provide specific install instructions for Breezy.
The easiest way is to install gstreamer0.8-plugins-multiverse _AND_ goobox. For gst-lame maybe you have to point one line of your /etc/apt/sources.list to
but i think that it is included in the main multiverse archive.
You can install goobox from the simple "add application" program, but for gst-lame you need synaptic or aptitude or apt-get or adept or any other real installer.
apt-cache show lame
Package: lame
Priority: optional
Section: multiverse/sound
Installed-Size: 620
Maintainer: Christian Marillat <marillat@debian.org>
Architecture: i386
Version: 3.96.1-1
Depends: libc6 (>= 2.3.2.ds1-4), libncurses5 (>= 5.4-1)
Filename: pool/multiverse/l/lame/lame_3.96.1-1_i386.deb
Size: 228120
MD5sum: 0644e92b5bb471cbffa1df1ff4d5db93
Description: LAME Ain't an MP3 Encoder
Lame is a program which can be used to create compressed audio files. (Lame
aint MP3 encoder). These audio files can be played back by popular mp3
players such as mpg123. To read from stdin, use "-" for <infile>. To write
to stdout, use a "-" for <outfile>.
.
This package contains the frontend encoder binary.
Bugs: mailto:ubuntu-users@lists.ubuntu.com
Origin: Ubuntu
Lame is in the repositories. See if you can install it with:
Well, LAME was already installed. The problem was that Audacity was asking for 'libmp3lame.so' and Ubuntu had compiled it as 'libmp3lame.so.0.0.0'. Anyhow, I pointed Audacity to this library and it happily exported one of my files as 'mp3'. I played it back OK.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.