Helper for building a concat filter chain.

Implements

Constructors

Methods

  • Returns IterableIterator<Pipe>

  • Build a concat chain and return the concatenated output pipes.

    Returns Pipe[]

    An array of Pipe, representing [...videoStreams, ...audioStreams].

  • Add a segment with synchronized video and audio streams.

    This method should not be used with video() and audio().

    Parameters

    • videoPipes: Pipe[]

      The synchronized video streams.

    • audioPipes: Pipe[]

      The synchronized audio streams.

    Returns ConcatFilterBuilder