Thread: Avisynth+
View Single Post
Old 28th June 2019, 11:11   #4765  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,314
Quote:
Originally Posted by StainlessS View Post
small prob,(tested only on current test version r2890) [confusing at the very least],

Code:
    ORG.BilinearResize(2,1)            # Dest height of 1 problem
...
    ORG.BilinearResize(1,2)            # Dest width of 1 problem
Resizer algorithms all have a minimum width/height requirement which is not fulfilled here. Regarding the error message: yep, not really human understandable. "Don't do that next time please" would be more than enough.
pinterf is offline