digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Script problems - something is cropping the image? (http://www.digitalfaq.com/archives/encode/3558-kvcd-script-problems.html)

andybno1 05-09-2003 02:59 PM

KVCD: Script problems - something is cropping the image?
 
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 http://www.digitalfaq.com/archives/error.gif this. I also noticed that something is cropping the image as well, think its one of the gripfit commands.


All times are GMT -5. The time now is 05:00 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.