mediaforge - v0.1.0
    Preparing search index...

    Interface PipeOptions

    interface PipeOptions {
        inputStream?: Readable;
        inputFormat?: string;
        outputArgs?: string[];
        outputFormat?: string;
        parseProgress?: boolean;
        binary?: string;
    }
    Index

    Properties

    inputStream?: Readable

    Input readable stream (replaces file input)

    inputFormat?: string

    Force input format when piping (e.g. 'mp4', 'flv', 'ogg')

    outputArgs?: string[]

    Output args (codec, filters, etc.)

    outputFormat?: string

    Force output format when piping (e.g. 'mp4', 'ogg', 'flv')

    parseProgress?: boolean

    If true, emit progress events

    binary?: string

    ffmpeg binary override