PDA

View Full Version : Different cropping


Skloten
12th November 2003, 23:38
Can avisynth handle different heights when cropping?

Example,
BilinearResize(720,576,0,58,720,364)

With this you crop the top and bottom by 58, but ...
Now my quastion is, can you crop with different values in the heights.
Lets say in top 58 and in bottom 64.

Is this possible ??

manono
13th November 2003, 00:17
Hi-

Yes, you can crop any way you like. Just make sure you abide by the Crop Rules (http://www.avisynth.org/index.php?page=Crop) for your color space.

In your example, it would become:

BilinearResize(720,576,0,58,720,358)

But by doing it that way, you've most likely given yourself bad Aspect Ratio. I think you're converting an NTSC DVD to a PAL DVD. But I think I'd do this through FitCD (http://mitglied.lycos.de/fitcd/). There you can find the correct crop/resize for NTSC to PAL.

Skloten
13th November 2003, 01:03
Thanks,

But i don't want any borders around the movie.
I only get with borders in fitcd.