View Single Post
Old 8th May 2012, 09:11   #5  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by EpheMeroN View Post
@pbristow: I tried your script and VDub returns the following error open attempting to open the script
What are the dimensions of your source clip?
Did you follow this part of pbristow's post?
Quote:
Originally Posted by pbristow View Post
If the source clip is actually taller than it is wide, then just change:
Code:
Border = BlankClip(Last,height = (W-H)/2)
StackVertical(Border,Last,Border)
To:
Code:
Border = BlankClip(Last,width = (H-W)/2)
StackHorizontal(Border,Last,Border)
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino is offline   Reply With Quote