in Web and Tech

I learned today…

This is a nifty windows tweak for converting wav to mp3 using LAME.

Allow me to quote the whole post:

Problem:
There’s no easy way to convert WAV files to MP3 files instantly – usually you have to open up an audio application, load the WAV file, export it as MP3… too much work!

Solution:

  1. Download lame encoder from http://www.free-codecs.com/Lame_Encoder_download.htm
  2. Extract lame.exe to somewhere sensible (e.g. C:\Program Files\lame.exe)
  3. In an Explorer window, go Tools > Folder Options
  4. Click on the File Types tab
  5. Scroll down to WAV; select it
  6. Click on the Advanced button
  7. Click New… to add a new right click association
  8. In Action, type in Lame MP3 128kbps (or something descriptive)
  9. In Application used, type in the following (including quotes):
    "C:\Program Files\lame.exe" -b 128 -h "%1" "%1-mp3.mp3"
  10. Click OK, OK, Close

Voila! You can now right click WAV files in Windows, and an option will appear to convert it automatically into an MP3. You can also do this for batch conversion.

Source:
http://www.jevon.org/wiki/Simple_Right_Click_Convert_WAV_to_MP3_in_Windows

Write a Comment

Comment