View Single Post
Old 6th May 2012, 09:01   #3  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by pbristow View Post
Code:
...
Border = BlankClip(Last,height = (W-H)/2)
StackVertical(Border,Last,Border)
...
Alternatively,
Code:
...
B = (W-H)/2
AddBorders(0, B, 0, B)
...
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino is offline   Reply With Quote