HydrogenAudio

Lossless Audio Compression => Lossless / Other Codecs => Topic started by: NRAninja on 2004-05-03 04:29:58

Title: TTA 3.0 + APE2 in EAC
Post by: NRAninja on 2004-05-03 04:29:58
Hello,

Case has a good guide on how to rip and add ape2 tags to various formats with EAC @ http://www.saunalahti.fi/cse/EAC/index.html (http://www.saunalahti.fi/cse/EAC/index.html) TTA isn't listed yet, but here is how I got it to work:

Get Case's wapet from http://www.saunalahti.fi/cse/files/wapet.zip (http://www.saunalahti.fi/cse/files/wapet.zip) and TTA 3.0 from http://tta.corecodec.org/ (http://tta.corecodec.org/)

In EAC -> Compression options -> External Compression tab:

parameter passing scheme: user defined encoder
file extension: .tta
program, including path, used for compression: locate 'wapet.exe'
command line:
Code: [Select]
%d -t "Artist=%a" -t "Title=%t" -t "Album=%g" -t "Year=%y" -t "Track=%n" -t "Genre=%m" ttaenc.exe -e %s -o %d

If ttaenc.exe isn't in your search path, specify the full path.
uncheck add ID3 tag.

HTH