PDA

View Full Version : .aac -> .mp3


Mudalanera
10th September 2007, 14:18
Hi


How can I convert an .aac audiotrack to any other format (preferably .mp3)? It should be a freeware programm and easy to use please.

setarip_old
10th September 2007, 18:27
Hi!

I believe you should be able to accomplish this using the "Belight"/"BeSweet" package...

SeeMoreDigital
10th September 2007, 18:37
How about iTunes...

Kurtnoise
10th September 2007, 21:03
I believe you should be able to accomplish this using the "Belight"/"BeSweet" package...
Certainly not...

tebasuna51
10th September 2007, 21:24
1) Command line (-d if source is 5.1 to downmix to 2.0)
> faad -d input.aac intermediate.wav
> lame intermediate.wav output.mp3

2) AviSynth-BeHappy/SoundOut/Wavi with DirectShowSource method and Downmix if 5.1, with BassAudioSource if 2.0

3) Foobar2000 with any DSP function to downmix if 5.1.
(maybe the more easy method)

patul
11th September 2007, 12:23
@Mudalanera: Tebasuna's third method (foobar2000) is the simplest method, easy enough for me. Just few clicks.