or any conversion I suppose. My question is simple: How do I use this command:
mplayer -ao pcm *.m4a -ao pcm:file="*.mp3"
to convert whole directories and place the converted tracks into another directory. The way it's listed above it will convert all songs with a .mp4 extension into a single file with a .mp3 extension. Which of course, is not what I want, but I know of no other way to use this command.