<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



Awesome MP3 Encoder: LAME

Friday, September 22, 2006

Well, today I was looking around for a good Linux MP3 encoder to create some smaller .mp3 files of a couple huge .wav files I have (save space on iPod). So, I looked around and nothing really seemed to meet my needs until I found LAME. LAME is, as their website says, an LGPL MP3 encoder. It started in 1999 and is now a "highly evolved MP3 encoder, with quality and speed able to rival state of the art commercial encoders." Yeah, I'll say so! LAME is just super awesome... yes "super awesome." But, I didn't know that then, so I decided to download the source code and give LAME a whirl. Installing was easy, just the basic

./configure
make
make install

I did enable --enable-mp3x to get mp3x, a GTK based graphical MP3 frame analyzer (haven't used it yet though... perhaps later). So the install went fine, I didn't even have to install any dependencies... w00t! Ok, so then I got to the encoding part... what was that saying I used... oh yes... "super awesome." Ok, I haven't had much experience with mp3 encoders, but LAME was really easy to use. You just open a terminal and type:

lame filename.extenion filename.newextension
Yes, that easy! My AMD Athlon 3700+ handled the encoding in no time, and soon I had converted a 100+MB .WAV file to a nice 10MB .MP3 file! That was quite a surprise to me... now, instead of having one file taking up 100MB, I can have 10! As for the quality... well, its a 100MB file into a 10MB file, I did notice a difference... but really... it still sounded great! I can't wait to see what more LAME can do, but until then, refer to this link to see a guide to the command line options. So check out LAME!

Link to homepage | Download | Using LAME
posted by linnerd40, Friday, September 22, 2006


0 Comments:

Add a comment