Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 458 Bytes

File metadata and controls

16 lines (10 loc) · 458 Bytes

FilterContext

Important

This feature is experimental. The API is subject to change, and everything may break.

The FilterContext API represents an instance of a filter in a filter graph.

Constructor

const context = new ffmpeg.FilterContext()

Returns: A new FilterContext instance

Note: FilterContext instances are typically created and configured through FilterGraph.createFilter() rather than being used directly.