FiveFeet

Using ffmpeg

ffmpeg -i input.mp3 -acodec libfaac -ab 163840 output.aac

Using avconv

avconv -i input.mp3 -strict experimental output.aac