fdk-aac-encoder

Command-line encoder frontend for libfdk-aac audio codec

brewmacoslinux
Try with needOr install directly
Source

About

Command-line encoder frontend for libfdk-aac

Commands

aac-enc

Examples

Encode a WAV file to AAC format$ aac-enc input.wav output.m4a
Encode with specific bitrate (128 kbps)$ aac-enc -br 128000 input.wav output.m4a
Encode with high quality VBR mode$ aac-enc -vbr 5 input.wav output.m4a