View Single Post
Old 19th March 2002, 06:24   #1  |  Link
ArieBK
Registered User
 
Join Date: Jan 2002
Posts: 41
Script Problem - Need Help

this is the script i try to make work :

LoadPlugin("D:\-= DVD =-\DVD2sVCD\MPEG2Dec\mpeg2dec.dll")
Mpeg2source("c:\_project\Jackal.d2v")
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(clip ,"c:\_project\subs.ssa")
ResampleAudio(44100)

the error i get is that somthing wring in the script @ line 9 about "clip"

what wrong

allso do i need to insert a RGB filter to get it work ?

tanks
ArieBK is offline   Reply With Quote