mediaforge - v0.3.0
    Preparing search index...

    Interface StabilizeOptions

    interface StabilizeOptions {
        input: string;
        output: string;
        smoothing?: number;
        maxShift?: number;
        maxAngle?: number;
        crop?: 0 | 1;
        videoCodec?: string;
        audioCodec?: string;
        binary?: string;
    }
    Index

    Properties

    input: string
    output: string
    smoothing?: number

    Smoothing strength 1–100. Default: 10

    maxShift?: number

    Max correction in pixels. Default: -1 (no limit)

    maxAngle?: number

    Max rotation in degrees. Default: -1 (no limit)

    crop?: 0 | 1

    Crop black borders: 0=keep, 1=crop (default: 0)

    videoCodec?: string
    audioCodec?: string
    binary?: string