dragon25
20th October 2008, 13:43
all of a sudden im getting "analyze: mask is empty"
LOADCPLUGIN("C:\Program Files (x86)\AviSynth 2.5\FilterSDK\AVSInpaint-2008.02.23\AVSInpaint.dll")
Import("F:\file\InpaintFunc.avs")
mpeg2source("F:\file\timer test.d2v")
BilinearResize(720, 480)
InpaintFunc( mask="1timer.bmp",loc="0,20,50,0", mode="inpaint", speed=20, ppmode=1, pp=100 ,radius=50.0,preblur=50.0)
cant figure what on earth has changed
LOADCPLUGIN("C:\Program Files (x86)\AviSynth 2.5\FilterSDK\AVSInpaint-2008.02.23\AVSInpaint.dll")
Import("F:\file\InpaintFunc.avs")
mpeg2source("F:\file\timer test.d2v")
BilinearResize(720, 480)
InpaintFunc( mask="1timer.bmp",loc="0,20,50,0", mode="inpaint", speed=20, ppmode=1, pp=100 ,radius=50.0,preblur=50.0)
cant figure what on earth has changed