View Full Version : neroAacEnc does not work in MEGUI
jinkazuya
2nd August 2010, 04:35
Well...I know somebody used to have the same problem and I have read the thread about this...But the error log maybe different.
I try to encode an anime and import the avs as my audio source, but when I enqueued it, it was ok, but when I started it just gave me an error. So I might need you guys to help me with this.
AMED
2nd August 2010, 09:44
if you give us nothing you get nothing in return.
post your MeGUI log...
Lighto
2nd August 2010, 10:43
check the file directory of neroAacEnc.exe
jinkazuya
3rd August 2010, 02:48
[Error] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.1.1051
--[NoImage] OS : Windows Seven x64 (6.1.0.7600)
--[NoImage] Framework used : 2.0 SP1 (2.0.50727.4927)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM) i7 CPU 965 @ 3.20GHz
-[Error] Log for job4 (audio, 1.avs -> 1.mp4)
--[Information] [8/2/2010 6:42:03 PM] Started handling job
--[Information] [8/2/2010 6:42:03 PM] Preprocessing
--[NoImage] Avisynth script
---[NoImage] 6<=Audiochannels(last)?x_stereob89ab66469294d65ba09b67bfd0feac4(ConvertAudioToFloat(last)):last
---[NoImage] Normalize()
---[NoImage] return last
---[NoImage] function x_stereob89ab66469294d65ba09b67bfd0feac4(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 -hev2 -br 32000 -if - -of "{0}"
--[Information] [8/2/2010 6:42:03 PM] Encoding started
--[Information] [8/2/2010 6:42:03 PM] Encode thread started
--[Information] [8/2/2010 6:42:04 PM] Avisynth script environment opened
--[Error] An error occurred
---[NoImage] Exception message: Script error: Invalid arguments to function "Audiochannels"
---[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] [8/2/2010 6:42:04 PM] Job completed
-[Warning] Log for job5 (video, 1.avs -> )
--[Information] [8/2/2010 6:42:03 PM] Started handling job
--[Information] [8/2/2010 6:42:03 PM] Preprocessing
--[NoImage] Job commandline: "C:\Users\Terry Phu\Desktop\MeGUI\tools\x264\x264.exe" --profile high --pass 1 --bitrate 500 --stats "D:\My Share\New folder (2)\1.stats" --keyint 120 --ref 1 --no-mixed-refs --b-adapt 2 --b-pyramid --direct auto --subme 2 --trellis 0 --partitions none --me dia --merange 32 --thread-input --sar 1:1 --output NUL "D:\My Share\New folder (2)\1.avs"
--[Information] [8/2/2010 6:42:04 PM] Encoding started
--[Warning] Deleting aborted output
---[NoImage] Delete aborted ouptut set: True
---[NoImage] File to delete
---[Warning] Error deleting file
----[NoImage] Exception message: The path is not of a legal form.
----[NoImage] Stacktrace
-----[NoImage] at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
-----[NoImage] at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
-----[NoImage] at System.IO.Path.GetFullPathInternal(String path)
-----[NoImage] at System.IO.File.Delete(String path)
-----[NoImage] at MeGUI.core.gui.JobWorker.markJobAborted()
----[NoImage] Inner exception: null
--[NoImage] Standard output stream
--[NoImage] Standard error stream
---[NoImage] avis [info]: 640x480 @ 25.00 fps (35767 frames)
---[NoImage] x264 [info]: using SAR=1/1
---[NoImage] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
---[NoImage] x264 [info]: profile Main, level 3.0
--[Information] [8/2/2010 6:42:11 PM] Job completed
--[Information] [8/2/2010 6:42:11 PM] Current job was aborted
I have also upload the picture of the error. It is the attachment.
Lyle_JP
3rd August 2010, 07:56
You're using an avs script for your audio input if I'm not mistaken. May we see the avs script please?
tebasuna51
3rd August 2010, 09:01
The .avs script don't have input file, then the Audiochannels(last) function crash without input data.
You need first open the file with:
DirectShowSource("your_file.aac")
Maybe better with:
BassAudioSource("your_file.aac")
if you have BassAudio.dll, bass.dll and bas_aac.dll in your AviSynth plugins folder.
jinkazuya
3rd August 2010, 17:11
Well...I know the reason why but thanks for the attempt to help anyway.
The reason is the script of my audio=false, so when I input the avs script file because of no audio and then it crashes.
But when I input the video that has the audio source, then it converts. Not sure if that's correct assumption.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.