Cropping in Avisynth

Locked
User avatar
Kearly
Joined: Mon Oct 27, 2003 4:28 am
Location: The Pool (of LCL)
Org Profile

Cropping in Avisynth

Post by Kearly » Tue Mar 02, 2004 4:00 pm

what is the command line for cropping in AviSynth? I want to crop my footage 1% on all 4 sides.

User avatar
Jnzk
Artsy Bastid
Joined: Tue Jan 28, 2003 5:30 pm
Location: Finland
Org Profile

Post by Jnzk » Tue Mar 02, 2004 5:00 pm

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

For example to crop 10 pixels from each side it should be:

Crop(10,10,-10,-10)

User avatar
Jason 00
Joined: Sat Dec 07, 2002 10:21 am
Location: U.S.A
Org Profile

Post by Jason 00 » Tue Mar 02, 2004 9:48 pm

I use Virtual Dubs null transform filter to decide how much to crop my footage. Then just transfer the values of X1(Left), Y1(Top), X2(Right) and Y2(Bottom) into your AVS Script as explained by Janzki in the post above. This way I know that I will be happy with the final result and only edit my script once. :wink:
Dream as if you'll live Forever.
Live as if you'll die Tomorrow.

User avatar
Kearly
Joined: Mon Oct 27, 2003 4:28 am
Location: The Pool (of LCL)
Org Profile

Post by Kearly » Wed Mar 03, 2004 2:57 am

Thanks guys! :)

Locked

Return to “Video & Audio Help”