digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Need help with GripBorders() (http://www.digitalfaq.com/archives/avisynth/8633-gripborders.html)

fehmi 03-16-2004 05:55 PM

Need help with GripBorders()
 
When I put the GripBorders() line in my script, the movie is centered on the screen and there are borders around the picture (I assume it is the job of this command, correct me if I am wrong). This behavior is the same on my pc and standalone (Pioneer DV-535). If i remove this line, the picture becomes fullscreen. I am using Dialhot's Optimal Avi script v4 and I would like to learn why it is used in this script if its only job is to give a centered smaller picture...

As you might see I am pretty new to KVCD and Avisynth scripts :oops:

incredible 03-17-2004 03:29 AM

GripBorders() makes sense as this will give the correct AspectRatio afterwards!

Dialhot 03-17-2004 05:03 AM

And FYI the borders that are arround the picture on the PC won't be seen on the TV set. That is what we call TV overscan.

If you don't want these, just put "overscan=0" in the gripcrop line.

fehmi 03-17-2004 05:44 AM

Quote:

Originally Posted by Dialhot
And FYI the borders that are arround the picture on the PC won't be seen on the TV set. That is what we call TV overscan.

If you don't want these, just put "overscan=0" in the gripcrop line.

Thanks for the feedback... But on my TV set these borders remained nevertheless :roll: Is it possible that my TV doesnt have that feature??

Dialhot 03-17-2004 05:53 AM

In fact that is not really a feature, is more like a "default" that all TV have :-). But if your one displays the borders, then do not generate them. Just modify the overscan parameter in gripcrop as said above.

fehmi 03-17-2004 06:23 AM

Even though I put "overscan=0" in the gripcrop line, there are borders around the picture on my TV :(
Code:

GripCrop(528, 480, overscan=0, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
GripBorders()

The original AVI has a resolution of
Code:

672x288 (2.33:1) [=7:3]
Is there anything that I am doing wrong? :(

BTW there are no borders around the picture the moment that the movie starts playing on my TV set. But in a second these borders appear...

Dialhot 03-17-2004 06:30 AM

Quote:

Originally Posted by fehmi
Even though I put "overscan=0" in the gripcrop line, there are borders around the picture on my TV :(

Your TV display a correct image when you are watching a regular program ?

Quote:

Is there anything that I am doing wrong? :(
Nothing. But try with 480x480 insteed of 528. And perhaps also 544x480.

PS: you are in NTSC in Istambul ?

Quote:

BTW there are no borders around the picture the moment that the movie starts playing on my TV set. But in a second these borders appear...
Definitely a TV problem !

fehmi 03-17-2004 06:43 AM

Quote:

Your TV display a correct image when you are watching a regular program ?
Yes I can watch regular TV programs as well as NTSC&PAL DVDs without any problems.

Quote:

PS: you are in NTSC in Istanbul ?
TV standard here in Turkey is PAL but my TV can display NTSC signals correctly (I can watch NTSC DVDs as I have stated above)

I will try these resolutions as well but when I choose 704x480, there arent any borders around the picture on my PC monitor : ) But I dont know if this would distort the picture :roll:


All times are GMT -5. The time now is 06:09 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.