How to get rid of Borders!!

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Vanity
Joined: Fri Dec 28, 2007 10:52 pm
Status: XIII
Location: Everywhere, yet no where
Org Profile

How to get rid of Borders!!

Post by Vanity » Thu Apr 16, 2009 7:25 pm

Oki these borders have been getting on my nervers.........how do i get rid\crop them off =|.

My Script: mpeg2source("C:\Documents and Settings\Alexander Dammar\My Documents\My Music\Blood.d2v")
AssumeFPS(29.97)
ConvertToYV12(interlaced=true)
TFM()
TDecimate()
Deen("w3d",3,7,10)
gradfun2db()
fastlinedarken()
FluxSmoothST(7,7)
crop(8,0,-8,0)
LanczosResize(848,480)


Pic: Image

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Re: How to get rid of Borders!!

Post by AaronAMV » Thu Apr 16, 2009 7:27 pm

crop(8,0,-8,0)

The first and third affect the sides, the second and fourth affect the top and bottom. Just put numbers in until you get rid of them. Probably something along 8,-8
Image

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Re: How to get rid of Borders!!

Post by Vax » Thu Apr 16, 2009 7:29 pm

Basically what aaron says, but too make it clearer.

Crop(left,top,-right,-bottom)

User avatar
Vanity
Joined: Fri Dec 28, 2007 10:52 pm
Status: XIII
Location: Everywhere, yet no where
Org Profile

Re: How to get rid of Borders!!

Post by Vanity » Thu Apr 16, 2009 7:36 pm

:sweat: Well this is waht i did hahah messed it up...idk how to get rid of the borders =|.....and yess this vid is for you Vax lol

Image

User avatar
Vanity
Joined: Fri Dec 28, 2007 10:52 pm
Status: XIII
Location: Everywhere, yet no where
Org Profile

Re: How to get rid of Borders!!

Post by Vanity » Thu Apr 16, 2009 7:37 pm

Wow never mind hahaha fixe'd thnks guys............Beta coming sooon Vax AHhaha!

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Re: How to get rid of Borders!!

Post by Vax » Thu Apr 16, 2009 7:45 pm

:up:

avisynthrocks
Joined: Sun Mar 29, 2009 1:04 pm
Org Profile

Re: How to get rid of Borders!!

Post by avisynthrocks » Sun Apr 19, 2009 12:51 pm

Also, sometimes you need to convert to RGB to crop/add borders accurately. For example, I was trying to add 1 pixel border to top and bottom, but it worked correctly when I converted to RGB.

Locked

Return to “AviSynth Help”