Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 22nd June 2008, 00:14   #1  |  Link
ankurs
N00B !
 
Join Date: Jun 2006
Posts: 223
MeGUI Error .. Vdub and MeGUI crashes on script ..

vdub shuts down immediately after around 5 seconds of jamming without giving any error ... well any how here's the script and error :



Code:
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 is offline   Reply With Quote
Old 22nd June 2008, 00:40   #2  |  Link
ankurs
N00B !
 
Join Date: Jun 2006
Posts: 223
also i forgot to tell doing a cce ...
ankurs is offline   Reply With Quote
Old 22nd June 2008, 05:35   #3  |  Link
foxyshadis
Angel of Night
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,559
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.
foxyshadis is offline   Reply With Quote
Old 25th June 2008, 19:12   #4  |  Link
ankurs
N00B !
 
Join Date: Jun 2006
Posts: 223
Quote:
Originally Posted by foxyshadis View Post
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 ! 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
ankurs is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:04.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.