mediaforge - v0.1.0
    Preparing search index...

    Interface SpawnOptions

    interface SpawnOptions {
        binary: string;
        args: string[];
        parseProgress?: boolean;
        totalDurationUs?: number;
        cwd?: string;
    }
    Index

    Properties

    binary: string

    Path to the ffmpeg binary

    args: string[]

    Full argument list

    parseProgress?: boolean

    If true, emit progress= events by parsing stderr key=value blocks

    totalDurationUs?: number

    Known total duration in microseconds (for percent calculation)

    cwd?: string

    Working directory for the spawned process