ankurs
19th May 2008, 19:11
well title says it all , had to format and re installed avisynth , problem is that in meGUI i get a wierd sort of error every time i try to use a filter , i have faced this problem previously as well but then on didee's advice re installed meGUI and avisynth and it got fixed and started working , problem is be it ANY sort of external .avs or .dll doesnt work and gives an error which is as follows abruptly ..
http://i29.tinypic.com/6fp0gn.jpg
also it is a very simple script which i am trying to work , it is as follows ...
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\AGC.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\LimitedSharpenFaster.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\seesaw.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\ylevelsS.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\soothe.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\temporal degrain.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\mrestore.avs")
DGDecode_mpeg2source("C:\Documents and Settings\HP\Desktop\Sample.d2v",cpu=2)
HDRAGC(min_sat=0.0,max_sat=3.0,coef_sat=2.75,min_gain=0.0,max_gain=0.1,coef_gain=0.25)
AssumeTFF().tdeint(mode=1).mrestore(numr=1001,denm=2400)
crop(...)
dull = last.Spline36Resize(...)
YlevelsS(...)
sharp = dull.SeeSaw(...)
temporaldegrain()
soothe(...)
i do remember that once i read somewhere that this problem happens when different versions of removegrain or wrapsharp are present in the plugins folder , well i replaced each and everything in my plugins folder with fresh / same plugins downloaded from wrapsharp's page and also updated the .avs's as well from doom9 , following are the plugins which are present ,
http://i27.tinypic.com/2dkmvrq.jpg
http://i27.tinypic.com/106y8m9.jpg
i am using avisynth 2.5.7 with the MT mod , also my meGUI version is 3.0 and my servers are configured on development update servers as well , what's more astounding is that sort of same scripts worked just fine before the format with almost the same plugins , and also i have already replaced everything from .dll to .avs in my plugins folder and have'nt been able to solve it myself , n00b here help please ! :p
P.S : No use re installing avisynth as well as have already done that 9 times from 2.5 to the present 2.8 as well , all gave same problem :mad: also meGUI has been checked from version 0.2.5 to 0.3.0 and all of them gave the same error on the same script as well :s , also windows is xp sp 3 updaated to the latest window update and 2.0 net framework as well is there ..
http://i29.tinypic.com/6fp0gn.jpg
also it is a very simple script which i am trying to work , it is as follows ...
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\AGC.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\LimitedSharpenFaster.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\seesaw.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\ylevelsS.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\soothe.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\temporal degrain.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\mrestore.avs")
DGDecode_mpeg2source("C:\Documents and Settings\HP\Desktop\Sample.d2v",cpu=2)
HDRAGC(min_sat=0.0,max_sat=3.0,coef_sat=2.75,min_gain=0.0,max_gain=0.1,coef_gain=0.25)
AssumeTFF().tdeint(mode=1).mrestore(numr=1001,denm=2400)
crop(...)
dull = last.Spline36Resize(...)
YlevelsS(...)
sharp = dull.SeeSaw(...)
temporaldegrain()
soothe(...)
i do remember that once i read somewhere that this problem happens when different versions of removegrain or wrapsharp are present in the plugins folder , well i replaced each and everything in my plugins folder with fresh / same plugins downloaded from wrapsharp's page and also updated the .avs's as well from doom9 , following are the plugins which are present ,
http://i27.tinypic.com/2dkmvrq.jpg
http://i27.tinypic.com/106y8m9.jpg
i am using avisynth 2.5.7 with the MT mod , also my meGUI version is 3.0 and my servers are configured on development update servers as well , what's more astounding is that sort of same scripts worked just fine before the format with almost the same plugins , and also i have already replaced everything from .dll to .avs in my plugins folder and have'nt been able to solve it myself , n00b here help please ! :p
P.S : No use re installing avisynth as well as have already done that 9 times from 2.5 to the present 2.8 as well , all gave same problem :mad: also meGUI has been checked from version 0.2.5 to 0.3.0 and all of them gave the same error on the same script as well :s , also windows is xp sp 3 updaated to the latest window update and 2.0 net framework as well is there ..