PDA

View Full Version : Megui error occured during encoding AAC


lansing
23rd September 2008, 03:53
I don't know what happen, but the error log said that I'm missing some functions.

This is the log for encoding an mp3 to aac

[Error] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.0.2016
--[NoImage] OS : Microsoft® Windows Vista™ Ultimate SP1 (6.0.65536.6001)
--[NoImage] Framework used : 2.0 SP1 (2.0.50727.1434)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz
-[Error] Log for job16 (audio, 周杰倫 - 不能說的秘密.mp3 -> 周杰倫 - 不能說的秘密.mp4)
--[Information] [9/22/2008 9:41:03 PM] Started handling job
--[Information] [9/22/2008 9:41:03 PM] Preprocessing
--[NoImage] Avisynth script
---[NoImage] NicMPG123Source("D:\周杰倫 - 不能說的秘密.mp3")
---[NoImage] ConvertAudioToFloat()
---[NoImage] 6<=Audiochannels(last)?x_stereofc32dc7fa3fe402da2fbf29ef03902e5(ConvertAudioToFloat(last)):last
---[NoImage] Normalize()
---[NoImage] ConvertAudioTo16bit()
---[NoImage] return last
---[NoImage] function x_stereofc32dc7fa3fe402da2fbf29ef03902e5(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] c = GetChannel(a, 3)
---[NoImage] lfe = GetChannel(a, 4)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage] c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
---[NoImage] r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
---[NoImage] r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
--[NoImage] Commandline used: -ignorelength -lc -br 96000 -if - -of "{0}"
--[Information] [9/22/2008 9:41:03 PM] Encoding started
--[Information] [9/22/2008 9:41:03 PM] Encode thread started
--[Information] [9/22/2008 9:41:03 PM] Avisynth script environment opened
--[Error] An error occurred
---[NoImage] Exception message: Script error: there is no function named "NicMPG123Source"
---[NoImage] Stacktrace
----[NoImage] at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
----[NoImage] at MeGUI.AviSynthAudioEncoder.encode()
---[NoImage] Inner exception: null
--[Information] [9/22/2008 9:41:03 PM] Job completed



this is log for wav to aac
[Error] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.0.2016
--[NoImage] OS : Microsoft® Windows Vista™ Ultimate SP1 (6.0.65536.6001)
--[NoImage] Framework used : 2.0 SP1 (2.0.50727.1434)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz
-[Error] Log for job17 (audio, audio T80 2_0ch 448Kbps 48KHz.wav -> audio T80 2_0ch 448Kbps 48KHz.mp4)
--[Information] [9/22/2008 9:51:15 PM] Started handling job
--[Information] [9/22/2008 9:51:15 PM] Preprocessing
--[NoImage] Avisynth script
---[NoImage] RaWavSource("D:\audio T80 2_0ch 448Kbps 48KHz.wav", 2)
---[NoImage] ConvertAudioToFloat()
---[NoImage] 6<=Audiochannels(last)?x_stereo9e8aebb0bff6414985f0a7b26f79d015(ConvertAudioToFloat(last)):last
---[NoImage] Normalize()
---[NoImage] ConvertAudioTo16bit()
---[NoImage] return last
---[NoImage] function x_stereo9e8aebb0bff6414985f0a7b26f79d015(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] c = GetChannel(a, 3)
---[NoImage] lfe = GetChannel(a, 4)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage] c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
---[NoImage] r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
---[NoImage] r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
--[NoImage] Commandline used: -ignorelength -lc -br 96000 -if - -of "{0}"
--[Information] [9/22/2008 9:51:15 PM] Encoding started
--[Information] [9/22/2008 9:51:15 PM] Encode thread started
--[Information] [9/22/2008 9:51:15 PM] Avisynth script environment opened
--[Error] An error occurred
---[NoImage] Exception message: Script error: there is no function named "RaWavSource"
---[NoImage] Stacktrace
----[NoImage] at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
----[NoImage] at MeGUI.AviSynthAudioEncoder.encode()
---[NoImage] Inner exception: null
--[Information] [9/22/2008 9:51:15 PM] Job completed

lansing
23rd September 2008, 04:02
nvm, i just found out that i'm missing the NicAudio.dll filter, problem solved now