Converting WMA Files into MP3 Files Los Angeles CA

There are many variations on the lame software, including notlame, twolame, and toolame. Install whichever suits your needs and/or is readily available for your platform. The syntax for some will be different; even older versions of lame used the -o switch to specify the output file; see the source article for examples.

Local Companies

Computer Repair in Los Angeles
(310) 998-7070
11420 Santa Monica Blvd #1471
Los Angeles, CA
Cornerstone Concepts Inc
818-247-3909
600 W Broadway
Glendale, CA
Digital Soft
818-662-9622
215 W Palmer Ave
Glendale, CA
Corticalx Inc Software Solutions & Technology
818-500-0881
425 E Colorado St
Glendale, CA
Alphatier Systems
818-409-8920
517 Griswold St
Glendale, CA
Abraxas Technologies Inc
818-502-9100
450 N Brand Blvd
Glendale, CA
Capture Technologies Inc
818-844-5690
340 Arden Ave
Glendale, CA
Compuaid U Need
818-547-3342
303 Parkwood Dr
Glendale, CA
Elan Trust
818-243-0288
1000 N Central Ave
Glendale, CA
Metro Software
(818) 243-2112
918 Geneva St., Suite #G
Glendale, CA

Provided By:

Steps

  1. Install the above-mentioned software onto your computer, using either the source or precompiled binaries for your platform.
  2. Convert the WMA files into an intermediate format, the space-wasting but lossless WAV (wave) standard: mplayer -vo null -vc dummy -af resample=44100 -ao pcm "Song 1.wma"
  3. Now convert the result of the previous command (stored as audiodump.wav by default) into MP3:lame audiodump.wav "Song 1.mp3"
  4. That's it! Continue the process for each file you wish to convert. See Tips for some ways to streamline and/or improve this method.
  5. When complete, each directory you visited will have the last file converted still stored as audiodump.wav. You will probably want to delete these obsolete files to conserve space using the rm (Unix) or del (Windows) command.
  6. You may also want to delete the original wma files, after verifying that the quality of the resulting mp3 songs is acceptable.

Tips

  • There are many variations on the lame software, including notlame, twolame, and toolame. Install whichever suits your needs and/or is readily available for your platform. The syntax for some will be different; even older versions of lame used the -o switch to specify the output file; see the source article for examples.
  • You can write a script to enable searching your entire hard drive for wma files and converting them automatically. See the source article for examples. This one was written (on Windows/Cygwin) for the best space savings, using the lowest possible quality setting for the MP3 output:#!/bin/bashfor file in "$@"; do mplayer \ -vo null \ -vc dummy \ -af resample=44100 \ -ao pcm:file="${file%%.[Ww][Mm][Aa]}.wav" \ "$file" lame -V9 "${file%%.[Ww][Mm][Aa]}.wav" "${file%%.[Ww][Mm][Aa]}.mp3" rm -f "${file%%.[Ww][Mm][Aa]}.wav"doneThis one doesn't search the hard drive, it just converts the WMA files you specify on the command line, e.g.:$ wma2mp3 *.wma

Sources and Citations

  • Convert WMA to MP3, the source article that provided the information for this one. Click on "read full thread" near the bottom of the page to see all the modifications to the original script.
  • MPlayer, open-source audio/video playing and conversion software
  • lame, open-source MP3 conversion software

Article provided by wikiHow, a wiki how-to manual. Please edit this article and find author credits at the original wikiHow article on How to How to Convert Unprotected WMA Files Into MP3 Files. All content on wikiHow can be shared under a Creative Commons license.

Featured Local Company

Computer Repair in Los Angeles

(310) 998-7070
11420 Santa Monica Blvd #1471
Los Angeles, CA
http://www.rentageekla.com/links.htm