<?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=190.31.153.151</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=190.31.153.151"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/190.31.153.151"/>
	<updated>2026-04-28T19:20:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_FLAC&amp;diff=26414</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=26414"/>
		<updated>2015-05-05T01:44:35Z</updated>

		<summary type="html">&lt;p&gt;190.31.153.151: /* Configuration */&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;
&lt;br /&gt;
So how about that  &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-6&#039;&#039;&#039;&amp;lt;/font&amp;gt;???, I mean, how does it vary if I write   &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-8&#039;&#039;&#039;&amp;lt;/font&amp;gt;, or  &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-1&#039;&#039;&#039;&amp;lt;/font&amp;gt;.  Technically, I want to get a flac with best quality, not so much compression, no quality loss.&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>190.31.153.151</name></author>
	</entry>
</feed>