The base :: conversion module
The base :: conversion module provides functions, constants and global variables for the implementation of conversions between standard Avisynth types.
Required modules
Functions
Name | Description |
---|---|
Converts any variable to a bool type variable. The conversion follows the rules... | |
Converts any variable to a clip type variable. The conversion follows ... | |
Converts any variable to a float type variable. The conversion follows the rules... | |
Converts any variable to an int type variable. The conversion follows the rules... | |
Converts any variable to a string type variable. The function behaves like the... |
Constants
None
Variables
None