HydrogenAudio

CD-R and Audio Hardware => CD Hardware/Software => Topic started by: DorianFabre on 2011-01-21 19:55:41

Title: Setting up EAC to encode CDs to ALAC format
Post by: DorianFabre on 2011-01-21 19:55:41
I've been searching for information on setting up EAC to encode CDs to ALAC format but haven't had any luck (I'm really terrible at searching for stuff; I have no idea why) and I assume that this has been covered somewhere in this forum - could someone please point me in the right direction? Basically, I need to know which encoder to download and what settings to input on EAC's 'External Compression' tab.
Title: Setting up EAC to encode CDs to ALAC format
Post by: greynol on 2011-01-21 20:08:06
The only way I know is to use iTunesEncode:
http://wiki.hydrogenaudio.org/index.php?ti...Lossless_Backup (http://wiki.hydrogenaudio.org/index.php?title=EAC_Lossless_Backup)

I'm not sure that it still works with the latest version of iTunes, however.
Title: Setting up EAC to encode CDs to ALAC format
Post by: lvqcl on 2011-01-21 20:16:31
Quote
The only way I know is to use iTunesEncode

??? there are at least 3 console encoders:
1. ffmpeg
2. cuetools.alacenc (requires .NET 2.0)
3. qaac (requires Quicktime)

(there are several threads about ALAC encoding in foobar2000 somewhere in fb2k forum)
Title: Setting up EAC to encode CDs to ALAC format
Post by: mixminus1 on 2011-01-21 20:25:28
Wow, iTunesEncode...haven't used that in a looong time - in fact, I think the last time I used it was right before I got my Mac mini and found out about XLD.

But, for old time's sake, I gave it a spin, and whaddayknow - it seems to work just fine with iTunes 10.1.1.4 under XP.

The only modification I had to make to the command line given in the wiki was to delete the "-d" parameter at the end.

If I left it there, it would indeed delete the file from iTunes' library - right after iTunes had successfully encoded and tagged it.

Also (and I seem to remember this being the main thing that annoyed me when I tried using it years ago), there doesn't appear to be a way to delete the encoded .m4a's automagically.  They stay put in whatever output directory I point EAC to.
Title: Setting up EAC to encode CDs to ALAC format
Post by: DorianFabre on 2011-01-22 16:47:51
Thanks for the interest, but can somebody now answer my question?
Title: Setting up EAC to encode CDs to ALAC format
Post by: Kohlrabi on 2011-01-22 18:01:10
Please take the little effort to actually read the replies. You can setup any encoder you like in EAC, if it offers a commandline interface.
Title: Setting up EAC to encode CDs to ALAC format
Post by: greynol on 2011-01-22 19:00:08
In the defense of the OP (and myself for being so utterly and embarrassingly ignorant), there is very little direct information on configuring EAC to encode to Apple Lossless (besides the wiki link I gave).
Title: Setting up EAC to encode CDs to ALAC format
Post by: lvqcl on 2011-01-22 19:29:00
download qaac ver. 0.30 or newer from http://sites.google.com/site/qaacpage/ (http://sites.google.com/site/qaacpage/) . Extract qaac.exe from the archive. Also download and install Quicktime. You also need either msvcp100.dll and msvcr100.dll from the archive or MSVS 2010 redistributable package (http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84&displaylang=en).

And then... EAC options:(untested!)

Use file extension: .m4a
Program, including path, used for compression: Browse and locate 'qaac.exe'.
Additional command line options:
Code: [Select]
--no-optimize --alac --artist "%a" --title "%t" --album "%g" --date "%y" --track "%n" --genre "%m" %s -o %d
Title: Setting up EAC to encode CDs to ALAC format
Post by: lvqcl on 2011-01-22 19:52:29
[redundant]
Title: Setting up EAC to encode CDs to ALAC format
Post by: DorianFabre on 2011-01-24 23:21:34
Thanks, lvqcl - that was exactly what I was looking for.

Kohlrabi, I did read the answers - as I'm obviously new to using EAC I wasn't able to make any sense of them until after I'd gone through the steps that lvqcl suggested.
Title: Setting up EAC to encode CDs to ALAC format
Post by: shantiq on 2012-12-27 19:15:18
[font= "Microsoft Sans Serif"]finally cracked how to do EAC alac rip under 1.0.3      [also good under Wine for Ubuntu linux guys]




the code line is [with all trimmings]

Quote
--no-optimize -A -i %source% -o %dest% --artist "%artist%" --title "%title%" --album "%albumtitle%" --date "%year%" --track "%tracknr%" --genre "%genre%"  --comment "%comment%"
  --composer "%composer%"  --track "%tracknr%"



place the entire qaac folder from here (http://audiophilesoft.ru/commandline/qaac/qaac_1.46_CoreAudioToolbox_7.9.8.1.7z) into flac folder in EAC and use qaac.exe

(http://i53.fastpic.ru/big/2012/1227/5f/fbda71c531282f7d2feaf05df0de025f.png)[/font]