killer_sai
13th October 2009, 22:28
am new to AVISYNTH External filters...
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\aWarpSharp.dll")
AVISource("I:\v sogs\TAMIL\sachien.avi", audio=false)
#deinterlace
#crop
LanczosResize(640,272) # Lanczos (Sharp)
#denoise
AWarpSharp(depth=22.0, blurlevel=2)
This is my code.. if i save ..it shows error..
Am using MeGui.
i need tutorial to use external filter in megui.. for sharpening ..
Regards
sai
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\aWarpSharp.dll")
AVISource("I:\v sogs\TAMIL\sachien.avi", audio=false)
#deinterlace
#crop
LanczosResize(640,272) # Lanczos (Sharp)
#denoise
AWarpSharp(depth=22.0, blurlevel=2)
This is my code.. if i save ..it shows error..
Am using MeGui.
i need tutorial to use external filter in megui.. for sharpening ..
Regards
sai