![]() |
Avisynth: CAN'T AUTO DETECT BORDERS in GRIPCROp
HI, I USE THIS SCRIPT TO ENCODE DIVX2KVCD :
LegalClip() unfilter(50,50) GripCrop( X, Y, overscan=Z ) GripSize(resizer="BicubicResize") STMedianFilter(8, 32, 0, 0,8, 32) #SpaceDust() # Optional - for some "not so clean" DVDs. temporalsmoother(1,2) mergechroma(blur(1.50)) mergeluma(blur(0.2)) # Convolution3d or DCTFilter for extreme worse cases. GripBorders() LegalClip() BUT I RECEIVE THE MESSAGE CAN'T AUTODETECT BORDERS FROM THE LINE GRIPCROP. WHO CAN HELP ME!!! :P |
Re: GOT MESS. "CAN'T AUTO.DETECT BORDERS" FROM GRI
Quote:
GripCrop(720,576, overscan=2 ) would result in a 720x576 resolution. Read the manual for further information. |
still got mess. "autodetection borders failed"
Hi again
I tried to put overscan 2 and overscan 1 but it still didn't work. I keep getting the same mess. Can it be a problem with the divx codex maybe? |
Is the above script your complete script :?:
If yes, you haven't defined any source. |
no it's not
Hi again.
No it's not the complete script. I got everything: All the loadplug ins, and the avisource, but when it comes to GripCrop( X, Y, overscan=Z ) it gives me the mess. autodetection borders failed. It doesn't mater what i write (what caint of resolution or overscan 1 or 2) I still keep geting the messege. |
Ok. Then try to replace
GripCrop( X, Y, overscan=Z ) with Code:
BicubicResize(688, 430, 0, 0.6, 6, 0, 692, 576)GripBorders() with Code:
AddBorders(16, 73, 16, 73)Just load your d2v-file into Moviestacker, select your wanted resolution in destination and see the resulting script where these values are listed. Personally i'm doing all my scripts with BicubicResize. |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.