Module filter_graph

Source
Expand description

Filter graph specific functionality.

Structsยง

FilterGraph
A filter graph. Used to chain filters together when transforming media data.
FilterGraphParser
A parser for the filter graph. Allows you to create a filter graph from a string specification.
Filter
A filter. Thin wrapper around AVFilter.
FilterContext
A filter context. Thin wrapper around AVFilterContext.
FilterContextSource
A source for a filter context. Where this is specifically used to send frames to the filter context.
FilterContextSink
A sink for a filter context. Where this is specifically used to receive frames from the filter context.