Log in

View Full Version : [MeGUI] Xvid Error - HELP!


pilgrim365
15th October 2013, 22:41
Hi guys, I'm a long time follower but no-time poster. I've encountered a problem I just cannot resolve and I was hoping for some expertise.

By choice I would never encode in Xvid over x264 but in this situation I'm encoding for a standalone that doesn't support h264. Cutting to the chase here is the error in the log:

-[Error] Log for job1 (video, Meet Diego.avs -> Meet Diego.avi)
--[Information] [16/10/2013 7:05:45 AM] Started handling job
--[Information] [16/10/2013 7:05:45 AM] Preprocessing
--[Information] [16/10/2013 7:05:45 AM] Avisynth input script
---[NoImage] LoadPlugin("C:\Program Files\MeGUI\FluxSmooth.dll")
---[NoImage] LoadPlugin("C:\Program Files\MeGUI\tools\dgindex\DGDecode.dll")
---[NoImage] DGDecode_mpeg2source("D:\Encoding\Meet Diego.d2v")
---[NoImage] Load_Stdcall_Plugin("C:\Program Files\MeGUI\tools\yadif\yadif.dll")
---[NoImage] Yadif(order=1)
---[NoImage] crop(10, 0, -8, -4)
---[NoImage] BicubicResize(688,512) # Bicubic (Sharp)
---[NoImage] FluxSmoothT(5)
---[NoImage] LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\UnDot.dll")
---[NoImage] Undot() # Minimal Noise
--[Information] [16/10/2013 7:05:46 AM] Job commandline: "C:\Program Files\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "D:\Encoding\Meet Diego.avs" -single -cq 3.0 -smoother 0 -max_key_interval 250 -qpel -interlaced 1 -lumimasking -bvhq -bquant_ratio 162 -bquant_offset 0 -par 1 -threads 4 -avi "D:\Encoding\Meet Diego.avi"
--[Information] [16/10/2013 7:05:46 AM] Process started
--[Information] [16/10/2013 7:05:46 AM] Standard output stream
---[Information] [16/10/2013 7:05:46 AM] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
--[Error] [16/10/2013 7:05:46 AM] Standard error stream
---[Information] [16/10/2013 7:05:46 AM] Trying to retrieve width and height from input header
---[Error] [16/10/2013 7:05:46 AM] xvid [error]: Can't open avi/avs file D:\Encoding\Meet Diego.avs
--[Error] [16/10/2013 7:05:46 AM] Process exits with error: 0xFFFFFFFF (-1)
--[Information] [16/10/2013 7:05:46 AM] Job completed

I attempted everything I can think of to resolve this and have scoured the internet and these forums to no success. Here are the attempts I've made:

- Force reinstalled Xvid
- Ensured the width & height are mod16
- Tried different vob files
- Attempted indexing with FFMSIndex
- Even tried encoding with default xvid settings just for the hell of it.

I've had no problems encoding with x264, but for some reason beyond me xvid just doesn't want to know. Someone please tell me where this issue is!

Asmodian
16th October 2013, 00:19
Try opening the avs file in VirtualDub, that way you can see what the error message is from Avisynth.

pilgrim365
16th October 2013, 02:02
AVI Import Filter error: (Unknown) (80040154)

???

tebasuna51
16th October 2013, 11:20
...
---[NoImage] LoadPlugin("C:\Program Files\MeGUI\FluxSmooth.dll")
...
---[NoImage] LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\UnDot.dll")

In my MeGUI folder don't exist FluxSmooth.dll, is in ...MeGUI\tools\avisynth_plugin\... like UnDot.dll

pilgrim365
16th October 2013, 11:51
Fluxsmooth is located where the code suggests on my machine. But that is irrelevant to the issue here. It's strange because I have used Xvid for testing purposes a while back but now I just cannot get it to run.

pilgrim365
17th October 2013, 22:12
Eventually solved the issue. I figured that it would involve a reinstall of something somewhere, and that culprit was AviSynth. I installed the recently-ish released 2.6 version and all is functional again.

Magno
24th October 2013, 17:28
Eventually solved the issue. I figured that it would involve a reinstall of something somewhere, and that culprit was AviSynth. I installed the recently-ish released 2.6 version and all is functional again.

Thanks for the information. It worked for me too!!