mavinashbabu
20th September 2007, 14:22
Hi,
Me not that good at AviSynth scripts, but know what will do what and in the process of knowing how it will do i'm getting the below error while previewing my .avs script file while using LimitedSharpenFaster ()
below is .avs scrip
DGDecode_mpeg2source("F:\KRRISH_CCE-4-DS\VIDEO_TS\VTS_02_1.d2v",info=3)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\fft3dfilter.dll")
import("C:\Program Files\AviSynth 2.5\plugins\LimitedSharpenFaster.avsi")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainS.dll")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\RepairS.dll")
Import("c:\Program Files\AviSynth 2.5\Plugins\SeeSaw.avs")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\aWarpsharp.dll")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\SSETools.dll")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainS.dll")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\RepairS.dll")
#ColorMatrix(hints=true,interlaced=true)
#Not doing anything because the source is progressive
crop( 0, 56, -2, -60)
#LimitedSharpenFaster(ss_x=1.5)
#seesaw(NRlimit=5, NRlimit2=5, Sstr=2.22, Szp=1, Slimit=50, Sdamplo=16, Spower=1, sootheT=95, SdampHi=39)
LimitedSharpenFaster(ss_x=2.5,ss_y=2.25,strength=30,smode=4)
#fft3dfilter(sigma=1.5,interlaced=false)
Lanczos4Resize(720,304) # Lanczos4 (Sharp)
#denoise
And here is the screenshot of the error message
http://maxupload.com/img/60BE5DEE.jpg
Please help.
Thanks
Me not that good at AviSynth scripts, but know what will do what and in the process of knowing how it will do i'm getting the below error while previewing my .avs script file while using LimitedSharpenFaster ()
below is .avs scrip
DGDecode_mpeg2source("F:\KRRISH_CCE-4-DS\VIDEO_TS\VTS_02_1.d2v",info=3)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\fft3dfilter.dll")
import("C:\Program Files\AviSynth 2.5\plugins\LimitedSharpenFaster.avsi")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainS.dll")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\RepairS.dll")
Import("c:\Program Files\AviSynth 2.5\Plugins\SeeSaw.avs")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\aWarpsharp.dll")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\SSETools.dll")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainS.dll")
LoadPlugIn("C:\Program Files\AviSynth 2.5\plugins\RepairS.dll")
#ColorMatrix(hints=true,interlaced=true)
#Not doing anything because the source is progressive
crop( 0, 56, -2, -60)
#LimitedSharpenFaster(ss_x=1.5)
#seesaw(NRlimit=5, NRlimit2=5, Sstr=2.22, Szp=1, Slimit=50, Sdamplo=16, Spower=1, sootheT=95, SdampHi=39)
LimitedSharpenFaster(ss_x=2.5,ss_y=2.25,strength=30,smode=4)
#fft3dfilter(sigma=1.5,interlaced=false)
Lanczos4Resize(720,304) # Lanczos4 (Sharp)
#denoise
And here is the screenshot of the error message
http://maxupload.com/img/60BE5DEE.jpg
Please help.
Thanks