Skip to content

Instantly share code, notes, and snippets.

@aphex3k
Last active July 7, 2020 22:43
Show Gist options
  • Save aphex3k/110f1a93887eed9101889c96fa77fa0e to your computer and use it in GitHub Desktop.
Save aphex3k/110f1a93887eed9101889c96fa77fa0e to your computer and use it in GitHub Desktop.
EAC Additional command-line options

MP3

Audio-Book, mono, good quality, small files

-V0 -B 48 -Y -q 0 -m m -p -c --resample 22.05

AAC

Audio-Book, good quality, small files

faac:

-o %dest% --cover-art "%coverfile%" --comment "%comment%" --track "%tracknr3%" --disc "%cdnumber%/%totalcds%" --album "%albumtitle%" --composer "%composer%" --year "%year%" --title "%title%" --artist "%artist%" -q 20 --mpeg-vers 4 --tns -w %source%

fdk_aac:

-p 29 -m 5 -a 1 --moov-before-mdat -o %dest% --comment "%comment%" --track "%tracknr3%" --disk "%cdnumber%/%totalcds%" --album "%albumtitle%" --album-artist "%composer%" --date "%year%" --title "%title%" --artist "%artist%" %source%

AAC

CD-Quality

fdk_aac:

-p 2 -b 320 -m 0 -w 44100 -a 1 --moov-before-mdat -o %dest% --comment "%comment%" --track "%tracknr3%" --disk "%cdnumber%/%totalcds%" --album "%albumtitle%" --album-artist "%composer%" --date "%year%" --title "%title%" --artist "%artist%" %source%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment