EAC and QAAC: Difference between revisions

From Hydrogenaudio Knowledgebase
m (easier to understand AAC 'Additional command line options'; reversed AAC & ALAC instruction placement)
m (add to refalac description)
Line 42: Line 42:
  --title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" <font style="color:green">-a 128 -q 1</font> %source% -o %dest%  
  --title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" <font style="color:green">-a 128 -q 1</font> %source% -o %dest%  


AAC True VBR mode (90)
AAC True VBR mode (90):
  --title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" <font style="color:green">-V90</font> %source% -o %dest%  
  --title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" <font style="color:green">-V90</font> %source% -o %dest%  


Line 74: Line 74:


* <font style="color:red">'''Note''': Remember that you cannot change the compression level for ALAC.</font>
* <font style="color:red">'''Note''': Remember that you cannot change the compression level for ALAC.</font>
* refalac does not require QuickTime or other Apple components.
* refalac/refalac64 share much of codes and functionalities with QAAC and works very similar to QAAC -A.
* refalac does not require a codec specifier option such as '''-A'''.
* Unlike QAAC, refalac/refalac64 DO NOT require QuickTime or other Apple components.
* Unlike QAAC, refalac/refalac64 DO NOT require a codec specifier option such as '''-A'''.


[[Category:Guides]]
[[Category:Guides]]
[[Category:EAC Guides|QAAC & EAC]]
[[Category:EAC Guides|QAAC & EAC]]
[[Category:EAC Compression Guides]]
[[Category:EAC Compression Guides]]

Revision as of 13:02, 11 June 2024

Important note

This guide is in need of an update, because in EAC 1.0 beta 2, the replacement strings changed. For example:

  • "%s" is now "%source%"
  • "%d" is now "%dest%"
  • "%a" is now "%artist%"

See the full list in the EAC FAQ or in the EAC Compression Options guide.

Software Needed

Note: This guide has now been amended to reflect changes made to QAAC as of 2.76.

refalac's command line usage

qaac's command line usage

Installation

Note: This guide assumes that EAC has been configured for secure ripping, if not please follow this guide.

General Configuration for Encode Apple AAC

  • Open EAC and insert a CD into the drive.
  • Click the EAC menu and select Compression Options.
  • Click the External Compression Tab, and put a tick in the box for use external program for compression.
  • Change Parameter Passing Scheme to User Defined Encoder.
  • Change Use file extension to .m4a if not already that.
  • Click the Browse button and locate the qaac.exe or qaac64.exe that you unzipped earlier.
  • Remove the ticks from Use CRC check and Add ID3 tag.
  • Tick Check for external programs return code.
  • If you are using EAC 1.0b2 or newer, then in the Additional command line options box, copy and paste one of the following strings:

AAC ABR (Small file size):

--title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" -a 96 -q 1 %source% -o %dest% 

AAC ABR (iTunes High Quality):

--title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" -a 128 -q 1 %source% -o %dest% 

AAC True VBR mode (90):

--title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" -V90 %source% -o %dest% 

AAC Constrained VBR mode (iTunes Plus):

--title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" -v 256 -q 2 %source% -o %dest% 

AAC Constrained VBR mode (Maximum Quality):

--title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" -v 0 -q 2 %source% -o %dest% 


General Configuration for Encode Apple Lossless Audio Codec (ALAC)

  • Open EAC and insert a CD into the drive.
  • Click the EAC menu and select Compression Options.
  • Click the External Compression Tab, and put a tick in the box for use external program for compression.
  • Change Parameter Passing Scheme to User Defined Encoder.
  • Change Use file extension to .m4a if not already that.
  • Click the Browse button and locate the refalac.exe or refalac64.exe that you unzipped earlier.
  • Remove the ticks from Use CRC check and Add ID3 tag.
  • Tick Check for external programs return code.
  • If you are using EAC 1.0b2 or newer, then in the Additional command line options box, copy and paste the following string:
--title "%title%" --artist "%artist%" --band "%albumartist%" --album "%albumtitle%" --genre "%genre%" --date "%year%" --track "%tracknr%/%numtracks%" %source% -o %dest% 
  • Note: Remember that you cannot change the compression level for ALAC.
  • refalac/refalac64 share much of codes and functionalities with QAAC and works very similar to QAAC -A.
  • Unlike QAAC, refalac/refalac64 DO NOT require QuickTime or other Apple components.
  • Unlike QAAC, refalac/refalac64 DO NOT require a codec specifier option such as -A.