Functions Index :: I

[<< packages]
NameDescription PackageModule

ImportIf

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) ...

base

core

IntBs

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))...

numeric

rounding

IsCallable

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...

base

core

IsEven

Returns true if x is an even integer (a multiple of two), false otherwise...

numeric

core

IsModuleLoaded

Returns true if the specified module is loaded, false otherwise...

--

loader

IsOdd

Returns true if x is an odd integer (not a multiple of two), false otherwise...

numeric

core

IsPackageLoaded

Returns true if the specified package is loaded, false otherwise.

A package is considered loaded if all of its modules are loaded...

--

loader

IsPixelType

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...

clip

core

IsQuoted

Returns true if x starts and ends with a " character.

Note that for zero-length and one-length strings it returns false...

string

core

IsRGB24Channels

Returns true if the array channels contains the channels of a RGB24 clip....

filters

channels

IsRGB32Channels

Returns true if the array channels contains the channels of a RGB32 clip....

filters

channels

IsRGBChannels

Returns true if the array channels contains the channels of a RGB (either RGB24 or RGB32) clip....

filters

channels

IsYUVChannels

Returns true if the array channels contains the channels of a YUV (either YUY2 or YV12) clip....

filters

channels

IsYUY2Channels

Returns true if the array channels contains the channels of a YUY2 clip....

filters

channels

IsYV12Channels

Returns true if the array channels contains the channels of a YV12 clip....

filters

channels

 

[<< top]