<?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=Mike2718</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=Mike2718"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/Mike2718"/>
	<updated>2026-04-28T15:22:04Z</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=38037</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=38037"/>
		<updated>2024-06-10T14:25:24Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: Add installation guide. Change the file extension.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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.82.&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://github.com/nu774/qaac/releases the latest version of 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; for 32-bit, include &#039;&#039;&#039;qaac64.exe&#039;&#039;&#039; and &#039;&#039;&#039;refalac64.exe&#039;&#039;&#039; for 64-bit) into the same directory as EAC.&lt;br /&gt;
* Follow [https://github.com/nu774/qaac/wiki/Installation Installation Guide].&lt;br /&gt;
&lt;br /&gt;
===General Configuration for Encode Apple Lossless Audio Codec (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;.mp4&#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; or &#039;&#039;&#039;refalac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr%/%numtracks%&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 Apple 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;.mp4&#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; or &#039;&#039;&#039;qaac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr%/%numtracks%&amp;quot; %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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=38035</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=38035"/>
		<updated>2024-06-10T13:51:12Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: Add instructions for the software installation steps.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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;
* iTunes&lt;br /&gt;
* [https://github.com/nu774/qaac QAAC]&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.82.&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;
===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;
===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;
# Install [https://www.7-zip.org/download.html 7-zip].&lt;br /&gt;
# Download [https://www.apple.com/itunes/download/win64 iTunes64Setup.exe] (64-bit) or [https://www.apple.com/itunes/download/win32 iTunesSetup.exe] (32-bit) into a directory.&lt;br /&gt;
# Download [https://github.com/nu774/qaac/releases the latest version of QAAC], Then unzip the chosen QAAC version (include &#039;&#039;&#039;qaac.exe&#039;&#039;&#039; and &#039;&#039;&#039;refalac.exe&#039;&#039;&#039; for 32-bit, include &#039;&#039;&#039;qaac64.exe&#039;&#039;&#039; and &#039;&#039;&#039;refalac64.exe&#039;&#039;&#039; for 64-bit) into same directory.&lt;br /&gt;
# Download [https://raw.githubusercontent.com/nu774/makeportable/master/makeportable2.cmd makeportable2.cmd] into same directory.&lt;br /&gt;
# Double-click on the file makeportable.cmd.&lt;br /&gt;
# After that there are one folder created. QTfiles64 or QTfiles.&lt;br /&gt;
# Open a command prompt window. Change to that directory (cd command). Enter `qaac64.exe --check` (64-bit) or `qaac.exe --check` (32-bit) to see if the version number is displayed.&lt;br /&gt;
&lt;br /&gt;
===General Configuration for Encode Apple Lossless Audio Codec (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;.mp4&#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; or &#039;&#039;&#039;refalac64.exe&#039;&#039;&#039; that you unzipped earlier.&lt;br /&gt;
* Uncheck &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; and &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;.&lt;br /&gt;
* Check &#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;
  &amp;lt;font style=&amp;quot;color:#A2AAAD&amp;quot;&amp;gt;&#039;&#039;&#039;-A&#039;&#039;&#039;&amp;lt;/font&amp;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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr%/%numtracks%&amp;quot; %source% -o %dest% &lt;br /&gt;
&lt;br /&gt;
[[Image:EACandQAAC1.png|frame|center|QAAC configured with ALAC (Apple Lossless Audio Codec), in an newer version of EAC]]&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 Apple 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;.mp4&#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; or &#039;&#039;&#039;qaac64.exe&#039;&#039;&#039; that you unzipped earlier.&lt;br /&gt;
* Uncheck &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; and &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;.&lt;br /&gt;
* Check &#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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr%/%numtracks%&amp;quot; %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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=File:EACandQAAC1.png&amp;diff=38034</id>
		<title>File:EACandQAAC1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=File:EACandQAAC1.png&amp;diff=38034"/>
		<updated>2024-06-10T12:27:24Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: QAAC configured with ALAC (Apple Lossless Audio Codec), in an newer version of EAC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
QAAC configured with ALAC (Apple Lossless Audio Codec), in an newer version of EAC&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35787</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=35787"/>
		<updated>2022-06-29T18:51:55Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: Correct writing mistakes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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.76.&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://github.com/nu774/qaac/releases the latest version of 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; for 32-bit, include &#039;&#039;&#039;qaac64.exe&#039;&#039;&#039; and &#039;&#039;&#039;refalac64.exe&#039;&#039;&#039; for 64-bit) into the same directory as EAC.&lt;br /&gt;
&lt;br /&gt;
===General Configuration for Encode Apple Lossless Audio Codec (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; or &#039;&#039;&#039;refalac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr%/%numtracks%&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 Apple 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; or &#039;&#039;&#039;qaac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr%/%numtracks%&amp;quot; %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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_Ogg_Vorbis&amp;diff=35786</id>
		<title>EAC and Ogg Vorbis</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=EAC_and_Ogg_Vorbis&amp;diff=35786"/>
		<updated>2022-06-29T18:20:18Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* Software Needed */ Add link to download 32-bit oggenc.exe executable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&gt;
This page is a compression guide for configuring Oggenc2 encoder with EAC for greater encoding flexibility.&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://github.com/mike2718/vorbis-tools-win32/releases Oggenc]&lt;br /&gt;
* Oggenc2&lt;br /&gt;
** Download latest version from [http://www.rarewares.org/ogg.html RareWares Ogg page]&lt;br /&gt;
** Download accelerated [[Lancer]] version from &amp;lt;s&amp;gt;[http://homepage3.nifty.com/blacksword/index_e.htm The Ogg Vorbis Acceleration Project]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This guide assumes that EAC is has been configured for secure ripping, if not please follow [[EAC_Drive_Configuration | this guide]].&lt;br /&gt;
* Unzip the chosen Oggenc2.exe build into the same directory that EAC is in.&lt;br /&gt;
= Configuration =&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 check box in &#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;.ogg&#039;&#039;&#039;.&lt;br /&gt;
* Click the &#039;&#039;&#039;Browse&#039;&#039;&#039; button and locate the &#039;&#039;&#039;OGGENC2.EXE&#039;&#039;&#039; that you unzipped earlier.&lt;br /&gt;
* Remove the ticks from &#039;&#039;&#039;Use CRC check&#039;&#039;&#039;, &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039; and &#039;&#039;&#039;check for external programs return code&#039;&#039;&#039;.&lt;br /&gt;
* In the &#039;&#039;&#039;Additional command line options&#039;&#039;&#039; box, copy and paste one of the below strings based on the Tag you would prefer.&lt;br /&gt;
:&#039;&#039;&#039;No Tags:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left:30px; margin-right:30px;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-q 6&#039;&#039;&#039;&amp;lt;/font&amp;gt; %s -o %d&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or, since EAC 1.0 beta 2 :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left:30px; margin-right:30px;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-q 6&#039;&#039;&#039;&amp;lt;/font&amp;gt; %source% -o %dest%&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Vorbis Comment:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left:30px; margin-right:30px;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-q 6&#039;&#039;&#039;&amp;lt;/font&amp;gt; -a &amp;quot;%a&amp;quot; -t &amp;quot;%t&amp;quot; -l &amp;quot;%g&amp;quot; -d &amp;quot;%y&amp;quot; -N &amp;quot;%n&amp;quot; -G &amp;quot;%m&amp;quot; %s -o %d&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Again, since EAC 1.0 beta 2 it gives : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left:30px; margin-right:30px;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-q 6&#039;&#039;&#039;&amp;lt;/font&amp;gt; -a &amp;quot;%albumartist%&amp;quot; -t &amp;quot;%title%&amp;quot; -l &amp;quot;%albumtitle%&amp;quot; -d &amp;quot;%year%&amp;quot; -N &amp;quot;%tracknr%&amp;quot; -G &amp;quot;%genre%&amp;quot; %source% -o %dest%&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; If you wanted to change the quality setting the green portion is what you would substitute with the new setting e.g. -q 10 or -q 2. For more information, see [[Recommended Ogg Vorbis#Recommended Encoder Settings|this page]].&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:EAC_OGG.png|frame|center|Ogg configured with Vorbis Comment tagging]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Exact_Audio_Copy|Exact Audio Copy]]&lt;br /&gt;
* [[Ogg_Vorbis|Ogg Vorbis]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|Ogg Vorbis &amp;amp; EAC]]&lt;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35785</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=35785"/>
		<updated>2022-06-29T16:41:03Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* Installation */ Add description of 64-bit executable program&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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.76.&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://github.com/nu774/qaac/releases the latest version of 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; for 32-bit, include &#039;&#039;&#039;qaac64.exe&#039;&#039;&#039; and &#039;&#039;&#039;refalac64.exe&#039;&#039;&#039; for 64-bit) 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;.mp4&#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; or &#039;&#039;&#039;refalac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr2%/%numtracks%&amp;quot; %source% &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;.mp4&#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; or &#039;&#039;&#039;qaac64.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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35784</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=35784"/>
		<updated>2022-06-29T16:37:40Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* Software Needed */ Update version number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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.76.&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://github.com/nu774/qaac/releases the latest version of 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;.mp4&#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; or &#039;&#039;&#039;refalac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr2%/%numtracks%&amp;quot; %source% &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;.mp4&#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; or &#039;&#039;&#039;qaac64.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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35783</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=35783"/>
		<updated>2022-06-29T16:35:25Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* General Configuration for Encode ALAC */ Fix file extension&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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://github.com/nu774/qaac/releases the latest version of 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;.mp4&#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; or &#039;&#039;&#039;refalac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr2%/%numtracks%&amp;quot; %source% &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;.mp4&#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; or &#039;&#039;&#039;qaac64.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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35782</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=35782"/>
		<updated>2022-06-29T16:35:04Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* General Configuration for Encode AAC */ Fix file extension&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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://github.com/nu774/qaac/releases the latest version of 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; or &#039;&#039;&#039;refalac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr2%/%numtracks%&amp;quot; %source% &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;.mp4&#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; or &#039;&#039;&#039;qaac64.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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35781</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=35781"/>
		<updated>2022-06-29T16:30:04Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* General Configuration for Encode AAC */ Add description of 64-bit executable program&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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://github.com/nu774/qaac/releases the latest version of 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; or &#039;&#039;&#039;refalac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr2%/%numtracks%&amp;quot; %source% &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; or &#039;&#039;&#039;qaac64.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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35780</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=35780"/>
		<updated>2022-06-29T16:29:01Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* General Configuration for Encode ALAC */ Update encoding parameters&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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://github.com/nu774/qaac/releases the latest version of 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; or &#039;&#039;&#039;refalac64.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; --genre &amp;quot;%genre%&amp;quot; --date &amp;quot;%year%&amp;quot; --track &amp;quot;%tracknr2%/%numtracks%&amp;quot; %source% &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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35380</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=35380"/>
		<updated>2021-11-15T02:37:53Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: Sorry if my English is too casual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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://github.com/nu774/qaac/releases the latest version of 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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=35379</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=35379"/>
		<updated>2021-11-15T02:27:59Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: Update official site links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EAC guides}}&lt;br /&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://github.com/nu774/qaac 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://github.com/nu774/qaac/releases newest 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;br /&gt;
[[Category:EAC Compression Guides]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=25205</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=25205"/>
		<updated>2013-06-26T17:40:38Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* General Configuration for Encode QAAC */&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;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|QAAC &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=25204</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=25204"/>
		<updated>2013-06-26T17:34:11Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* Installation */&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 QAAC===&lt;br /&gt;
&lt;br /&gt;
Hmm...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|QAAC &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=25203</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=25203"/>
		<updated>2013-06-26T17:31:32Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: &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 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 QAAC===&lt;br /&gt;
&lt;br /&gt;
Hmm...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|QAAC &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=25202</id>
		<title>Exact Audio Copy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=25202"/>
		<updated>2013-06-26T17:29:11Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* Compression guides */ add QAAC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{featured}}&lt;br /&gt;
{{Software Infobox&lt;br /&gt;
| name = Exact Audio Copy&lt;br /&gt;
| logo =&lt;br /&gt;
| screenshot = [[Image:EAC_screenshot.png|250px|EAC screenshot]]&lt;br /&gt;
| caption = popular secure ripper with C2 error correction&lt;br /&gt;
| maintainer = Andre Wiethoff&lt;br /&gt;
| stable_release = 1.0b3 (Sep 2011)&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows, Linux/BSD (Wine Emulation)&lt;br /&gt;
| use = Digital Audio Extraction&lt;br /&gt;
| license = Free, Cardware&lt;br /&gt;
| website = [http://www.exactaudiocopy.org/ EAC website]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Exact Audio Copy&#039;&#039;&#039; (&#039;&#039;&#039;EAC&#039;&#039;&#039; for short) is a free software that can be used to extract tracks from an Audio CD to your computer&#039;s hard disk. What makes EAC special compared to other rippers is the fact that it is capable of reading audio CDs almost perfectly.&lt;br /&gt;
EAC uses various methods for extracting audio data. EAC can also invoke externally installed encoders, thereby making it possible to simultaneously rip and encode audio data to the format of your choice.&lt;br /&gt;
&lt;br /&gt;
== Features of Exact Audio Copy ==&lt;br /&gt;
* Usage of the Windows 95 and Windows NT ASPI Interface, so both SCSI and ATAPI CD-ROM drives are supported&lt;br /&gt;
* Hidden sector synchronization (jitter correction)&lt;br /&gt;
* Secure, fast and burst extraction methods selectable. Fast extraction should run at the same speed as other grabbers, but is probably not exact anymore. Burst mode just grabs the audio data without any synchronization.&lt;br /&gt;
* Read error and complete loss of sync detection and correction in secure modes, as far as possible&lt;br /&gt;
* Output of time positions of all non-exact corrections and listen to these positions&lt;br /&gt;
* Copy of ranges of music data, not only tracks&lt;br /&gt;
* Automatic Speed reduction on errors and fallback afterwards&lt;br /&gt;
* Normalization of extracted audio&lt;br /&gt;
* Usage of the Windows Audio Compression Manager (ACM Codecs) for direct compression e.g. to MP3 waves&lt;br /&gt;
* Support for the BladeEnc DLL that is usable like an ACM Codec for online MP3 compression&lt;br /&gt;
* Support of external MP3, VQF, RA and AAC encoders for automatic compression after extraction&lt;br /&gt;
* Batch compression and decompression of/to WAV files&lt;br /&gt;
* Compression offset support for exact compression/decompression&lt;br /&gt;
* Detection of pre-track gaps&lt;br /&gt;
* Detection of silence in pre-track gaps&lt;br /&gt;
* Automatic creation of CUE sheets for CDRWin, including all gaps, indices, track attributes, UPC and ISRC&lt;br /&gt;
* CD player functionality and prelistening to selected ranges&lt;br /&gt;
* Automatic detection of drive features, whether a drive has an accurate stream and/or does caching&lt;br /&gt;
* Sample Offsets for drives with no accurate streams, including the option of filling up missing samples with silence&lt;br /&gt;
* Option for synchronizing tracks for non-accurate stream drives&lt;br /&gt;
* Filename editing with local and remote CDDB database and cdplayer.ini support and more features like ID3 tagging&lt;br /&gt;
* Browse and edit local database&lt;br /&gt;
* Local CDDB support&lt;br /&gt;
* Record and Loop Record functions for recording from LP, radio, etc.&lt;br /&gt;
* Automatic rename of MP3 files according to their ID3 tag&lt;br /&gt;
* Catalog extraction function&lt;br /&gt;
* Multisession (CD-Extra) support&lt;br /&gt;
* CD-Text support&lt;br /&gt;
* CD-Write support for some drives&lt;br /&gt;
* ID3 Tag editor with drag and drop possibility from track listing and database&lt;br /&gt;
* Glitch removal after extraction&lt;br /&gt;
* Small WAV editor with the following functionality: delete, trim, normalize, pad, glitch removal, pop detection, interpolation of ranges, noise reduction, fade in/out, undo (and more)&lt;br /&gt;
* Program is Cardware, so feel free to copy&lt;br /&gt;
&lt;br /&gt;
===Removed features===&lt;br /&gt;
EAC 0.9 beta 1 (21 Jan 2001) through 0.95 beta 3 (30 Aug 2005) had manual TOC detection as an option, &amp;quot;useful if a CD is defective and displays wrong track positions or data tracks instead of audio; EAC will try to detect the CD structure by analysis.&amp;quot; This could also be used to detect pre-emphasis and copyright flags in the subcode, since they&#039;re sometimes missing from the TOC. The manual TOC detection feature was removed in 0.95 beta 4 (21 Feb 2006) due to European legislation which would outlaw software capable of circumventing a certain type of CD copy protection involving erroneous TOC data.&amp;lt;ref&amp;gt;Andre said at the time: &amp;quot;The German magazine c&#039;t published [http://www.heise.de/ct/artikel/Die-Grenzen-des-Erlaubten-290330.html an article] [about] whether EAC is or is not violating a German law against circumvention of copy protections on audio CDs. Some of the experts they asked had the opinion that the function of retrieving the native TOC is at best working at the limit of legality. Due to that article and to eliminate any possibility of legal problems, I decided to remove that function (although I am pretty sure that it is absolutely legal). I always try to make sure to be fully compliant with German law, even if I would interpret the law absolutely differently.&amp;quot;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
EAC 1.0 beta 1 (23 Nov 2010) removed the following features:&lt;br /&gt;
* Compression offset&lt;br /&gt;
* ID3v1 tag editor&lt;br /&gt;
* Support for pre-XP versions of Windows (95/98/Me/NT4/2000)&lt;br /&gt;
&lt;br /&gt;
EAC 1.0 beta 3 (22 Sep 2011) removed the option to not use null samples for CRC calculations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
=== Extraction technology ===&lt;br /&gt;
In secure mode, this program reads every audio sector at least twice. That is one reason why the program is so slow. But by using this technique non-identical sectors are detected. If an error occurs (read or sync error), the program keeps on reading this sector, until eight of 16 retries are identical, but at maximum one, three or five times (according to the error recovery quality) these 16 retries are read. So, in the worst case, bad sectors are read up to 82 times! But this will help the program to obtain best result by comparing all of the retries. If it is not sure that the stream is correct (at least it can be said at approx. 99.5%) the program will tell the user where the (possible) read error occurred. The program also tries to adjust the jitter artifacts that occur on the first block of a track, so that each extraction should be exactly the same. On drives found to have the &#039;&#039;accurate stream&#039;&#039; feature, this is guaranteed. Of course, this is a little bit more complex, especially with some CD drives which have caching. When these drives cache audio data, every sector read will be read from cache and is identical. I initially implemented two ways of dealing with the caching problem. First there is an extra option for resetting the cache for use the the old secure mode (the one being kept for compatibility reasons). In the current beta version, the cache will still be reset by resetting the drive completely. You might imagine that this would slow down the reading process very badly.&lt;br /&gt;
&lt;br /&gt;
That is why it was implemented three new read modes in version 0.85beta. One really fast mode (up to half of maximum speed) is only for non-caching, accurate stream CD-ROM drives. The second one could be used for caching, accurate stream drives and the last one will work with drives that don&#039;t have accurate streams, or do caching. The last two will be much slower, when no read errors occur it will usually something around a third to a fourth of the drives maximum speed.&lt;br /&gt;
For testing, it was used a Plextor 14/32 drive that does no caching and a Teac R56S-600 drive that does caching. Furthermore the Plextor 14/32 supports the &#039;&#039;accurate stream&#039;&#039; feature, so it produces no jitter artifacts on any stream.&lt;br /&gt;
&lt;br /&gt;
This program is really damn slow in secure mode in comparison with other grabbers, but the program checks every sector over and over to get the correct data with high certainty. If you don&#039;t like this feature of EAC and prefer fast copies instead of secure copies, you should use the fast or burst extraction option in the options menu. But of course in fast mode, the program will no longer be able to find read errors. Only if a read error occurs in a sector synchronization area, will a sync error will still be displayed. Fast mode is sector synchronized with 2 blocks of 23 as synchronization blocks. Burst copy is even worse, no synchronization is done, enabling extraction at maximum speed of the drive. No error checking of any kind can be performed. If the stream ever breaks, it will tell the user in the status report by showing up suspicious positions. Of course this is only heuristic; there needn&#039;t be any errors on that positions; moreover there could be errors that are not found at all.&lt;br /&gt;
A new option for selecting the error recovery quality will determine how often these blocks of 16 reads will be done before giving up and working with the results obtained so far. For bad CDs, low error recovery quality will be fastest, but high recover quality should give best results.&lt;br /&gt;
&lt;br /&gt;
=== Gap technology ===&lt;br /&gt;
In the new versions of EAC it is possible to detect pre-track gaps. These are the pauses between two tracks. Usually they are two seconds long and a CD player will display a negative time during this pause. By enabling the option &#039;&#039;Detect Pre-Track Gaps&#039;&#039; it will be possible to detect all gap-lengths by reading the sub-channel information. Because this information is not stored on the CD directly retrievable, EAC has to search for the position a track ends. This search is quite fast, but it still takes on average a second per track. That&#039;s why I made it possible to disable it in the options. Besides that option you can choose to add the gaps to the previous track nevertheless. Otherwise you can choose either to append the gap to the correct track or to leave it out . A benefit of performing the detection and getting the gap times is the selection of a range to copy. There the correct times will be displayed. One last word on this topic: Because these pre-track gaps are found by testing positions, it is possible that it will not be 100% exact. But in most cases it will be correct.&lt;br /&gt;
&lt;br /&gt;
=== Automatic feature detection technology ===&lt;br /&gt;
From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4× speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode. From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
&lt;br /&gt;
=== Track synchronization technology ===&lt;br /&gt;
Usually CD audio extraction programs will extract one track after another. This could cause some problems on CD-ROM drives which are not accurate, when using a CD which has no gaps. When this option is enabled in the EAC options, EAC will synchronize a track with a preceding track if there is no silence at the track junction, so track transitions will be free from jitter artefacts (e.g. on live recordings).&lt;br /&gt;
&lt;br /&gt;
=== Offset technology ===&lt;br /&gt;
&#039;&#039;Sample Offset&#039;&#039; is another feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. To find out the offset of any drive the offset has to be calculated relative to an absolute offset (reference offset).&lt;br /&gt;
&lt;br /&gt;
To implement this detection for all drives some bytes from common CDs (reference CDs) are used. These are the reference each CD-ROM drive has to compare with. Of course it was implemented only a limited selection of CDs that can be used to detect this offset. Sometimes there are different versions (releases) of the same CD, but only the same press like the one that was used will work. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;&#039;Searching Track Start&#039;&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. &#039;&#039;&#039;You should use this test on two different CDs at least! Both tests should give back the same value!&#039;&#039;&#039;&lt;br /&gt;
As different models of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So it was determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32× CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send us the output.&lt;br /&gt;
&lt;br /&gt;
== Exact Audio Copy guides ==&lt;br /&gt;
You can begin configuring EAC by starting with the Drive Configuration followed by the Gap Settings and finally, the Encoder Options. Remember to use only an original, factory-pressed Audio CD for configuring EAC. Please do not use, CD-Rs, CD-RWs, bootlegs or any such discs. Also use a non copy-protected disc which carries the familiar “Compact Disc-Digital Audio” logo.&lt;br /&gt;
&lt;br /&gt;
=== General guides ===&lt;br /&gt;
* [[EAC Configuration Wizard]]&lt;br /&gt;
* [[EAC configuration]]&lt;br /&gt;
* [[EAC Drive Configuration]]&lt;br /&gt;
* EAC [[Gap settings]]&lt;br /&gt;
&lt;br /&gt;
=== Compression guides ===&lt;br /&gt;
* [[EAC and FLAC]]&lt;br /&gt;
* [[EAC and Lame]]&lt;br /&gt;
* [[EAC and AAC]] &lt;br /&gt;
* [[EAC and Monkeys Audio]]&lt;br /&gt;
* [[EAC and Musepack]]&lt;br /&gt;
* [[EAC and Ogg Vorbis]]&lt;br /&gt;
* [[EAC and TAK]]&lt;br /&gt;
* [[EAC and WavPack]]&lt;br /&gt;
* [[EAC and LossyWAV]]&lt;br /&gt;
* [[EAC and QAAC]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[EAC release history]]&lt;br /&gt;
* [[EAC and Cue Sheets]] ASCII formats explained&lt;br /&gt;
* [[EAC Vs CDex SecureMode | EAC secure mode versus CDex full paranoia]] (by Pio2001)&lt;br /&gt;
* [[REACT]] 2 integration for running EAC scripts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.digital-inn.de/forum271/ EAC forums]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_AAC_(qaac)&amp;diff=25201</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=25201"/>
		<updated>2013-06-26T17:28:17Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: create&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 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;.flac&#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;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|QAAC &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame&amp;diff=25189</id>
		<title>EAC and Lame</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame&amp;diff=25189"/>
		<updated>2013-06-20T04:54:49Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* Adding Tags */ tags in EAC 1.0b2 or newer&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;
* [http://wiki.hydrogenaudio.org/index.php?title=Recommended_LAME Recommended LAME version]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This guide has now been amended to reflect changes made to LAME as of 3.98.  --vbr-new is now the default setting and is no longer explicitly required.  In addition, non-standard genres are now handled more elegantly.&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;
* Unzip the chosen LAME version into the same directory as EAC.&lt;br /&gt;
* If you would like to tag with APEv2 tags please download [http://www.rarewares.org/files/others/wapet.zip wapet.zip] and unzip it into the &#039;&#039;&#039;same folder&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===General Configuration===&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 check box in &#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; (see [http://www.hydrogenaudio.org/forums/index.php?showtopic=57617 this thread] for reasoning).&lt;br /&gt;
* Change &#039;&#039;&#039;Use file extension&#039;&#039;&#039; to &#039;&#039;&#039;.mp3&#039;&#039;&#039;.&lt;br /&gt;
* Click the &#039;&#039;&#039;Browse&#039;&#039;&#039; button and locate the &#039;&#039;&#039;lame.exe&#039;&#039;&#039; that you unzipped into the EAC directory earlier.&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you want to tag with APEv2 tags using Wapet  please locate &#039;&#039;&#039;wapet.exe&#039;&#039;&#039;, not lame.exe.&lt;br /&gt;
* Don&#039;t worry which bit rate is shown in the &#039;&#039;&#039;Bit rate&#039;&#039;&#039; drop-down box, as this will not have any effect on the resultant MP3 file unless the %r placeholder is used (see end of the [[EAC_and_Lame#Advanced_Command_Line_Usage| Advanced Command Line Usage section]]).&lt;br /&gt;
* Don&#039;t worry about the &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; setting; it won&#039;t affect the resultant MP3 file either.&lt;br /&gt;
* It&#039;s a good idea to tick &#039;&#039;&#039;Check for external programs return code&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Configuring the Additional command line options===&lt;br /&gt;
* The &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;green&#039;&#039;&#039;&amp;lt;/font&amp;gt; portion in the examples following this section is where you configure the [[LAME#Encoder_Presets| LAME preset]].&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;&#039;%s&#039;&#039;&#039; and &#039;&#039;&#039;%d&#039;&#039;&#039; in the examples following this section are placeholders for EAC. &#039;&#039;&#039;%s&#039;&#039;&#039; means &#039;&#039;&#039;source&#039;&#039;&#039; filename and &#039;&#039;&#039;%d&#039;&#039;&#039; means &#039;&#039;&#039;destination&#039;&#039;&#039; filename.  These are absolutely necessary!&lt;br /&gt;
&lt;br /&gt;
===Adding Tags===&lt;br /&gt;
&#039;&#039;&#039;Let EAC create tags (Recommended)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To have EAC tag your files, tick &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;; and in the &#039;&#039;&#039;Additional command line options&#039;&#039;&#039; box, copy and paste the following string:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create files with no tags&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you do not wish to have tags, untick &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;; and in the &#039;&#039;&#039;Additional command line options&#039;&#039;&#039; box, copy and paste the following string:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Let Lame create tags&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer to have Lame tag the files based on information shown in the EAC GUI, &#039;&#039;&#039;untick&#039;&#039;&#039; the checkbox next to &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Here are some examples providing different tag types:&lt;br /&gt;
&lt;br /&gt;
* ID3v1 only:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; --id3v1-only --ta &amp;quot;%a&amp;quot; --tt &amp;quot;%t&amp;quot; --tg &amp;quot;%m&amp;quot; --tl &amp;quot;%g&amp;quot; --ty &amp;quot;%y&amp;quot; --tn &amp;quot;%n&amp;quot; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ID3v2 only:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; --id3v2-only --pad-id3v2 --ta &amp;quot;%a&amp;quot; --tt &amp;quot;%t&amp;quot; --tg &amp;quot;%m&amp;quot; --tl &amp;quot;%g&amp;quot; --ty &amp;quot;%y&amp;quot; --tn &amp;quot;%n&amp;quot; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ID3v2 only (EAC 1.0b2 or newer):&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V2&amp;lt;/font&amp;gt; --id3v2-only --pad-id3v2 --ta &amp;quot;%artist%&amp;quot; --tt &amp;quot;%title%&amp;quot; --tg &amp;quot;%genre%&amp;quot; --tl &amp;quot;%albumtitle%&amp;quot; --ty &amp;quot;%year%&amp;quot; --tn &amp;quot;%tracknr%/%numtracks%&amp;quot; %source%&lt;br /&gt;
&lt;br /&gt;
* ID3v1 and ID3v2:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; --add-id3v2 --pad-id3v2 --ta &amp;quot;%a&amp;quot; --tt &amp;quot;%t&amp;quot; --tg &amp;quot;%m&amp;quot; --tl &amp;quot;%g&amp;quot; --ty &amp;quot;%y&amp;quot; --tn &amp;quot;%n&amp;quot; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Automatic:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; --ta &amp;quot;%a&amp;quot; --tt &amp;quot;%t&amp;quot; --tg &amp;quot;%m&amp;quot; --tl &amp;quot;%g&amp;quot; --ty &amp;quot;%y&amp;quot; --tn &amp;quot;%n&amp;quot; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
With Automatic, ID3v1 will always be created.  If any ID3v1 field exceeds the length allowed by the ID3v1 specification then a complete ID3v2 tag will also be added.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Use Wapet to create APEv2 tags&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer instead to have APEv2 tags based on information shown in the EAC GUI, &#039;&#039;&#039;untick&#039;&#039;&#039; the checkbox next to &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Creating APE tags requires [http://www.rarewares.org/files/others/wapet.zip wapet.exe]. Remember to browse for wapet.exe instead of lame.exe as the external encoding program. Also, lame.exe needs to be in the same directory as wapet.exe.&lt;br /&gt;
&lt;br /&gt;
Use the following string:&lt;br /&gt;
 &#039;&#039;&#039;%d&#039;&#039;&#039; -t &amp;quot;Artist=%a&amp;quot; -t &amp;quot;Title=%t&amp;quot; -t &amp;quot;Album=%g&amp;quot; -t &amp;quot;Year=%y&amp;quot; -t &amp;quot;Track=%n&amp;quot; -t &amp;quot;Genre=%m&amp;quot; LAME.exe &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Advanced Command Line Usage===&lt;br /&gt;
* The &amp;lt;font style=&amp;quot;color:Red&amp;quot;&amp;gt;&#039;&#039;&#039;%l...%l&#039;&#039;&#039;&amp;lt;/font&amp;gt; and &amp;lt;font style=&amp;quot;color:Red&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;%h...%h&#039;&#039;&#039;&amp;lt;/font&amp;gt; placeholders are used to add text according to whether the High quality or Low quality radio button is selected, as shown below:&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;%l&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V5&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;%l%h&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V0&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;%h&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Therefore, if you select &#039;&#039;&#039;Low quality&#039;&#039;&#039;, EAC will invoke the LAME encoder with the following command line parameters:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V5&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
..and if you select &#039;&#039;&#039;High quality&#039;&#039;&#039; EAC will invoke LAME with these command line parameters:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V0&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* You can access the bitrate value in the drop-down list using the &amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;&#039;&#039;&#039;%r&#039;&#039;&#039;&amp;lt;/font&amp;gt; placeholder, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-b&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;&#039;&#039;&#039;%r&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
So, if you selected &#039;&#039;&#039;192 kBit/s&#039;&#039;&#039; in the &#039;&#039;&#039;Bit Rate&#039;&#039;&#039; drop-down list, the command line would be:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-b&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;&#039;&#039;&#039;192&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is a generally accepted fact that the bitrate selected in the drop-down list doesn&#039;t affect the command line. In essence this is true, as it will not affect the command line &#039;&#039;unless you use the %r placeholder&#039;&#039;. However, using ABR or CBR over VBR is not recommended, and therefore you should never have to use the &#039;&#039;&#039;%r&#039;&#039;&#039; option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:EAC_LAME02.png|frame|center|LAME configured with ID3v1 tagging]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|LAME &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame&amp;diff=25188</id>
		<title>EAC and Lame</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame&amp;diff=25188"/>
		<updated>2013-06-20T04:28:50Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* Adding Tags */ tags in EAC 1.0b2 or newer&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;
* [http://wiki.hydrogenaudio.org/index.php?title=Recommended_LAME Recommended LAME version]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This guide has now been amended to reflect changes made to LAME as of 3.98.  --vbr-new is now the default setting and is no longer explicitly required.  In addition, non-standard genres are now handled more elegantly.&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;
* Unzip the chosen LAME version into the same directory as EAC.&lt;br /&gt;
* If you would like to tag with APEv2 tags please download [http://www.rarewares.org/files/others/wapet.zip wapet.zip] and unzip it into the &#039;&#039;&#039;same folder&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===General Configuration===&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 check box in &#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; (see [http://www.hydrogenaudio.org/forums/index.php?showtopic=57617 this thread] for reasoning).&lt;br /&gt;
* Change &#039;&#039;&#039;Use file extension&#039;&#039;&#039; to &#039;&#039;&#039;.mp3&#039;&#039;&#039;.&lt;br /&gt;
* Click the &#039;&#039;&#039;Browse&#039;&#039;&#039; button and locate the &#039;&#039;&#039;lame.exe&#039;&#039;&#039; that you unzipped into the EAC directory earlier.&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you want to tag with APEv2 tags using Wapet  please locate &#039;&#039;&#039;wapet.exe&#039;&#039;&#039;, not lame.exe.&lt;br /&gt;
* Don&#039;t worry which bit rate is shown in the &#039;&#039;&#039;Bit rate&#039;&#039;&#039; drop-down box, as this will not have any effect on the resultant MP3 file unless the %r placeholder is used (see end of the [[EAC_and_Lame#Advanced_Command_Line_Usage| Advanced Command Line Usage section]]).&lt;br /&gt;
* Don&#039;t worry about the &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; setting; it won&#039;t affect the resultant MP3 file either.&lt;br /&gt;
* It&#039;s a good idea to tick &#039;&#039;&#039;Check for external programs return code&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Configuring the Additional command line options===&lt;br /&gt;
* The &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;green&#039;&#039;&#039;&amp;lt;/font&amp;gt; portion in the examples following this section is where you configure the [[LAME#Encoder_Presets| LAME preset]].&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;&#039;%s&#039;&#039;&#039; and &#039;&#039;&#039;%d&#039;&#039;&#039; in the examples following this section are placeholders for EAC. &#039;&#039;&#039;%s&#039;&#039;&#039; means &#039;&#039;&#039;source&#039;&#039;&#039; filename and &#039;&#039;&#039;%d&#039;&#039;&#039; means &#039;&#039;&#039;destination&#039;&#039;&#039; filename.  These are absolutely necessary!&lt;br /&gt;
&lt;br /&gt;
===Adding Tags===&lt;br /&gt;
&#039;&#039;&#039;Let EAC create tags (Recommended)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To have EAC tag your files, tick &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;; and in the &#039;&#039;&#039;Additional command line options&#039;&#039;&#039; box, copy and paste the following string:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create files with no tags&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you do not wish to have tags, untick &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;; and in the &#039;&#039;&#039;Additional command line options&#039;&#039;&#039; box, copy and paste the following string:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Let Lame create tags&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer to have Lame tag the files based on information shown in the EAC GUI, &#039;&#039;&#039;untick&#039;&#039;&#039; the checkbox next to &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Here are some examples providing different tag types:&lt;br /&gt;
&lt;br /&gt;
* ID3v1 only:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; --id3v1-only --ta &amp;quot;%a&amp;quot; --tt &amp;quot;%t&amp;quot; --tg &amp;quot;%m&amp;quot; --tl &amp;quot;%g&amp;quot; --ty &amp;quot;%y&amp;quot; --tn &amp;quot;%n&amp;quot; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ID3v2 only:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; --id3v2-only --pad-id3v2 --ta &amp;quot;%a&amp;quot; --tt &amp;quot;%t&amp;quot; --tg &amp;quot;%m&amp;quot; --tl &amp;quot;%g&amp;quot; --ty &amp;quot;%y&amp;quot; --tn &amp;quot;%n&amp;quot; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* ID3v2 only (EAC 1.0b2 or newer):&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V2&amp;lt;/font&amp;gt; --id3v2-only --pad-id3v2 --ta &amp;quot;%artist%&amp;quot; --tt &amp;quot;%title%&amp;quot; --tg &amp;quot;%genre%&amp;quot; --tl &amp;quot;%albumtitle%&amp;quot; --ty &amp;quot;%year%&amp;quot; --tn &amp;quot;%tracknr%&amp;quot; %source%&lt;br /&gt;
&lt;br /&gt;
* ID3v1 and ID3v2:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; --add-id3v2 --pad-id3v2 --ta &amp;quot;%a&amp;quot; --tt &amp;quot;%t&amp;quot; --tg &amp;quot;%m&amp;quot; --tl &amp;quot;%g&amp;quot; --ty &amp;quot;%y&amp;quot; --tn &amp;quot;%n&amp;quot; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Automatic:&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; --ta &amp;quot;%a&amp;quot; --tt &amp;quot;%t&amp;quot; --tg &amp;quot;%m&amp;quot; --tl &amp;quot;%g&amp;quot; --ty &amp;quot;%y&amp;quot; --tn &amp;quot;%n&amp;quot; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
With Automatic, ID3v1 will always be created.  If any ID3v1 field exceeds the length allowed by the ID3v1 specification then a complete ID3v2 tag will also be added.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Use Wapet to create APEv2 tags&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer instead to have APEv2 tags based on information shown in the EAC GUI, &#039;&#039;&#039;untick&#039;&#039;&#039; the checkbox next to &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Creating APE tags requires [http://www.rarewares.org/files/others/wapet.zip wapet.exe]. Remember to browse for wapet.exe instead of lame.exe as the external encoding program. Also, lame.exe needs to be in the same directory as wapet.exe.&lt;br /&gt;
&lt;br /&gt;
Use the following string:&lt;br /&gt;
 &#039;&#039;&#039;%d&#039;&#039;&#039; -t &amp;quot;Artist=%a&amp;quot; -t &amp;quot;Title=%t&amp;quot; -t &amp;quot;Album=%g&amp;quot; -t &amp;quot;Year=%y&amp;quot; -t &amp;quot;Track=%n&amp;quot; -t &amp;quot;Genre=%m&amp;quot; LAME.exe &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V2&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Advanced Command Line Usage===&lt;br /&gt;
* The &amp;lt;font style=&amp;quot;color:Red&amp;quot;&amp;gt;&#039;&#039;&#039;%l...%l&#039;&#039;&#039;&amp;lt;/font&amp;gt; and &amp;lt;font style=&amp;quot;color:Red&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;%h...%h&#039;&#039;&#039;&amp;lt;/font&amp;gt; placeholders are used to add text according to whether the High quality or Low quality radio button is selected, as shown below:&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;%l&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V5&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;%l%h&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V0&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;%h&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Therefore, if you select &#039;&#039;&#039;Low quality&#039;&#039;&#039;, EAC will invoke the LAME encoder with the following command line parameters:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V5&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
..and if you select &#039;&#039;&#039;High quality&#039;&#039;&#039; EAC will invoke LAME with these command line parameters:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-V0&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* You can access the bitrate value in the drop-down list using the &amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;&#039;&#039;&#039;%r&#039;&#039;&#039;&amp;lt;/font&amp;gt; placeholder, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-b&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;&#039;&#039;&#039;%r&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
So, if you selected &#039;&#039;&#039;192 kBit/s&#039;&#039;&#039; in the &#039;&#039;&#039;Bit Rate&#039;&#039;&#039; drop-down list, the command line would be:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-b&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;&#039;&#039;&#039;192&#039;&#039;&#039;&amp;lt;/font&amp;gt; &#039;&#039;&#039;%s %d&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is a generally accepted fact that the bitrate selected in the drop-down list doesn&#039;t affect the command line. In essence this is true, as it will not affect the command line &#039;&#039;unless you use the %r placeholder&#039;&#039;. However, using ABR or CBR over VBR is not recommended, and therefore you should never have to use the &#039;&#039;&#039;%r&#039;&#039;&#039; option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:EAC_LAME02.png|frame|center|LAME configured with ID3v1 tagging]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|LAME &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_Monkey%27s_Audio&amp;diff=25187</id>
		<title>EAC and Monkey&#039;s Audio</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=EAC_and_Monkey%27s_Audio&amp;diff=25187"/>
		<updated>2013-06-19T19:45:03Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: Correct the spelling mistake.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Important note==&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;
* [http://monkeysaudio.com/download.html Monkey&#039;s Audio 3.99F]&lt;br /&gt;
* [http://synthetic-soul.co.uk/files/wapet_0.6.zip wapet.exe]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This guide assumes that EAC is has been configured for secure ripping, if not please follow [[EAC_Drive_Configuration | this]] guide.&lt;br /&gt;
* Install Monkey&#039;s Audio using the default location.&lt;br /&gt;
* Unzip &#039;&#039;&#039;wapet.zip&#039;&#039;&#039; into the &#039;&#039;&#039;Exact Audio Copy&#039;&#039;&#039; directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&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 check box in &#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;.ape&#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;wapet.exe&#039;&#039;&#039;.&lt;br /&gt;
* Remove the ticks from &#039;&#039;&#039;Use CRC check&#039;&#039;&#039;, &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039; and &#039;&#039;&#039;check for external programs return code&#039;&#039;&#039;.&lt;br /&gt;
* In the Addtional command line options box, copy and paste the string below.&lt;br /&gt;
&#039;&#039;&#039;APEv2 Tag:&#039;&#039;&#039;&lt;br /&gt;
 %d -t &amp;quot;Artist=%a&amp;quot; -t &amp;quot;Title=%t&amp;quot; -t &amp;quot;Album=%g&amp;quot; -t &amp;quot;Year=%y&amp;quot; -t &amp;quot;Track=%n&amp;quot; -t &amp;quot;Genre=%m&amp;quot; &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;&amp;quot;C:\Program Files\Monkey&#039;s Audio\MAC.exe&amp;quot;&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
 %s %d &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;-c2000&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;Note 1&#039;&#039;&#039;: This needs to point to where the MAC.exe is located and please ensure that &amp;quot; &amp;quot; is around the full location.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;Note 2&#039;&#039;&#039;: Alter this switch for the desired compression mode&amp;lt;/font&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
| &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;-c1000&#039;&#039;&#039;&amp;lt;/font&amp;gt; || Fast&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;-c2000&#039;&#039;&#039;&amp;lt;/font&amp;gt; || Normal&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;-c3000&#039;&#039;&#039;&amp;lt;/font&amp;gt; || High&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;-c4000&#039;&#039;&#039;&amp;lt;/font&amp;gt; || Extra High&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;-c5000&#039;&#039;&#039;&amp;lt;/font&amp;gt; || Insane&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:EACandMonkeysAudio.png|frame|center|Monkey&#039;s Audio configured with tagging support]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Addtional Reading==&lt;br /&gt;
* [[Monkey%27s Audio]]&lt;br /&gt;
* [[Exact_Audio_Copy | Exact Audio Copy]]&lt;br /&gt;
* [[Lossless | About Lossless Compression]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|Monkey&#039;s Audio &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_FLAC&amp;diff=25186</id>
		<title>EAC and FLAC</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=EAC_and_FLAC&amp;diff=25186"/>
		<updated>2013-06-19T19:30:33Z</updated>

		<summary type="html">&lt;p&gt;Mike2718: /* Cue Sheet &amp;amp; Image Problem */ Cue problem fixed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Software Needed =&lt;br /&gt;
* [http://www.exactaudiocopy.de/en/index.php/resources/download/ Exact Audio Copy]&lt;br /&gt;
* [http://flac.sourceforge.net/download.html FLAC 1.2.1b]&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This guide assumes that EAC is has been configured for secure ripping, if not please follow [[EAC_Drive_Configuration | this]] guide.&lt;br /&gt;
* Install FLAC using the FLAC installer&lt;br /&gt;
&lt;br /&gt;
= Configuration =&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;.flac&#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;FLAC.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;
 -T &amp;quot;artist=%artist%&amp;quot; -T &amp;quot;title=%title%&amp;quot; -T &amp;quot;album=%albumtitle%&amp;quot; -T &amp;quot;date=%year%&amp;quot; -T &amp;quot;tracknumber=%tracknr%&amp;quot; -T &amp;quot;genre=%genre%&amp;quot; &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-5&#039;&#039;&#039;&amp;lt;/font&amp;gt; %source% &lt;br /&gt;
&lt;br /&gt;
* If you are using EAC 1.0b1 or earlier, 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;
 -T &amp;quot;artist=%a&amp;quot; -T &amp;quot;title=%t&amp;quot; -T &amp;quot;album=%g&amp;quot; -T &amp;quot;date=%y&amp;quot; -T &amp;quot;tracknumber=%n&amp;quot; -T &amp;quot;genre=%m&amp;quot; &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-5&#039;&#039;&#039;&amp;lt;/font&amp;gt; %s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; The green portion is where you would change the compression level.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Do not worry what bit rate is shown in the bit rate drop down box; this will be ignored, as will the quality setting chosen below it.&lt;br /&gt;
&lt;br /&gt;
[[Image:EACandFLAC.png|frame|center|FLAC configured with tagging support, in an older version of EAC]]&lt;br /&gt;
&lt;br /&gt;
If you told the EAC configuration wizard to use FLAC, then the command-line options are preconfigured with the following default string. As compared to the string above, the order of parameters is different, more metadata fields are supported (harmless), the output filename is unnecessarily included (-o %dest%), and output verification is unnecessarily enabled (-V):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-6&#039;&#039;&#039;&amp;lt;/font&amp;gt; -V -T &amp;quot;ARTIST=%artist%&amp;quot; -T &amp;quot;TITLE=%title%&amp;quot; -T &amp;quot;ALBUM=%albumtitle%&amp;quot; -T &amp;quot;DATE=%year%&amp;quot; -T &amp;quot;TRACKNUMBER=%tracknr%&amp;quot; -T &amp;quot;GENRE=%genre%&amp;quot; -T &amp;quot;COMMENT=%comment%&amp;quot; -T &amp;quot;BAND=%albuminterpret%&amp;quot; -T &amp;quot;ALBUMARTIST=%albuminterpret%&amp;quot; -T &amp;quot;COMPOSER=%composer%&amp;quot; %haslyrics%--tag-from-file=LYRICS=&amp;quot;%lyricsfile%&amp;quot;%haslyrics% -T &amp;quot;DISCNUMBER=%cdnumber%&amp;quot; -T &amp;quot;TOTALDISCS=%totalcds%&amp;quot; -T &amp;quot;TOTALTRACKS=%numtracks%&amp;quot; %hascover%--picture=&amp;quot;%coverfile%&amp;quot;%hascover% %source% -o %dest%&lt;br /&gt;
&lt;br /&gt;
= Cue Sheet &amp;amp; Image Problem =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Attention: This issue is aleady fixed in EAC V1.0 beta 3.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using this configuration with EAC when creating an image and cue sheet rip can cause the cue sheet not to work with the resulting FLAC file. The problem is caused by EAC not liking the four letter .flac extension, which results in EAC putting the extension on to the image name twice.&lt;br /&gt;
&lt;br /&gt;
e.g. the image name is referenced in the cue sheet as &amp;quot;myflacimage.flac&amp;quot; but after encoding it ends up being called &amp;quot;myflacimage.flac.flac&amp;quot;, so when you open the cue sheet for playing or burning, the referenced file doesen&#039;t exist.&lt;br /&gt;
&lt;br /&gt;
== Some solutions to the problem ==&lt;br /&gt;
* Synthetic Soul&#039;s [http://www.hydrogenaudio.org/forums/index.php?showtopic=37978 batch file method]&lt;br /&gt;
* [http://wiki.hydrogenaudio.org/index.php?title=REACT REACT] EAC addon.&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:EAC Guides|FLAC &amp;amp; EAC]]&lt;/div&gt;</summary>
		<author><name>Mike2718</name></author>
	</entry>
</feed>