Log in

View Full Version : MeGUI conversion error


dan_man555
16th May 2012, 09:55
I am trying to convert a video with MeGIU, but I keep running into the same error. I think it has something to do with the fact that the input audio is an ogg file, but not sure.

Here is the log:
[Error] Log for job1 (audio, audio.ogg -> audio.m4a)
-[Information] [16/05/2012 6:33:29 PM] Started handling job
-[Information] [16/05/2012 6:33:29 PM] Preprocessing
-[Information] [16/05/2012 6:33:29 PM] Encoding started
-[Information] [16/05/2012 6:33:29 PM] MediaInfo
--[Information] File: C:\Users\user\Desktop\audio.ogg
--[Information] General
---[Information] Format: OGG
---[Information] FormatString: OGG
---[Information] FileSize: 64942098
---[Information] PlayTime: 00:28:50.751
--[Information] Audio
---[Information] ID: 2046110086
---[Information] StreamOrder:
---[Information] Format: Vorbis
---[Information] FormatProfile:
---[Information] FormatSettingsSBR:
---[Information] FormatSettingsPS:
---[Information] SamplingRate: 48000
---[Information] SamplingRateString: 48.0 KHz
---[Information] Channels: 2
---[Information] ChannelsString: 2 channels
---[Information] ChannelPositionsString2:
---[Information] BitRateMode: VBR
---[Information] Delay:
---[Information] Title:
---[Information] Language:
---[Information] LanguageString:
-[Information] [16/05/2012 6:33:29 PM] Trying to open the file with NicAudio
-[Information] [16/05/2012 6:33:29 PM] Failed opening the file with NicAudio()
-[Information] [16/05/2012 6:33:29 PM] Trying to open the file with FFAudioSource()
-[Information] [16/05/2012 6:33:32 PM] Successfully opened the file with FFAudioSource()
-[Information] [16/05/2012 6:33:32 PM] Avisynth script
--[NoImage] LoadPlugin("C:\Users\user\Desktop\Videos\MeGUI_2112_x86\tools\ffms\ffms2.dll")
--[NoImage] FFAudioSource("C:\Users\user\Desktop\audio.ogg")
--[NoImage] Normalize()
--[NoImage] return last
-[Information] [16/05/2012 6:33:32 PM] Commandline used: -ignorelength -he -br 128000 -if - -of "{0}"
-[Information] [16/05/2012 6:33:32 PM] Avisynth script environment opened
-[Information] [16/05/2012 6:33:32 PM] Script loaded
-[Information] Output Decoder
--[Information] [16/05/2012 6:33:32 PM] Channels: 2
--[Information] [16/05/2012 6:33:32 PM] Bits per sample: 16
--[Information] [16/05/2012 6:33:32 PM] Sample rate: 48000
-[Information] [16/05/2012 6:33:32 PM] Commandline: C:\Users\user\Desktop\Videos\MeGUI_2112_x86\tools\eac3to\neroAacEnc.exe -ignorelength -he -br 128000 -if - -of "C:\Users\user\Desktop\audio.m4a"
-[Information] [16/05/2012 6:33:32 PM] Encoder process started
-[Error] [16/05/2012 6:33:36 PM] An error occurred
--[Error] [16/05/2012 6:33:36 PM] Exception message: FFAudioSource: Seeking is severely broken
--[Error] [16/05/2012 6:33:36 PM] Stacktrace: at MeGUI.AviSynthAudioEncoder.encode()
--[Error] [16/05/2012 6:33:36 PM] Inner exception: null
-[Information] [16/05/2012 6:33:36 PM] Job completed


Any help would be greatly appreciated

tebasuna51
16th May 2012, 23:01
Maybe your ogg file is corrupt (Exception message: FFAudioSource: Seeking is severely broken).

Try other tool to recode ogg -> m4a (Foobar2000, BeHappy/BassAudioSource,...)

BTW, for 128 Kb/s, is better use lc instead he (-he -br 128000)

dan_man555
17th May 2012, 01:07
I used foobar2000 to recode, which works ok as a workaround, but is it possible I'm missing some codecs for megui, which is why it won't work?

Incidentally, how do you get the video to convert, and then mux with an external audio file with the auto-encode of megui?

tebasuna51
17th May 2012, 10:45
... but is it possible I'm missing some codecs for megui...
Nope, FFAudioSource work most the times decoding ogg audio, but maybe is less permissible with errors than Foobar2000 ogg decoder.

Can you upload your sample to check the problem?

Incidentally, how do you get the video to convert, and then mux with an external audio file with the auto-encode of megui?
I don't know how make that with auto-encode, but you can use MeGUI -> Tools -> Muxer to add the audio to the encoded video.

docholliday
19th May 2012, 14:31
I have problem with MeGUI
what do you thing ?
i go to tools >AVS Script Creator >Video Input>Directshowsource>SAVE But Error You have screen shot error

http://i.imgur.com/thqop.jpg

Guest
19th May 2012, 14:55
I have problem with MeGUI
what do you thing ?
i go to tools >AVS Script Creator >Video Input>Directshowsource>SAVE But Error You have screen shot error

http://i.imgur.com/thqop.jpg Post your complete Avisynth script.