mediaforge - v0.1.0
    Preparing search index...

    Interface ZoompanOptions

    interface ZoompanOptions {
        zoom?: string;
        x?: string;
        y?: string;
        d?: number;
        s?: string;
        fps?: string | number;
    }
    Index

    Properties

    Properties

    zoom?: string

    Zoom expression, e.g. 'min(zoom+0.0015,1.5)'

    x?: string

    X pan expression

    y?: string

    Y pan expression

    d?: number

    Output duration in frames

    s?: string

    Output frame size

    fps?: string | number

    Frame rate