Recently, a fan translation of Ihatovo Monogatari for the SNES (you should look it up, it's a uniquely interesting game). I'm trying to get rid of some black borders near the title screen.
I'm also wanting to do the original Paper Mario for the N64, and I found that's got borders big time, so any help and knowledge would come in handy.
Here's what I put on my Avisynth script for dealing with borders:
DirectShowSource("Example.avi"

.crop (24, 40, -24, -40).bilinearresize(640,480)
And since then, meGUI's been nitpicking about this. Is there something I'm doing wrong?