Log in

View Full Version : MEGUI Process exits with error: 3


Whimick
9th July 2012, 12:06
Hi,

I'm trying to convert an h264 (BBC HD )stream from my Dream box to xvid avi 720x400 1800 bitrate, or mp4.

And every time I try it stops on the first pass with Process exits with error: 3 after about five minutes.

Exstract for error log below:

---[Information] [09/07/2012 10:51:51] Muxed output file: C:\Users\######\Videos\MeGUI\02. Wimbledon 2012 (Monday BBC HD)-muxed.avi
-[Error] Log for job1 (video, 02. Wimbledon 2012 (Monday BBC HD).avs -> )
--[Information] [09/07/2012 10:51:55] Started handling job
--[Information] [09/07/2012 10:51:55] Preprocessing
---[Information] Bitrate calculation for video
----[Information] [09/07/2012 10:51:56] Desired size after subtracting audio: 696823 KBs
----[Information] [09/07/2012 10:51:56] Calculated desired bitrate: 1800 kbit/s
--[Information] [09/07/2012 10:51:56] Avisynth input script
---[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgavcindex\DGAVCDecode.dll")
---[NoImage] AVCSource("C:\Users\######\Videos\MeGUI\02. Wimbledon 2012 (Monday BBC HD).dga")
---[NoImage] #deinterlace
---[NoImage] #crop
---[NoImage] LanczosResize(720,400) # Lanczos (Sharp)
---[NoImage] #denoise
--[Information] [09/07/2012 10:51:56] Job commandline: "C:\Program Files (x86)\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\######\Videos\MeGUI\02.Monday BBC HD).avs" -pass1 "C:\Users\######\Videos\MeGUI\02. Monday BBC HD).stats" -bitrate 1800 -kboost 100 -ostrength 10 -oimprove 10 -odegrade 10 -chigh 30 -clow 15 -vbvsize 3145728 -vbvmax 4854000 -vbvpeak 2359296 -turbo -max_key_interval 250 -vhqmode 4 -lumimasking -imin 1 -pmin 1 -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1 -threads 1
--[Information] [09/07/2012 10:51:56] Encoding started
--[Error] [09/07/2012 10:58:48] Process exits with error: 3
--[Information] [09/07/2012 10:58:48] Standard output stream: xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
--[Information] [09/07/2012 10:58:48] Standard error stream
---[NoImage] This application has requested the Runtime to terminate it in an unusual way.
---[NoImage] Please contact the application's support team for more information.
--[Information] [09/07/2012 10:58:48] Job completed


Can any one help me solve this problem

Many thanks

LoRd_MuldeR
9th July 2012, 20:49
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Obviously "xvid_encraw.exe" has crashed. As you are using Avisynth input, the crash may very well originate from Avisynth or (more likely) one of the Avisynth plug-in's involved.

I'd try to open the exactly same AVS file in VirtualDub and check whether it plays through properly...

Whimick
10th July 2012, 12:49
Thanks for the reply,

I've tried to run the the avs in VirtualDub 32 and the programme failed after about 5 minutes, and showed this error

Microsoft Visual C++ Runtime Library

This application has requested the Runtime to terminate in an unusual way.

Virtualdub then showed:

crash details (best guess as to cause)
An exception occurred in module libavcodec
... while running thread Dub-I\O* (thread cpp:1630

The same error happens if I try and use x264 with MeGUI

So far I have not been able to convert any HD streams from my Dreambox, video stream details below:

Video
ID : 5400 (0x1518)
Menu ID : 6941 (0x1B1D)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : 27
Duration : 13mn 9s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : MBAFF
Scan order : Top Field First
Color primaries : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
Transfer characteristics : BT.709-5, BT.1361
Matrix coefficients : BT.709-5, BT.1361, IEC 61966-2-4 709, SMPTE RP177

I hope this info helps, unfortunatly I do not have enough Technical experience to solve this problem mty self.

Regards Whimick

Groucho2004
10th July 2012, 13:48
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgavcindex\DGAVCDecode.dll")
AVCSource("C:\Users\######\Videos\MeGUI\02. Wimbledon 2012 (Monday BBC HD).dga")

AVCSource is outdated and not recommended, especially with non-progressive streams.
Try FFVideoSource.

I'm pretty sure that this is the problem.

As you can see, VDub shows which module crashed (libavcodec).
Megui shows "error 3".:confused:
I also can't believe that they are still including DGAVC.