digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: CAN'T AUTO DETECT BORDERS in GRIPCROp (http://www.digitalfaq.com/archives/avisynth/6555-avisynth-auto-detect.html)

Skunkie 11-06-2003 05:18 AM

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

Krassi 11-06-2003 05:30 AM

Re: GOT MESS. "CAN'T AUTO.DETECT BORDERS" FROM GRI
 
Quote:

Originally Posted by Skunkie
GripCrop( X, Y, overscan=Z )

You have to enter your resolution here, e.g.
GripCrop(720,576, overscan=2 )
would result in a 720x576 resolution.
Read the manual for further information.

Skunkie 11-06-2003 02:03 PM

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?

Krassi 11-06-2003 02:09 PM

Is the above script your complete script :?:
If yes, you haven't defined any source.

Skunkie 11-07-2003 01:14 AM

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.

Krassi 11-07-2003 01:25 AM

Ok. Then try to replace
GripCrop( X, Y, overscan=Z )
with
Code:

BicubicResize(688, 430, 0, 0.6, 6, 0, 692, 576)
and
GripBorders()
with
Code:

AddBorders(16, 73, 16, 73)
To find the right values for you source you can use Moviestacker.
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.


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

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