• Preparing search index...
  • The search index is not available
ffmpeg-filter-compose
  • ffmpeg-filter-compose
  • filterComplex

Function filterComplex

  • filterComplex(f): string
  • Invoke the specified function f within a special context and return the generated filtergraph.

    Pipes returned by f will be named and exported, and can be used in -map.

    If f is not provided, the special context returns instead.

    Parameters

    • f: ((c) => void | FiltergraphExports)
        • (c): void | FiltergraphExports
        • Parameters

          • c: Readonly<FilterComplexContext>

          Returns void | FiltergraphExports

    Returns string

    • Defined in index.ts:1280
  • filterComplex(f): Promise<string>
  • Parameters

    • f: ((c) => Promise<void | FiltergraphExports>)
        • (c): Promise<void | FiltergraphExports>
        • Parameters

          • c: Readonly<FilterComplexContext>

          Returns Promise<void | FiltergraphExports>

    Returns Promise<string>

    • Defined in index.ts:1281
  • filterComplex(f): PromiseLike<string>
  • Parameters

    • f: ((c) => PromiseLike<void | FiltergraphExports>)
        • (c): PromiseLike<void | FiltergraphExports>
        • Parameters

          • c: Readonly<FilterComplexContext>

          Returns PromiseLike<void | FiltergraphExports>

    Returns PromiseLike<string>

    • Defined in index.ts:1282
  • filterComplex(): Readonly<FilterComplexContext> & {
        complete: ((exports?) => string);
    }
  • Returns Readonly<FilterComplexContext> & {
        complete: ((exports?) => string);
    }

    • Defined in index.ts:1283

Settings

Member Visibility

Theme

ffmpeg-filter-compose
  • Loading...

Generated using TypeDoc