killingspree
28th May 2003, 08:21
hi folks,
i'm currently testing some delogo filters/methods for both vdub and avisynth and came upon a problem when trying to use xlogo in avisynth.
here's my script to start with :
loadplugin("c:\programme\avisynth 2.5\plugins\decomb.dll")
loadplugin("c:\programme\avisynth 2.5\plugins\convolution3dyv12.dll")
loadplugin("h:\warpsharp\loadpluginex.dll")
loadplugin("h:\warpsharp\xlogo\xlogo.dll")
#import("dekafka.avsi")
clip=avisource("capture000.00.avi")
clip=Trim(clip,694,0)
clip=FieldDeinterlace(clip)
clip=converttorgb32(clip)
#Xlogo(Clip, filename, X, Y, ALPHA, T1, T2, T3, B1, B2, B3, WHITE, SIDE, SCENE, FEATHER, NOISE)
xlogo(clip, "h:\capture\orfmask2_2.bmp", 561, 81, 255)
i'm using avisynth 160403 (2.51 i guess :)) but it should work with loadpluginex.dll?
anyway, when loading the script into virtualdub i get the following error:
Avisynth open failure:
X-Logo: Could not load tables
(H:\capture\capture.avs)
the bitmap is definitely RGB24 as required
i know that Wilbert who is also doing some testing ecnountered the exact same problem.
thanks for your help
steVe
i'm currently testing some delogo filters/methods for both vdub and avisynth and came upon a problem when trying to use xlogo in avisynth.
here's my script to start with :
loadplugin("c:\programme\avisynth 2.5\plugins\decomb.dll")
loadplugin("c:\programme\avisynth 2.5\plugins\convolution3dyv12.dll")
loadplugin("h:\warpsharp\loadpluginex.dll")
loadplugin("h:\warpsharp\xlogo\xlogo.dll")
#import("dekafka.avsi")
clip=avisource("capture000.00.avi")
clip=Trim(clip,694,0)
clip=FieldDeinterlace(clip)
clip=converttorgb32(clip)
#Xlogo(Clip, filename, X, Y, ALPHA, T1, T2, T3, B1, B2, B3, WHITE, SIDE, SCENE, FEATHER, NOISE)
xlogo(clip, "h:\capture\orfmask2_2.bmp", 561, 81, 255)
i'm using avisynth 160403 (2.51 i guess :)) but it should work with loadpluginex.dll?
anyway, when loading the script into virtualdub i get the following error:
Avisynth open failure:
X-Logo: Could not load tables
(H:\capture\capture.avs)
the bitmap is definitely RGB24 as required
i know that Wilbert who is also doing some testing ecnountered the exact same problem.
thanks for your help
steVe