script is:
Code:
LoadPlugin("C:\fitcd\MPEG2DEC.dll")
LoadPlugin("C:\fitcd\fluxsmooth.dll")
LoadPlugin("C:\fitcd\GripFit_preview.dll")
LoadPlugin("C:\fitcd\Convolution3D.dll")
LoadPlugin("C:\fitcd\MergeChroma.dll")
LoadPlugin("C:\fitcd\MergeLuma.dll")
LoadPlugin("C:\fitcd\UnFilter.dll")
LoadPlugin("C:\fitcd\STMedianFilter.dll")
LoadPlugin("C:\fitcd\DustV5.dll")
LoadPlugin("C:\fitcd\sampler.dll")
LoadPlugin("C:\fitcd\legalclip.dll")
avisource("C:\capture.avi")
ConvertToYUY2()
LegalClip()
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(10, 30, 0, 0, 10, 30)
FaeryDust() # or PixieDust()
unfilter(50,50)
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()
when I use this script I get
this. I also noticed that something is cropping the image as well, think its one of the gripfit commands.