<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=157.193.11.253</id>
	<title>Hydrogenaudio Knowledgebase - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=157.193.11.253"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/157.193.11.253"/>
	<updated>2026-05-05T17:31:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=26444</id>
		<title>EAC and AAC (qaac)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=26444"/>
		<updated>2015-06-09T01:30:57Z</updated>

		<summary type="html">&lt;p&gt;157.193.11.253: ALAC command line &amp;amp; General Configuration for Encode AAC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Important note===&lt;br /&gt;
&lt;br /&gt;
This guide is in need of an update, because &#039;&#039;&#039;in EAC 1.0 beta 2, the replacement strings changed&#039;&#039;&#039;. For example:&lt;br /&gt;
* &amp;quot;%s&amp;quot; is now &amp;quot;%source%&amp;quot;&lt;br /&gt;
* &amp;quot;%d&amp;quot; is now &amp;quot;%dest%&amp;quot;&lt;br /&gt;
* &amp;quot;%a&amp;quot; is now &amp;quot;%artist%&amp;quot;&lt;br /&gt;
See the full list in [http://www.exactaudiocopy.de/en/index.php/support/faq/ the EAC FAQ] or in the [http://wiki.hydrogenaudio.org/index.php?title=EAC_Compression_Options#External_Compression EAC Compression Options guide].&lt;br /&gt;
&lt;br /&gt;
===Software Needed===&lt;br /&gt;
* [http://www.exactaudiocopy.de/en/index.php/resources/download/ Exact Audio Copy]&lt;br /&gt;
* [https://sites.google.com/site/qaacpage/cabinet CLI QuickTime AAC/ALAC encoder]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This guide has now been amended to reflect changes made to QAAC as of 2.18.&lt;br /&gt;
&lt;br /&gt;
===refalac&#039;s command line usage===&lt;br /&gt;
* [https://github.com/nu774/qaac/wiki/refalac-usage refalac usage]&lt;br /&gt;
&lt;br /&gt;
===qaac&#039;s command line usage===&lt;br /&gt;
* [https://github.com/nu774/qaac/wiki/Command-Line-Options Command Line Options]&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This guide assumes that EAC has been configured for secure ripping, if not please follow [[EAC_Drive_Configuration | this]] guide.&lt;br /&gt;
* Download [https://sites.google.com/site/qaacpage/cabinet CLI QuickTime AAC/ALAC encoder], Then unzip the chosen QAAC version (include &#039;&#039;&#039;qaac.exe&#039;&#039;&#039; and &#039;&#039;&#039;refalac.exe&#039;&#039;&#039;) into the same directory as EAC.&lt;br /&gt;
&lt;br /&gt;
===General Configuration for Encode ALAC===&lt;br /&gt;
&lt;br /&gt;
* Open EAC and insert a CD into the drive.&lt;br /&gt;
* Click the &#039;&#039;&#039;EAC&#039;&#039;&#039; menu and select &#039;&#039;&#039;Compression Options&#039;&#039;&#039;.&lt;br /&gt;
* Click the &#039;&#039;&#039;External Compression&#039;&#039;&#039; Tab, and put a tick in the box for &#039;&#039;&#039;use external program for compression&#039;&#039;&#039;.&lt;br /&gt;
* Change &#039;&#039;&#039;Parameter Passing Scheme&#039;&#039;&#039; to &#039;&#039;&#039;User Defined Encoder&#039;&#039;&#039;.&lt;br /&gt;
* Change &#039;&#039;&#039;Use file extension&#039;&#039;&#039; to &#039;&#039;&#039;.m4a&#039;&#039;&#039; if not already that.&lt;br /&gt;
* Click the &#039;&#039;&#039;Browse&#039;&#039;&#039; button and locate the &#039;&#039;&#039;refalac.exe&#039;&#039;&#039; that you unzipped earlier.&lt;br /&gt;
* Remove the ticks from &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; and &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;.&lt;br /&gt;
* Tick &#039;&#039;&#039;Check for external programs return code&#039;&#039;&#039;.&lt;br /&gt;
* If you are using EAC 1.0b2 or newer, then in the &#039;&#039;&#039;Additional command line options&#039;&#039;&#039; box, copy and paste the following string:&lt;br /&gt;
&lt;br /&gt;
 --title &amp;quot;%title%&amp;quot; --artist &amp;quot;%artist%&amp;quot; --band &amp;quot;%albumartist%&amp;quot; --album &amp;quot;%albumtitle%&amp;quot; --composer &amp;quot;%composer%&amp;quot; --comment &amp;quot;%comment%&amp;quot; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr1%/%numtracks%&amp;quot; --disk &amp;quot;%cdnumber%/%totalcds%&amp;quot; %haslyrics%--lyrics &amp;quot;%lyricsfile%&amp;quot;%haslyrics% %hascover%--artwork &amp;quot;%coverfile%&amp;quot;%hascover% %source% -o %dest%&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;: Remember that you cannot change the compression level.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===General Configuration for Encode AAC===&lt;br /&gt;
&lt;br /&gt;
* Open EAC and insert a CD into the drive.&lt;br /&gt;
* Click the &#039;&#039;&#039;EAC&#039;&#039;&#039; menu and select &#039;&#039;&#039;Compression Options&#039;&#039;&#039;.&lt;br /&gt;
* Click the &#039;&#039;&#039;External Compression&#039;&#039;&#039; Tab, and put a tick in the box for &#039;&#039;&#039;use external program for compression&#039;&#039;&#039;.&lt;br /&gt;
* Change &#039;&#039;&#039;Parameter Passing Scheme&#039;&#039;&#039; to &#039;&#039;&#039;User Defined Encoder&#039;&#039;&#039;.&lt;br /&gt;
* Change &#039;&#039;&#039;Use file extension&#039;&#039;&#039; to &#039;&#039;&#039;.m4a&#039;&#039;&#039; if not already that.&lt;br /&gt;
* Click the &#039;&#039;&#039;Browse&#039;&#039;&#039; button and locate the &#039;&#039;&#039;qaac.exe&#039;&#039;&#039; that you unzipped earlier.&lt;br /&gt;
* Remove the ticks from &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; and &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;.&lt;br /&gt;
* Tick &#039;&#039;&#039;Check for external programs return code&#039;&#039;&#039;.&lt;br /&gt;
* If you are using EAC 1.0b2 or newer, then in the &#039;&#039;&#039;Additional command line options&#039;&#039;&#039; box, copy and paste the following string:&lt;br /&gt;
&lt;br /&gt;
 --title &amp;quot;%title%&amp;quot; --artist &amp;quot;%artist%&amp;quot; --band &amp;quot;%albumartist%&amp;quot; --album &amp;quot;%albumtitle%&amp;quot; --composer &amp;quot;%composer%&amp;quot; --comment &amp;quot;%comment%&amp;quot; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr1%/%numtracks%&amp;quot; --disk &amp;quot;%cdnumber%/%totalcds%&amp;quot; %haslyrics%--lyrics &amp;quot;%lyricsfile%&amp;quot;%haslyrics% %hascover%--artwork &amp;quot;%coverfile%&amp;quot;%hascover% %islow%-a %bitrate%%islow% %ishigh%-v %bitrate%%ishigh% %source% -o %dest%&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;High quality&#039;&#039;&#039; in EAC = Constrained VBR mode = VBR on in iTunes.&lt;br /&gt;
* &#039;&#039;&#039;Low quality&#039;&#039;&#039; in EAC = ABR mode = VBR off in iTunes.&lt;br /&gt;
* Note: for other encoding modes (such as CBR, True VBR, HE-AAC, etc.), edit the parameters between the %islow% and/or %ishigh% tags. See [https://github.com/nu774/qaac/wiki/Command-Line-Options Command Line Options].&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|QAAC &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>157.193.11.253</name></author>
	</entry>
</feed>