Create a context for building commands.
If f is specified, f will be invoked within the context, and then the context will be returned.
Optional f: ((context) => void)Concatenate video and audio streams, joining them together one after another.
See concat filter for more details.
A builder for further operations.
Access to the context when using destructuring function parameter.
Read argument from a file and pass to the filter.
File path.
The file argument that can be passed to FilterFunction.
Filters.
Build an empty filter chain.
The start node of the filter chain.
Input streams.
Create a pipe.
The created pipe.
Connect pipes to corresponding nullsink filter if their outputs are not connected.
Rest ...labels: (undefined | null | Pipe)[]Pipes to be connected. Can be null or undefined.
Connect the specified pipe to corresponding split filter. This allows data to flows into multiple filters.
Split pipes.
Build a filter chain that sourced from the specified filter.
Filter or its factory.
Rest ...labels: Pipe[]Pipes that will connect to input pads of chain.
The start node of the filter chain.
Context object for filtergraph generation.