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: EAC and AAC (Read 5274 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

EAC and AAC

I'm using EAC V0.9, I'm trying to encode my CDs straight onto my PC in AAC format rather than HUGE .wav's. 

How do I install an AAC encoder which will operate through EAC?

Thanks for your time.

EAC and AAC

Reply #1
just tried calling the Compaact! encoder through the exact same setup as the FB2k diskwriter and t worked fine. Should be similar for any of the other options out there.
the area to add it is
eac/compression options (or just F11)
then pointing to the program under 'external compression'
would list the specifics I used but not going to assume you are using Compaact! for the encoder.

EAC and AAC

Reply #2
If you want a free AAC encoder to use then you have the choice between FAAC and Psystel both of which are available at Rarewares.

I would use FAAC as Psytel is no longer developed and the last version was buggy.

The FAAC page at Audiocoding.com has all the information you need.

To set it up use Case's guide (it's back up!) as a guide but bare in mind some of FAAC's commandine options have changed in the new 1.24 version.

EAC and AAC

Reply #3
I think if you set the extension to .mp4 then the following should be a suitable string. Note should, I haven't got a cd with me at uni to test with at this moment. I'll see if I can nab one off someone and test it.

Code: [Select]
-q 150 -c 22000 -w --artist "%a" --title "%t" --album "%g" --year "%y" --track "%n" --genre "%m" --comment "EAC Secure + FAAC 1.24 -q 150 -c 22000" "%s" -o "%d"


Something like that anyway. Change the -q and -c values according to your preferences  from what the wiki says as linked above and change the comment as you like.
superdumprob
____________________________________________

"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein

EAC and AAC

Reply #4
Quote
I think if you set the extension to .mp4 then the following should be a suitable string. Note should, I haven't got a cd with me at uni to test with at this moment. I'll see if I can nab one off someone and test it.

Code: [Select]
-q 150 -c 22000 -w --artist "%a" --title "%t" --album "%g" --year "%y" --track "%n" --genre "%m" --comment "EAC Secure + FAAC 1.24 -q 150 -c 22000" "%s" -o "%d"


Something like that anyway. Change the -q and -c values according to your preferences  from what the wiki says as linked above and change the comment as you like.


The command line options have changed with version 1.24 so the -w switch is no longer required and there are some other changes as well.

Edit: just seen that the -o switch has been included.

This is what Hans-Jurgen stated on the Audiograbber Forums (as well as the CDEX one)

EAC and AAC

Reply #5
I'm having problems with this... and my hair's almost coming out! 

Code: [Select]
-q 120 --artist "%a" --album "%g" --title "%t" --genre "%m" --year "%y" --track "%n" -o  %d %s


I've tried to modify the string according to the new 1.24 version... Is this correct?


I've set the EAC option to "user defined encoder", with extension .aac (as the built in FAAC preset seems to add in a "-b128" bitrate thing.

I've tried to remove the " signs, but to no avail as well.

I've set EAC to set a return code error, and I've noticed that the file paths come with "s. Is it possible to remove this?

ARGH!!!!

EAC and AAC

Reply #6
hmm, someone needs to write a free command line wrapper for quicktime on win32, so you can encode to AAC through the command line.

EAC and AAC

Reply #7
I've got it!
Code: [Select]
-q 120 --artist "%a" --album "%g" --title "%t" --genre "%m" --year "%y" --track "%n" -o  %d %s


The code is the same, but for the file extension, .aac must not be used. Instead, use .mp4, or .m4a

I'm enjoying AAC files now...