View Single Post
Old 6th February 2016, 12:14   #6  |  Link
.sk
Registered User
 
Join Date: Dec 2011
Posts: 7
Thanks for the tips.

To resize with avisynth, this might work..
Code:
x = float(height) / float(width)
spline64resize(1280, round(1280.0 * x / 8.0) * 8)
.sk is offline   Reply With Quote