The filters :: utility module
The filters :: utility module provides functions, constants and global variables for the implementation of multirange editing filters.
Required modules
base :: core, clip :: core, array :: core
Functions
Name | Description |
---|---|
Converts a clip to a target clip's colorspace... | |
Applies a filter successively on a clip (thus, implements a chain of filters), each time with the same arguments, a specified number of times... | |
Applies a filter successively on a clip (thus, implements a chain of filters), possibly with different arguments for each specific subgroup of the chain, a specified number of times... | |
Scales a clip to PC range ([0..255]) if it is YUV. Else returns it unchanged... | |
Scales a clip to CCIR range ([16..235]) if it is YUV. Else returns it unchanged... |
Constants
None
Variables
None