Convert WAV to MP3 or MP3 to WAV
Boy I would have loved this post a decade ago when I was ripping CDs from my local library. The memory is actually quite hilarious: I would request 100 CDs at a time from the local library system, pick up however had been delivered at 10 a.m. that morning, and return them at 5 p.m. that day. I had a giggle with the librarian in those days but the real giggle was the fact that the WAV files were bloating up my hard drive.
The following simple command would convert those WAV files to MP3s:
ffmpeg -i song.wav song.mp3
Of course converting from MP3 to WAV would simply be swapping the extensions in the command above.
ffmpeg is a marvel of a utility. Video conversion, audio conversion, and probably the key to world peace. Thank you ffmpeg!
![Responsive Images: The Ultimate Guide]()
Chances are that any Web designers using our Ghostlab browser testing app, which allows seamless testing across all devices simultaneously, will have worked with responsive design in some shape or form. And as today's websites and devices become ever more varied, a plethora of responsive images...
![5 Awesome New Mozilla Technologies You’ve Never Heard Of]()
My trip to Mozilla Summit 2013 was incredible. I've spent so much time focusing on my project that I had lost sight of all of the great work Mozillians were putting out. MozSummit provided the perfect reminder of how brilliant my colleagues are and how much...
![Highlight Table Rows, Columns, and Cells Using MooTools 1.2.3]()
Row highlighting and individual cell highlighting in tables is pretty simple in every browser that supports :hover on all elements (basically everything except IE6). Column highlighting is a bit more difficult. Luckily MooTools 1.2.3 makes the process easy.
The XHTML
A normal table. The cells...
![Use Custom Missing Image Graphics Using Dojo]()
A few months back I posted an article about how you can use your own "missing image" graphics when an image fails to load using MooTools and jQuery. Here's how to do the same using Dojo.
The HTML
We'll delegate the image to display by class...
If you’re on a mac and you want to do it on your machine, after installing X-Code,type in
brew install ffmpeg
If you also want to edit your audio first, Audacity has been a trusty companion for years now. Looks like arse, works like a charm. http://audacity.sourceforge.net/
Back in the days, the best mp3 converter was LAME.
I don’t know if something better came out in the meanwhile, but it’s a highly customizable multiplatform tool.
It looks like
ffmpeg
can use thelibmp3lame
audio codec, I guess it would be nice to know how to use it.yes, LAME pretty much was the bee’s knees.
Great tool! A gulp package is also available: https://github.com/cab/gulp-ffmpeg
I have usef ffmpeg for converting images to video. very useful for that.
No joke.. 5 years ago, it would have been such a savior.