Well i read this part of the guide about aspect ratio's, http://www.animemusicvideos.org/guides/ ... atios.htmlRozard wrote:After you crop, you should always resize back to what aspect ratio the video was in before you crop it. There are several resizers, but I believe the best is LanczosResize()
would i hav to do this? but instead of 768,576 i add wuteva size my amv is?
PAL Footage: Add this to the end of your avisynth scripts:
Crop(8,0,-8,-0)
LanczosResize(768,576)