I'm getting a couple pixels of streak on the right side of a 720x480 TV PVR-250 capture. How do I adjust the script to cut the sides 8 pixels?
Mpeg2Source("H:\capture\capture.d2v")
Limiter()
Telecide(order=1)
Decimate(cycle=5)
GripCrop(480, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
STMedianFilter(8, 32, 0, 0)
ConvertToYUY2()
FaeryDust()
UnFilter(50, 50)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))
Convolution3D(preset="movieLQ")
DctFilter(1, 1, 1, 1, 1, 1, 0.5, 0)
GripBorders()
Limiter()