View Single Post
Old 3rd July 2010, 03:37   #496  |  Link
kartman_canada
Registered User
 
Join Date: Jan 2008
Posts: 30
Quote:
Originally Posted by kemuri-_9 View Post
i doesn't appear to be well documented, so here's a quick shot
SWScale( PClip clip, int width, int height, string "resizer" = "bicubic", string "colorspace" = "" )

available resizers are
"fast_bilinear", "bilinear", "bicubic", "x" (experimental), "point", "area", "bicublin", "gauss", "sinc", "lanczos", and "spline"

available output colorspaces are currently
"yv12", "yuy2", "rgb24", "rgb32", and "" (no change)

(NOTE: it's a generally bad idea to use swscale to vertically resize interlaced material - this means within ffdshow too)
What DLL do I have to load or package needs installing before I can call SWScale() in an AVS script?
kartman_canada is offline   Reply With Quote