View Full Version : NeroAAC & MeGUI Issue
bonka
1st August 2008, 15:51
Hello All,
After recently reformatting my computer, I have had to reinstall MeGUI. I have placed the NeroAAC files into the MeGUI tools folder & have pathed them into the correct directory in the options. I previously have done the same & has worked.
I keep receiving an error message when trying to convert the audio from ac3 to aac (Nero AAC: NOAAC-HE-MultiChannel-HQ-192kbps profile).
I have looked around to see if this could be a more recent issue, but doesn't appear anyone has had the same issue.
Could anyone help, please?
Thanks
~bT~
1st August 2008, 15:58
what error?!
bonka
1st August 2008, 16:26
in queue window it will just show "error" instead of processing or waiting etc..
I'm not sure whether MeGUI can expand more on that
Kurtnoise
1st August 2008, 16:30
uncheck "Force Decoding via DirectShow" in the settings...
~bT~
1st August 2008, 16:32
^ tick or untick
http://maxupload.com/img/4820A3EC.jpg
edit: kurt to it 1st.
Sharktooth
1st August 2008, 16:36
remove spaces or special chars in paths/filenames.
Kurtnoise
1st August 2008, 16:47
that's remind me something...:p
Sharktooth, could you please check all the audio presets (I know that mines haven't) and put this option off. That will probably solve several issues. ;)
rack04
1st August 2008, 19:34
that's remind me something...:p
Sharktooth, could you please check all the audio presets (I know that mines haven't) and put this option off. That will probably solve several issues. ;)
Agreed.
Sharktooth
2nd August 2008, 03:49
will do that tomorrow. however the real issue is paths/files names. if they contain spaces or special chars the nero encoder will fail when dshow is used.
test it.
bonka
2nd August 2008, 09:34
SOLVED: The issue was the DirectShow Part, which is quite strange, because I haven't had an issue with it in the past
On another note, the file names did have spaces in between...
And Thanks Guys for your help
rack04
2nd August 2008, 16:37
SOLVED: The issue was the DirectShow Part, which is quite strange, because I haven't had an issue with it in the past
On another note, the file names did have spaces in between...
And Thanks Guys for your help
So what solved the problem?
Sharktooth
2nd August 2008, 16:46
what i said in my previous post.
Kurtnoise
2nd August 2008, 17:59
however the real issue is paths/files names. if they contain spaces or special chars the nero encoder will fail when dshow is used.
test it.
doh ??!!
Log for job6 (audio, Jigsaw - ça rocks ^_^.mka -> Jigsaw - ça rocks ^_^.m4a)
[Information] [02/08/2008 17:53:11] Started handling job
[Information] [02/08/2008 17:53:11] Preprocessing
Avisynth script
DirectShowSource("D:\Music à transcoder\Jigsaw - ça rocks ^_^.mka")
EnsureVBRMP3Sync()
ConvertAudioToFloat()
Normalize()
6<=Audiochannels(last)?x_stereod3092d5b10ff429ebac2650799496202(ConvertAudioToFloat(last)):last
ConvertAudioTo16bit()
return last
function x_stereod3092d5b10ff429ebac2650799496202(clip a)
{
fl = GetChannel(a, 1)
fr = GetChannel(a, 2)
c = GetChannel(a, 3)
lfe = GetChannel(a, 4)
sl = GetChannel(a, 5)
sr = GetChannel(a, 6)
l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
return MergeChannels(l, r)
}
Commandline used: -ignorelength -hev2 -br 48000 -if - -of "{0}"
[02/08/2008 17:53:11] Encode thread started
[02/08/2008 17:53:11] Encoding started
[02/08/2008 17:53:11] Avisynth script environment opened
[02/08/2008 17:53:11] Script loaded
Input
Channels: 2
Bits per sample: 16
Sample rate: 44100
Commandline: D:\audio\NeroDigitalAudio\win32\neroAacEnc.exe -ignorelength -hev2 -br 48000 -if - -of "D:\Music à transcoder\Jigsaw - ça rocks ^_^.m4a"
[02/08/2008 17:53:11] Encoder process started
Output from encoder via stderr
*************************************************************
* *
* Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder *
* Copyright 2007 Nero AG *
* All Rights Reserved Worldwide *
* *
* Package build date: Aug 6 2007 *
* Package version: 1.1.34.2 *
* *
* See -help for a complete list of available parameters. *
* *
*************************************************************
[02/08/2008 17:53:26] Job completed
[02/08/2008 17:53:26] Postprocessing
Deleting intermediate files
:p
tebasuna51
3rd August 2008, 00:46
doh ??!!
...
Normalize()
6<=Audiochannels(last)?x_stereod309..02(ConvertAudioToFloat(last)):last
...
I hope isn't a real script.
Use always the Normalize() after the downmix:
...
6<=Audiochannels(last)?x_stereod309..02(last):last
Normalize()
...
Sharktooth
3rd August 2008, 16:18
@kurtnoise try directly, i mean not an avs script, (DS checked and nero encode selected) opening an .ac3 or other files when there are spaces in the pathnames.
Kurtnoise
3rd August 2008, 17:00
@Sharktooth: the input source is the mka file containing an ac3 stream. The script used is internal, created directly by MeGUI.
@Tebasuna: why ?
Sharktooth
3rd August 2008, 17:01
@kurtnoise: duid you test it on vista or XP? it happened to mee too. maybe there are some cases when MeGUI creates a wrong script or just windows or DS go nutz.
rack04
3rd August 2008, 17:55
Same problem?
https://sourceforge.net/tracker/index.php?func=detail&aid=2028011&group_id=156112&atid=798476
Sharktooth
3rd August 2008, 18:02
yes, but since it happens only to some ppl i think it's a windows or DS issue.
tebasuna51
3rd August 2008, 19:42
@Tebasuna: why ?
(Use always the Normalize() after the downmix)
Because the coeficients in mix are calculated to avoid overflow (0.2929 + 0.2929 + 0.2071 + 0.2071 = 1)
but if peaks aren't coincident in all channels you never reach the 0 dB.
Moreover LFE and Surround channels can be far of 0dB peaks.
At last is more easy Normalize a stereo signal than a 5.1
Kurtnoise
4th August 2008, 10:46
@Sharktooth: it was on XP...
@Tebasuna: ok...thanks for the clarification. I'll change that.
chriszxl
6th August 2008, 19:23
NEED 8kbps preset for neroaacenc.exe!!!!!!
Sharktooth
6th August 2008, 19:29
8kbps??!???!?!? the minimum in megui is 16.
does neroaacenc support 8kbps too?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.