Functions Index :: C
Name | Description | Package | Module |
---|---|---|---|
Converts any variable to a bool type variable. The conversion follows the rules of ... | |||
Converts any variable to a clip type variable. The conversion follows the rules of ... | |||
An extension to the Ceil standard Avisynth function for arbitrary (integer) base base. It returns the base-base ceiling of x (ie the smallest integral multiple of base that is greater or equal to x)... | |||
Converts any variable to a float type variable. The conversion follows the rules of ... | |||
Returns the index in a clip channels' array of the specified in ch channel. The ch argument must be a signle character string containing one of A, R, G, B, Y, U, V... | |||
Converts any variable to an int type variable. The conversion follows the rules of ... | |||
Returns the y-value of x so that the point (x,y) lies on a circle defined by its radius and its center (xc,yc). If xc or yc are not provided they default to zero. up_part determines whether the point will be on the... | |||
Returns either x unchanged or one of the low_limit / high_limit limiting values specified. In other words it clamps x inside the interval [low_limit..high_limit]... | |||
Returns the colorspace of base as a string in the format used by Overlay(). The return value is one of "RGB32", "RGB24", "YUY2" and "YV12"... | |||
Converts a clip to a target clip's colorspace... | |||
Returns the hyperbolic cosine of its argument... | |||
Returns the cotangent of its argument... | |||
Returns the hyperbolic cotangent of its argument... | |||
Returns the count of its arguments (ie the number of defined arguments in the function's argument list)... | |||
Converts any variable to a string type variable. The function behaves like the String() standard Avisynth function, except that it can accept undefined variables also... |