Is There...
- WBJ
- Joined: Sun Nov 21, 2004 8:08 pm
- Location: Yonkers, NY
Is There...
Is there a way to change wide screen footage into full screen and vise-versa? and if so how?
-
trythil
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
Re: Is There...
http://www.animemusicvideos.org/guides/ ... ecalc.htmlWBJ wrote:Is there a way to change wide screen footage into full screen and vise-versa? and if so how?
http://www.uwasa.fi/~f76998/video/conversion/
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
IMO, the easiest way to do it is with AVISynth's <b>Crop()</b> command. Like this:
Crop(0,top,-0,-bottom)
where:
<i>top</i> = the # of pixels to be cropped off the top (in this case, the width of the big ol' black bar)
<i>bottom</i> = the # of pixels to be cropped off the bottom (same)
Notice the "-" in front of the bottom argument. That was not a typo; in fact it's very important.
Crop(0,top,-0,-bottom)
where:
<i>top</i> = the # of pixels to be cropped off the top (in this case, the width of the big ol' black bar)
<i>bottom</i> = the # of pixels to be cropped off the bottom (same)
Notice the "-" in front of the bottom argument. That was not a typo; in fact it's very important.




