PDA

View Full Version : Editing Video


Lorek
17th May 2005, 09:02
Is there an easy way to do this?

I have a movie clip that i've edited as a menu for a homemade DVD. What I want to do is squish the clip to the top of the screen with a black bar at the bottom so I can put buttons. Is there an easy way to do this with AviSynth?

Mug Funky
17th May 2005, 11:46
bicubicresize(720,xxx).addborders(0,0,0,576-xxx)

replace "xxx" with the height you want.

[edit]

...and if you're in NTSC land (ugh), replace "576" with "480" obviously