I incorporated a script section I found at
http://www.kvcd.net/forum/viewtopic....r=asc&start=45 (watch the old word wrap) in one of vhelp's posts.
My script now looks like this:
x="c:\Documents and Settings\Kevin\Desktop\Radio Flyer VCD\4.3.avi"
txt_dir="c:\Documents and Settings\Kevin\Desktop\\MovieStacker\"
LoadPlugin(txt_dir+"MPEG2Dec.dll")
LoadPlugin(txt_dir+"GripFit_preview.dll")
LoadPlugin(txt_dir+"DustV5.dll")
LoadPlugin(txt_dir+"LegalClip.dll")
LoadPlugin(txt_dir+"BlockBuster.dll")
LoadPlugin(txt_dir+"fluxsmooth.dll")
LoadPlugin(txt_dir+"sampler.dll")
LoadPlugin(txt_dir+"vobsub.dll")
LoadPlugin(txt_dir+"decombLegacy.dll")
LoadPlugin(txt_dir+"temporalcleanerold.dll")
LoadPlugin(txt_dir+"convolution3d.dll")
LoadPlugin(txt_dir+"dctfilter_YUY2.dll")
LoadPlugin(txt_dir+"nomosmooth.dll")
segmentedAVISource(x)
LegalClip()
LanczosResize(320, 238, 0, 2, 640, 476)
AddBorders(16, 1, 16, 1)
mergechroma(blur(0.79))
mergeluma(blur(0.1))
SpaceDust()
FluxSmooth(7,7)
NoMoSmooth(40,1,6,1,3,false)
Convolution3d(preset="movieHQ")
DctFilter(1,1,1,1,1,1,.5,0)
LegalClip()
However, when I try to load it into Tok, I get the error "I can't open this script. Ensure the script is functional..."
Please bear me, as I'm still a newbie, and I probably have a HUR-ting script, but I could yet again use a little help.
Thanks in advance!