Thread: MVTools
View Single Post
Old 5th May 2011, 11:52   #1449  |  Link
-Vit-
Registered User
 
Join Date: Jul 2010
Posts: 448
Quote:
Originally Posted by SubJunk View Post
I'm missing something very obvious
The first script ignores the downsize. Should be something like:
Code:
Input = video
Input = Input.BicubicResize(Input.Width()/2, Input.Height()/2)
...
-Vit- is offline   Reply With Quote