Results 1 to 4 of 4
how can i convert my music files which are m4a to wma or mp3...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-22-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 11
converting m4a to wma or mp3
how can i convert my music files which are m4a to wma or mp3
- 12-22-2009 #2
check out an open source program called Audacity. I haven't tried to do what you ask, but Audacity is highly regarded program, it's definitely worth a try. Let us know how it goes.
Audacity: Free Audio Editor and Recorder
- 12-22-2009 #3
Audacity might work as long as you don't have the crippled version that comes with some distros.
VLC is able to transcode, but I often get buggy output from it. Your best bet is probably to use a two stage process.
I use XMMS with the diskwriter, but there are other options as well (script using MPlayer). The idea is to expand the file into WAV format. This is pretty universal. Then use LAME to recompress it into MP3 format. I find that it's very much worth it to use the -h switch.
Also, some hardware player puke on vbr, my lame line in the above script would be
lame -b 128 -h "$fifo" "$dest"
- 12-22-2009 #4Just Joined!
- Join Date
- Jun 2006
- Location
- Carlisle, MA
- Posts
- 13
I assume that you got the M4A files from iTunes. I think that iTunes now allows MP3s to be created from purchased music. In any case, if you create a CD, you can re-import any M4A files back into iTunes or (probably) any other music player as MP3s.


Reply With Quote
