PDA

View Full Version : MeGUI Error .. Vdub and MeGUI crashes on script ..


ankurs
22nd June 2008, 00:14
vdub shuts down immediately after around 5 seconds of jamming without giving any error ... well any how here's the script and error :

http://i25.tinypic.com/2m6js5l.jpg


LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\aWarpSharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\AGC.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MT.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\warpsharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Vinverse.dll")
Import("C:\Program Files\AviSynth 2.5\plugins\ylevelsS.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\FizzKiller.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\soothe.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\temporal degrain.avs")


DGDecode_mpeg2source("C:\PATH",cpu=2)

SetMTMode(2,2)

ColorMatrix(mode="Rec.709->Rec.601",opt=0,interlaced=true,threads=2)

HDRAGC(min_sat=0.0,max_sat=3.0,coef_sat=1.55,min_gain=0.0,max_gain=0.1,coef_gain=0.25)

tfm(order=1).tdecimate(...).vinverse()

crop( ...)

YlevelsS(8,1.1,255,0,255)

addborders(...)

LimitedSharpenFaster(ss_x=1.35, ss_y=1.35, Smode=1, strength=30,overshoot=1)

Lanczos4Resize(720,480)

temporaldegrain()

ankurs
22nd June 2008, 00:40
also i forgot to tell doing a cce ...

foxyshadis
22nd June 2008, 05:35
You probably don't have enough memory. Try using SetMemoryMax(512) or something around 1/2 your available memory. Watch the progress in task manager to confirm this, you'll see memory use edge toward 2 GB before it crashes.

ankurs
25th June 2008, 19:12
You probably don't have enough memory. Try using SetMemoryMax(512) or something around 1/2 your available memory. Watch the progress in task manager to confirm this, you'll see memory use edge toward 2 GB before it crashes.

bingo ! :D although i already deleted the dvd off my hdd , worked on the sample , off a GB ram 2 odd gb was being used , respect foxyshadis :helpful: