Quantcast Avisynth: can't Auto Detect Borders in Gripcrop - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
11-06-2003, 06:18 AM
Skunkie Skunkie is offline
Free Member
 
Join Date: Nov 2003
Location: denmark
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
11-06-2003, 06:30 AM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3  
11-06-2003, 03:03 PM
Skunkie Skunkie is offline
Free Member
 
Join Date: Nov 2003
Location: denmark
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote
  #4  
11-06-2003, 03:09 PM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
Is the above script your complete script
If yes, you haven't defined any source.
Reply With Quote
  #5  
11-07-2003, 02:14 AM
Skunkie Skunkie is offline
Free Member
 
Join Date: Nov 2003
Location: denmark
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #6  
11-07-2003, 02:25 AM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
GRIPCROP: AUTO-DETECTION OF BORDES FAILLED Por favor 1 ajuda ncarlo Conversão e Codificação de Vídeo (Português) 19 08-31-2004 11:39 AM
Erreur auto detection borders failed CATENA JP Conversion et d'Encodage de Vidéo (Français) 1 07-30-2004 07:48 AM
Avisynth: Detect scene change and TemporalCleaner ? NismoSX Avisynth Scripting 4 07-19-2003 12:20 PM
scene change - To detect or not to detect ? logan555 Video Encoding and Conversion 2 05-16-2003 02:34 AM
Avisynth: Auto crop using avisynth filter beta? black prince Avisynth Scripting 6 11-28-2002 08:51 AM




 
All times are GMT -5. The time now is 06:21 AM  —  vBulletin © Jelsoft Enterprises Ltd