View Single Post
Old 10th January 2006, 20:17   #52  |  Link
digidragon
Registered User
 
digidragon's Avatar
 
Join Date: Dec 2003
Location: UK
Posts: 147
Well, I don't think this will help much, but anyway...

I used the d2v creator and avs creator to create an avisynth script:
Code:
LoadPlugin("C:\Program Files\GordianKnot\DGMPGDec\dgdecode.dll")
mpeg2source("C:\FS\fs50.d2v")
LeakKernelDeInt(order=1,sharp=true)
crop(2,0,-4,-2)
LanczosResize(640,512)
I then loaded the avs script, left the setting on 1P-Goodquality, hit Queue, then hit start on the Queue tab. I left it encoding for 30 seconds or so, then hit Abort. I was asked to confirm if I wanted to abort, and as soon as I clicked Yes, MeGUI closed. No log was created. Also, MeGUI is not running in task manager, so it's not just "hidden".

If I leave the encoding run, it completes successfully.

Using version 0.2.3.2001 of MeGUI.
digidragon is offline