Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Mar 2010
Posts: 115
|
Getting "Nero Audio Decoder 2" instance failed.
Hi. I'm trying to convert .aac to .wav and I get this message. I do have neroAacDec.exe in eac3to dir and in win32 dir.
So I run 'eac3to file.aac file.wav -downStereo' or something like that. And I get: Code:
AAC, 2.0 channels, 48kHz Decoding with DirectShow (Nero Audio Decoder 2)... Getting "Nero Audio Decoder 2" instance failed. Aborted at file position 262144. I use latest eac3to package and nero codecs. Win8x64 (not 8.1) Pls help. |
![]() |
![]() |
![]() |
#3 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Quote:
The neroAacDec.exe command-line decoder is 100% standalone and not related to DirectShow at all. You can call it like this: Code:
neroAacDec.exe -if input.mp4 -of output.wav If I remember correctly, neroAacDec.exe does not support ADTS (that's what ".aac" files typically are!), but only AAC stored in an MP4 container. You can use faad to decode ADTS instead: Code:
faad.exe -o output.wav input.aac
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 27th November 2015 at 17:53. |
|
![]() |
![]() |
![]() |
#5 | Link |
Registered User
Join Date: Mar 2010
Posts: 115
|
Hey thanks for reply, it works. I also tried without -ac 2 part and it gives same, so why add extra commands? What do they do? Also what does -i stand for?
But yeah, I'm going to stay with this ffmpeg command line. Cheers! |
![]() |
![]() |
![]() |
#6 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Well, that's why I said he can try faad.exe (instead of NeroAacDec) for that kind of file. But FFmpeg works too, of course
![]() Quote:
With NeroAacDec, you have to use "-if" to specify the input file, and you have to use "-of" to specify the output file. With faad, you use "-o" to specify the output file and just append the input file. Every program does it a bit different, because things would be to easy otherwise ![]()
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 27th November 2015 at 18:34. |
|
![]() |
![]() |
![]() |
#9 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Quote:
There's nothing you can do about it, except for converting to a lower sampling frequency (which will destroy the higher frequencies) or converting to a lower bit depth (which will increase the noise level). Probably you want neither of that ![]() When looking for a lossless compression, try FLAC oder APE (Monkey's Audio). Otherwise, if lossy compression is acceptable, use AAC, Vorbis or Opus - depending on your personal preferences.
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 27th November 2015 at 19:07. |
|
![]() |
![]() |
![]() |
Tags |
aac, decoder, eac3to, nero |
Thread Tools | Search this Thread |
Display Modes | |
|
|