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

NameDescription

ConvertToTarget()

Converts a clip to a target clip's colorspace...

FilterChain()

Applies a filter successively on a clip (thus, implements a chain of filters), each time with the same arguments, a specified number of times...

FilterVarChain()

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

ScaleToPC()

Scales a clip to PC range ([0..255]) if it is YUV. Else returns it unchanged...

ScaleToTV()

Scales a clip to CCIR range ([16..235]) if it is YUV. Else returns it unchanged...

Constants

None

Variables

None