Set the upper framebuffer cache size after which memory is aggressively freed. The value is in megabytes.
The number of concurrent threads used by the core. Can be set to change the number.
Readonly property containing all names of loaded plugins.
Returns version information as a string.
Type coercion to number and calling toNumber
will give the core version as a number.
Clears a clip previously set for output.
Clears all clips set for output in the current core.
Calling this will destroy the Core instance and the environment along all obects related to it.
Get a previously set output node. Throws an error if the index hasn’t been set.
Will return either a VideoTuple containing the clip, alpha and the altOutput setting for video output or an AudioNode for audio output.
Return a read-only mapping of all outputs registered on the current core.
The mapping will automatically update when a new output is registered on the core.
Retrieve a Format object corresponding to the specified id.
Retrieve a Format object corresponding to the format information, Invalid formats throw an exception.
Generated using TypeDoc
Core creation flags, see the VapourSynth code usages