Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: TTA 3.0 + APE2 in EAC (Read 3482 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

TTA 3.0 + APE2 in EAC

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 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 and TTA 3.0 from 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