Functions Index :: I
Name | Description | Package | Module |
---|---|---|---|
Conditionaly imports into the script one of two files based on the value of condition (file path_true if condition == true, or file path_false if condition == false) ... | |||
An extension to the Int standard Avisynth function for arbitrary (integer) base base. It returns the base-base truncated integer of x (ie the largest integral multiple of base with absolute value less or equal to Abs(x))... | |||
Returns true if its argument can be called (ie it is a function). Be aware of possible side effects if the argument function modidies globals and can be called without arguments, since it is actually called in order to find if it is callable... | |||
Returns true if x is an even integer (a multiple of two), false otherwise... | |||
Returns true if the specified module is loaded, false otherwise... | -- | ||
Returns true if x is an odd integer (not a multiple of two), false otherwise... | |||
Returns true if the specified package is loaded, false otherwise. A package is considered loaded if all of its modules are loaded... | -- | ||
Returns true if pixel_type is a valid pixel type string (as it is used by many Avisynth filters). If 'extended is true, the value "RGB" is also considered to be a valid pixel type (it is used by the Show{Red/Green... | |||
Returns true if x starts and ends with a " character. Note that for zero-length and one-length strings it returns false... | |||
Returns true if the array channels contains the channels of a RGB24 clip.... | |||
Returns true if the array channels contains the channels of a RGB32 clip.... | |||
Returns true if the array channels contains the channels of a RGB (either RGB24 or RGB32) clip.... | |||
Returns true if the array channels contains the channels of a YUV (either YUY2 or YV12) clip.... | |||
Returns true if the array channels contains the channels of a YUY2 clip.... | |||
Returns true if the array channels contains the channels of a YV12 clip.... |