Browsing all articles tagged with mplayer
Converting WMA files to MP3 on Linux (specifically Ubuntu) and retain tag information
I recently needed to convert a bunch of (DRM-free) WMA files to MP3 format on Ubuntu, and there’s no good tool out there to do it. There are plenty of tutorials that tell you how to convert from WMA to WAV with Lame, then from WAV to MP3 with mplayer, but none of these tutorial talk about how that will cause you to lose all the WMA artist/album/title data. I needed a tool that would keep the tagged data; so, I made one. It requires mplayer, lame, and mutagen-inspect, all of which are available from aptitude.
So, here’s my script: wma2mp3
read more
Like us on facebook!
Recent Posts
- Building SOAP services on Google App Engine in Java: Part 1 – The Servlet
- Eclipse RCP: Setting P2 repositories (update sites) programmatically (for when p2.inf fails).
- Easily load Xtext files and objects in Eclipse plugin or RCP projects using adapters
- Howto: Mount your Android SD card under linux via wifi
- Using Log4J in Eclipse RCP (and forcing all other plugins to use it too!)

