Log in

View Full Version : Short question about avisynth editing


Basti[08/15]
10th August 2002, 16:42
Hi Guys.. when I edit the avisynth file on my own, does it have to look like this:

.....
simpleresize(xxx,xxx)
addborders(0,xx,0,xx)
anyresize(xxx,xxx)
addborders(0,xx,0,xx)

or do i have to replace the old configuration, so it would look like this:

...
anyresize(xxx,xxx)
addborders(0,xx,0,xx)


thx in advance

basti