The filters :: frames module

The filters :: frames module provides functions, constants and global variables for the implementation of multirange editing filters.

Required modules

base :: core, string :: core, string :: search, string :: sprintf, array :: core, array :: operators, filters :: utility

Functions

NameDescription

FrameFilter()

Applies a (filter) script to each frame of clip orig. The script has in its disposal all runtime variables and functions (current_frame, AverageLuma, etc.) plus the following text-substitution literals...

FrameFilterReader()

Applies a (filter) script to each frame of a clip like FrameFilter() but in addition allows use of (any number of) ConditionalReader-style text files for setting auto-generated global variables inside the script...

Constants

None

Variables

None