Undead Sega
15th September 2009, 15:53
I dont know fi any others have been getting this problem but this kind of new to me and i cant see what could be the problem.
i am just basically taking an AAC file to downmix it to AAC or ven to AC3 or MP3 and i always get this kind of log with it ending with Inner exception: null:
[Error] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.1.1056
--[NoImage] OS : Windows Seven x64 (6.1.0.7600)
--[NoImage] Latest .Net Framework installed : 2.0 (2.0.50727.1)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
-[Error] Log for job1 (audio,track2.aac -> stereo.aac)
--[Information] [15/09/2009 15:48:33] Started handling job
--[Information] [15/09/2009 15:48:33] Preprocessing
--[NoImage] Avisynth script
---[NoImage] DirectShowSource("C:\track2.aac")
---[NoImage] EnsureVBRMP3Sync()
---[NoImage] 6<=Audiochannels(last)?x_stereo1deee45a77624f2aae66df31fb51d945(ConvertAudioToFloat(last)):last
---[NoImage] SSRC(48000)
---[NoImage] Normalize()
---[NoImage] return last
---[NoImage] function x_stereo1deee45a77624f2aae66df31fb51d945(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: -b 448 --mpeg-vers 4 -o "{0}" -
--[Information] [15/09/2009 15:48:37] Encode thread started
--[Information] [15/09/2009 15:48:37] Encoding started
--[Information] [15/09/2009 15:48:37] Avisynth script environment opened
--[Error] An error occurred
---[NoImage] Exception message
----[NoImage] DirectShowSource: Could not open as video or audio.
----[NoImage] Video returned: "DirectShowSource: couldn't open file C:\track2.aac:
----[NoImage] Pins cannot connect due to not supporting the same transport."
----[NoImage] Audio returned: "DirectShowSource: couldn't open file C:\track2.aac:
----[NoImage] Pins cannot connect due to not supporting the same transport."
---[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] [15/09/2009 15:48:38] Job completed
i have Avisynth 2.5, all the latest updates on MeGUI, and strangely the MP4 that this contained doesnt open up in something simple as TMPEG Xpress which usually loads up. can anyone help me on this?
i am just basically taking an AAC file to downmix it to AAC or ven to AC3 or MP3 and i always get this kind of log with it ending with Inner exception: null:
[Error] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.1.1056
--[NoImage] OS : Windows Seven x64 (6.1.0.7600)
--[NoImage] Latest .Net Framework installed : 2.0 (2.0.50727.1)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
-[Error] Log for job1 (audio,track2.aac -> stereo.aac)
--[Information] [15/09/2009 15:48:33] Started handling job
--[Information] [15/09/2009 15:48:33] Preprocessing
--[NoImage] Avisynth script
---[NoImage] DirectShowSource("C:\track2.aac")
---[NoImage] EnsureVBRMP3Sync()
---[NoImage] 6<=Audiochannels(last)?x_stereo1deee45a77624f2aae66df31fb51d945(ConvertAudioToFloat(last)):last
---[NoImage] SSRC(48000)
---[NoImage] Normalize()
---[NoImage] return last
---[NoImage] function x_stereo1deee45a77624f2aae66df31fb51d945(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: -b 448 --mpeg-vers 4 -o "{0}" -
--[Information] [15/09/2009 15:48:37] Encode thread started
--[Information] [15/09/2009 15:48:37] Encoding started
--[Information] [15/09/2009 15:48:37] Avisynth script environment opened
--[Error] An error occurred
---[NoImage] Exception message
----[NoImage] DirectShowSource: Could not open as video or audio.
----[NoImage] Video returned: "DirectShowSource: couldn't open file C:\track2.aac:
----[NoImage] Pins cannot connect due to not supporting the same transport."
----[NoImage] Audio returned: "DirectShowSource: couldn't open file C:\track2.aac:
----[NoImage] Pins cannot connect due to not supporting the same transport."
---[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] [15/09/2009 15:48:38] Job completed
i have Avisynth 2.5, all the latest updates on MeGUI, and strangely the MP4 that this contained doesnt open up in something simple as TMPEG Xpress which usually loads up. can anyone help me on this?