EAC and FLAC: Difference between revisions
mNo edit summary |
m (colour) |
||
Line 20: | Line 20: | ||
* In the '''Addtional command line options''' box, copy and paste the below string. | * In the '''Addtional command line options''' box, copy and paste the below string. | ||
-T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" ''-5'' %s | -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" <font style="color:green">'''-5'''</font> %s | ||
'''Note: | <font style="color:green">'''Note:''' The green portion is where you would change the compression level or add settings for the FLAC encoder.</font> | ||
* Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored. | * Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored. | ||
<center>[[Image:EACandFLAC.png|frame|center|FLAC configured with tagging support]]</center> | <center>[[Image:EACandFLAC.png|frame|center|FLAC configured with tagging support]]</center> |
Revision as of 07:09, 6 July 2005
Software Needed
Installation
Note: This guide assumes that EAC is has been configured for secure ripping, if not please follow this guide.
- Install Flac using the Flac installer
Configuration
- Open EAC and insert a CD into the drive.
- Click the EAC menu and select Compression Options.
- Click the External Compression Tab, and put a check box in use external program for compression.
- Change Parameter Passing Scheme to User Defined Encoder.
- Change Use file extension to .flac if not already that.
- Click the Browse button and locate the FLAC.exe that you unzipped earlier.
- Remove the ticks from Use CRC check, Add ID3 tag and check for external programs return code.
- In the Addtional command line options box, copy and paste the below string.
-T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" -5 %s
Note: The green portion is where you would change the compression level or add settings for the FLAC encoder.
- Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored.