ArieBK
15th April 2002, 10:21
after i add this lines to my script
ConvertToRGB()
function VD_Subtitler(clip clip, string filename)
{
LoadVirtualdubPlugin("D:\-= DVD =-\VirtualDub-1_4\plugins\subtitler.vdf","_VD_Subtitler")
return clip._VD_Subtitler(1, filename)
}
BicubicResize(480,480,0.75,0.75)
VD_Subtitler(last ,"File.ssa")
and i try to load the avs to CCE i get a size error ...
like 884x80 is not valid .
if i remove this lines ... everything is fine ...
what can i do to solve this problem ?
ConvertToRGB()
function VD_Subtitler(clip clip, string filename)
{
LoadVirtualdubPlugin("D:\-= DVD =-\VirtualDub-1_4\plugins\subtitler.vdf","_VD_Subtitler")
return clip._VD_Subtitler(1, filename)
}
BicubicResize(480,480,0.75,0.75)
VD_Subtitler(last ,"File.ssa")
and i try to load the avs to CCE i get a size error ...
like 884x80 is not valid .
if i remove this lines ... everything is fine ...
what can i do to solve this problem ?