Found out what my problem was it was c3d. But c3d works perfect when fluxsmooth is not in the script and vice versa. I saw an example of one of kwag's scripts thought i would try it out but it is too much for my computer.
Code:
Mpeg2Source("D:\Friends1\friendsyeah.d2v")
Telecide()
Decimate()
GripCrop(352, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="lanczosResize")
mergechroma(blur(1.58))
mergeluma(blur(0.2))
#SpaceDust()
FluxSmooth(7,7)
#NoMoSmooth(40,1,6,1,3,false)
Convolution3d(preset="movieHQ")
DctFilter(1,1,1,1,1,1,.5,0)
GripBorders()
sampler(length=24)
Thanks for your help
branden