PDA

View Full Version : AutoCrop Settings


Eastermeyer
7th January 2007, 09:45
Hi !

I need to do some Scripting automatic.
So i would like to use the AutoCrop-Plugin.

Is it possible to setup the Plugin , that it only crops the top and bottom and NOT on the left and on the right ?

buzzqw
7th January 2007, 09:56
afaik no...

but you can do an autocrop with mode 2 (log mode)
then do a parse of log and extract only width and height

BHH

Eastermeyer
7th January 2007, 10:02
Can you tell me how to do this with Avisynth ?

That's to complicated for me.

buzzqw
7th January 2007, 10:20
using a negative value to rightadd and leftadd you can overcome the laterl crop !

autocrop(mode=0,wmultof=4,leftadd=-500,rightadd=-500,hmultof=4,samples=40,aspect=1,threshold=34,samplestartframe=0)

BHH