trouble with AVISynth
- xxx999
- Joined: Mon May 02, 2005 10:35 pm
- Location: in the shadows always watching waiting for the right time to strike
- Contact:
trouble with AVISynth
i am seriously having trouble cropping in avi synth. can someone give me a quick lesson?
Is it already 4am?....just 15 more minutes, then I'll sleep.
last amv uploaded:
http://www.animemusicvideos.org/members ... p?v=116612
last amv uploaded:
http://www.animemusicvideos.org/members ... p?v=116612
- CHAMELEON_D_H
- Joined: Fri May 23, 2003 8:10 am
- Location: TA Israel
Crop(clip clip, int left, int top, int width, int height, bool align)
Crop(clip clip, int left, int top, int -right, int -bottom, bool align)
So if you have a 640x480 video, and you want to crop 8 off the left, 2 off the top, 9 off the right, and 4 off the bottom, you would use this:
Crop(8,2,-9,-4)
More info http://www.avisynth.org/Crop
If you are using Huffyuv the results need to be a multiplayer of 16, I think
Crop(clip clip, int left, int top, int -right, int -bottom, bool align)
So if you have a 640x480 video, and you want to crop 8 off the left, 2 off the top, 9 off the right, and 4 off the bottom, you would use this:
Crop(8,2,-9,-4)
More info http://www.avisynth.org/Crop
If you are using Huffyuv the results need to be a multiplayer of 16, I think


