<?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=84.173.122.104</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=84.173.122.104"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/84.173.122.104"/>
	<updated>2026-05-05T18:50:05Z</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=26157</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=26157"/>
		<updated>2014-10-16T20:13:25Z</updated>

		<summary type="html">&lt;p&gt;84.173.122.104: /* 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;
 --verbose --title &amp;quot;%title%&amp;quot; --artist &amp;quot;%artist%&amp;quot; --album &amp;quot;%albumtitle%&amp;quot; --composer &amp;quot;%albumcomposer%&amp;quot; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr%/%numtracks%&amp;quot; --disk &amp;quot;%cdnumber%/%totalcds%&amp;quot; --comment &amp;quot;%comment%&amp;quot; %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;
Hmm...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://sites.google.com/site/qaacpage/usage Here] is information on how to use it&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|QAAC &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>84.173.122.104</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=26156</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=26156"/>
		<updated>2014-10-16T20:04:21Z</updated>

		<summary type="html">&lt;p&gt;84.173.122.104: /* 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;
 --verbose --title &amp;quot;%title%&amp;quot; --artist &amp;quot;%artist%&amp;quot; --album &amp;quot;%albumtitle%&amp;quot; --composer &amp;quot;%albumcomposer%&amp;quot; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr%/%numtracks%&amp;quot; --disk &amp;quot;%cdnumber%/%totalcds%&amp;quot; --comment &amp;quot;%comment%&amp;quot; %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;
Hmm...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://sites.google.com/site/qaacpage/usage| Here] is information on how to use it&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|QAAC &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>84.173.122.104</name></author>
	</entry>
</feed>