Thread: flac/shn > aac
View Single Post
  #5  
Old 2005-05-16, 07:06 PM
DoIFeelLucky's Avatar
DoIFeelLucky DoIFeelLucky is offline
 
Join Date: Mar 2005
Location: Toronto
Re: flac/shn > aac

To elaborate on foobar2000...

If you have iTunes (currently regarded as the best AAC encoder), you can use the free iTunesEncode program as a commandline encoder through foobar2000's diskwriter. Read about it here. Basically it automatically imports the track on the fly to iTunes, which then encodes it using the settings that you specify within iTunes.

In foobar2000, click the foobar2000 menu>preferences. Select "discwriter" from the list on the left. Under "output presets," click "add new," choose commandline encoder, and click OK. Then you get an empty encoder options window.

Encoder: [whatever your path to iTunesEncode is]
Extension: m4a
Parameters:
Code:
-e "AAC Encoder" -a "%a" -l "%g" -t "%t" -g "%m" -y %y -n %n -i %s -o %d
This is the commandline the author gave, but without the "-d" option, which would remove the file from iTunes (since you said that's where you wanted it to go anyway).

Format is: lossy
Highest BPS mode supported: 16

Give this encoder preset a display name, and don't worry about the other options.

Now, just select files in the playlist, right-click>convert>run conversion.
Reply With Quote Reply with Nested Quotes