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: Aac Error Message? (Read 3455 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Aac Error Message?

I am getting the following error message when I try to encode a wav file to aac

Code: [Select]
ERROR[-1]: EncodeInit() error!


The commandline I used was

Code: [Select]
aacenc -normal -if "c:\original.wav" -of "c:\test\original.aac"

 

Aac Error Message?

Reply #1
That error was easy to reproduce, your output directory doesn't exist. Try to output the file to a directory that exists.

Aac Error Message?

Reply #2
I'v just realised that the wav file I'm using is corrupt!

However, when I encode wav to la why does the la playback in slowmo, when I decode la to wav again, the wav is ok???

Any ideas?

Aac Error Message?

Reply #3
Quote
However, when I encode wav to la why does the la playback in slowmo, when I decode la to wav again, the wav is ok???

You computer probably isn't fast enough to decode LA in realtime. It's probably the most CPU-intensive format in playback.