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: Nero AAC & EAC Why Isn't This Working? (Read 27265 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Nero AAC & EAC Why Isn't This Working?

Reply #25
ok i got the solution %s must be replaced by %source%, %d by %dest%


Nero AAC & EAC Why Isn't This Working?

Reply #27
I really do not understand why you guys do this to yourselves. I just create the directory C:\bin and add it to the path. I put all of my console apps there. One place to look and when something needs to be updated I don't have to look for it.

It also turns this

"C:\Program Files\NeroDigitalAudio\neroAacEnc.exe"

in to this

C:\bin\neroAacEnc.exe

No quotes required. Add with that directory in the system path I can call the encoder manually by using just its name.

neroaacenc -q 4 -if test.wav -of test.m4a

edited formatting.
--
Eric

Nero AAC & EAC Why Isn't This Working?

Reply #28
But that is not the problem. The placeholders were changed in EAC v 1.0b2, so the command-line must be altered accordingly, completely regardless of where the executable is.

Nero AAC & EAC Why Isn't This Working?

Reply #29
This worked for me.

Code: [Select]
/c C:\"Program Files (x86)\#######\#######\encoder\m4a Nero (AAC)\neroAacEnc.exe" -q 1.00 -if %source% -of %dest% && C:\"Program Files (x86)\#######\#######\encoder\m4a Nero (AAC)\neroAacTag.exe" %dest% -meta:track="%numtracks%" -meta:artist="%artist%" -meta:album="%albumtitle%" -meta:title="%title%" -meta:year="%year%" -meta:composer="%albumcomposer%" -meta:genre="%genre%"

Exact Audio Copy V1.0 beta 3

Nero AAC & EAC Why Isn't This Working?

Reply #30
@db1989

I understand that was not the problem in this case, but reading through the thread clearly shows conversation about spaces and quotes. Plus look at the command line just above this. Almost half of it is encoder path info. Cleaning up the easy stuff makes it easier to find problems when they arise.
--
Eric

Nero AAC & EAC Why Isn't This Working?

Reply #31
Hi please help me, nothing work for me, I'm goin' crazy!!