EAC to FLAC encoding
Since the new hard drive setup seems to be working, I'm starting the project of ripping my CDs. I've decided to use Exact Audio Copy to rip and FLAC to encode. I set EAC for secure mode with "normal" error recovery. Grabbing a random CD, here's what I got:
Incidentally, it's a shame that a high-quality tool like EAC is so difficult to configure. I imagine that the reason it's difficult is because it is so powerful. In any case, I'll post these configurations in the hopes that they can make someone's life easier.
To configure EAC to work with FLAC: from the menu, select EAC → Compression options → External Compression. Check "Use external program for compression" and select "User Defined Encoder" for the parameter passing scheme. In the program path, find "flac.exe". Under "Additional Command Line Options", enter:
To configure EAC's filenaming scheme: from the menu, select EAC → EAC Options → Filename. I use an "Artist\Year - Album\Track Number - Track Name.flac" scheme. To configure this, in the "Naming scheme", I use:
- CD: Gregorianischer Choral - Death & Resurrection (1982)
- Length: 1hr, 15min
- Size: 750MB
- Compressed: 303MB
- Time Elapsed: 22min
Incidentally, it's a shame that a high-quality tool like EAC is so difficult to configure. I imagine that the reason it's difficult is because it is so powerful. In any case, I'll post these configurations in the hopes that they can make someone's life easier.
To configure EAC to work with FLAC: from the menu, select EAC → Compression options → External Compression. Check "Use external program for compression" and select "User Defined Encoder" for the parameter passing scheme. In the program path, find "flac.exe". Under "Additional Command Line Options", enter:
-T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" %s
To configure EAC's filenaming scheme: from the menu, select EAC → EAC Options → Filename. I use an "Artist\Year - Album\Track Number - Track Name.flac" scheme. To configure this, in the "Naming scheme", I use:
%A\%Y - %C\%N - %TI also check the "Use various artist naming scheme", and there I input:
Various Artists\%Y - %C\%N - %T


1 Comments:
it's a shame that a high-quality tool like EAC is so difficult to configure.
I think the people that write the best technical code are often less skilled in the user-interface aspects.
Also, I find that when I write down details of tough configurations, it often ends up helping me some time later when I need to redo something...
Post a Comment
<< Home