Megui error

August 4th, 2016

Hi
I am trying to convert some videos from avi format to mp4 with x264 encoder. I am using megui. For some of the audio jobs, i get an error. I want to use megui over handbrake as i get better quality. Please help.
Using Nero encoder.
Aditya

Answer #1
Upgrade your transcoding software from MEGUI as the encoders crap and the GUI is even worse, Sorenson Squeeze gives better rusults because it uses propritry encoders which give better quality/size ratios than freeware equilivents like x264. It has a great GUI and supports batch transcodeing.
http://www.google.com?t=4043379
Answer #2
Hi
I am trying to convert some videos from avi format to mp4 with x264 encoder. I am using megui. For some of the audio jobs, i get an error. I want to use megui over handbrake as i get better quality. Please help.
Using Nero encoder.
Aditya

What does the log show? You get an error could mean anything without a bit more information.
Upgrade your transcoding software from MEGUI as the encoders crap and the GUI is even worse, Sorenson Squeeze gives better rusults because it uses propritry encoders which give better quality/size ratios than freeware equilivents like x264. It has a great GUI and supports batch transcodeing.
http://www.google.com?t=4043379

Image
Learn to spell rather than you continually spouting the same old views over and over again and we might start taking you more seriously.
Answer #3
http://compression.ru/video/codec_comparison/pdf/msu_mpeg_4_avc_h264_codec_comparison_2009.pdf
Better luck next time , The mainconcept encoder will produce files with better compression (Quality/size ratio) in less time than x264.
And because Sorenson was made by competent people it will actually work solving OP’s problem.
Answer #4
And because Sorenson was made by competent people [...]
and is used by incompetent users. Because you’re always the only one who is flaming people using meGUI and x264 as incompetent.
Well, what I’m trying to say is that you never proved your claims in relation that x264 will put out bad quality. Posting a comparison (btw you probably never have read) won’t prevent people from using an open source encoder.
Yes, you are right – the best h264 encoder is this one by Mainconcept, but the differences between both are pretty small. It’s just like comparing mp3 encoders like LAME vs. Xing.
And may the GUI of meGUI isn’t color loaded as Squeeze but if people like this application, why trying to change their oppinion.
Btw: it’s called results not rusults – probably you’re just copy/paste all your claims.
have a nice day
Answer #5
You really need to stop that , the person asks for something else and you tell something else.
Hi
I am trying to convert some videos from avi format to mp4 with x264 encoder. I am using megui. For some of the audio jobs, i get an error. I want to use megui over handbrake as i get better quality. Please help.
Using Nero encoder.
Aditya

Go to “C:\Program Files\megui\logs” and post up the latest log in which you encountered the error. Then we’ll see what the problem is.
Answer #6
Just a note, if meGUI sucks so badly then why does the scene use it exclusively? not to mention all the high-end encoders do as well? reason? its the best utility to use when you “know what your doing”
and the OP’s error is most likely due to missing the NeroAAC executable from his/her directory of megui
again, a log helps us help you
Answer #7
Here is the log
[Error] Log
-[Information] Versions
–[NoImage] MeGUI Version : 0.3.3.0
–[NoImage] OS : Windows Seven Premium Edition x86 (6.1.0.7600)
–[NoImage] Latest .Net Framework installed : 3.5 SP1 (3.5.30729.4926)
–[NoImage] Avisynth Version : 2.5.8.5
-[Error] Log for job2 (audio, 02-Phase 1 – BURN Circuit 2.AVI -> 02-Phase 1 – BURN Circuit 2.mp4)
–[Information] [2/3/2010 3:55:40 PM] Started handling job
–[Information] [2/3/2010 3:55:40 PM] Preprocessing
–[NoImage] Avisynth script
—[NoImage] AVISource(“D:\Downloads\02-Phase 1 – BURN Circuit 2.AVI”, audio=true)
—[NoImage] EnsureVBRMP3Sync()
—[NoImage] Trim(0,0)
—[NoImage] 6<=Audiochannels(last)?x_stereocffdffa95bf448e1b4b3dfa80b77e100(ConvertAudioToFloat(last)):last
—[NoImage] Normalize()
—[NoImage] return last
—[NoImage] function x_stereocffdffa95bf448e1b4b3dfa80b77e100(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 -he -br 32000 -if – -of “{0}”
–[Information] [2/3/2010 3:55:40 PM] Encoding started
–[Information] [2/3/2010 3:55:40 PM] Encode thread started
–[Information] [2/3/2010 3:55:40 PM] Avisynth script environment opened
–[Error] An error occurred
—[NoImage] Exception message
—-[NoImage] Error initializing audio stream decompression:
—-[NoImage] The requested conversion is not possible.
—-[NoImage] Check to make sure you have the required codec.
—[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] [2/3/2010 3:55:42 PM] Job completed
-[Error] Log for job2 (audio, 02-Phase 1 – BURN Circuit 2.AVI -> 02-Phase 1 – BURN Circuit 2.mp4)
–[Information] [2/3/2010 3:57:16 PM] Started handling job
–[Information] [2/3/2010 3:57:16 PM] Preprocessing
–[NoImage] Avisynth script
—[NoImage] AVISource(“D:\Downloads\02-Phase 1 – BURN Circuit 2.AVI”, audio=true)
—[NoImage] EnsureVBRMP3Sync()
—[NoImage] Trim(0,0)
—[NoImage] 6<=Audiochannels(last)?x_stereoc72f467bc2ef4768a818a8c877f99274(ConvertAudioToFloat(last)):last
—[NoImage] Normalize()
—[NoImage] return last
—[NoImage] function x_stereoc72f467bc2ef4768a818a8c877f99274(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 -he -br 32000 -if – -of “{0}”
–[Information] [2/3/2010 3:57:16 PM] Encoding started
–[Information] [2/3/2010 3:57:16 PM] Encode thread started
–[Information] [2/3/2010 3:57:16 PM] Avisynth script environment opened
–[Error] An error occurred
—[NoImage] Exception message
—-[NoImage] Error initializing audio stream decompression:
—-[NoImage] The requested conversion is not possible.
—-[NoImage] Check to make sure you have the required codec.
—[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] [2/3/2010 3:57:16 PM] Job completed
Does sorenson squeeze support encoding of mkv files? I heard it doesn’t.
Answer #8
Ignoring the buthurt fan-boys above, MKV is just a rubbish unsupported container im assuming that you want to create these files because you think that they offer better compression (which is not true).
If thats the case then there is no problem because Sorenson outputs ISO standard MP4 , If you actually want your streams in a non standard container then you can simply mux the streams into mkv with mkvmerge or mkvtoolnix .
The whole process above would still be faster than encoding using x264 with NonGUI.
Answer #9
@
While viewing the log file, I’m assuming that you haven’t demuxed the audio stream right? Then AviSynth uses internal splitters committing the audio stream to the audio encoder. The GetChannels() function shows me you’re probably converting an .ac3 audio stream.
Have you already tried to demux the audio off the video first? Can be done e.g. with Avidemux.
And put the seperated audio file in meGUI’s audio encoder (lower part of the main window).
Btw an info log of the .avi files done with mediainfo would be great (for detailed informations).

 

| Sitemap |