mediaforge - v0.1.0
    Preparing search index...

    Interface FadeOptions

    interface FadeOptions {
        type: "out" | "in";
        start_frame?: number;
        nb_frames?: number;
        start_time?: string | number;
        duration?: string | number;
        color?: string;
        alpha?: boolean;
    }
    Index

    Properties

    type: "out" | "in"

    Direction: in or out

    start_frame?: number

    Frame number to start fade

    nb_frames?: number

    Number of frames for fade

    start_time?: string | number

    Start time in seconds (alternative to start_frame)

    duration?: string | number

    Duration in seconds (alternative to nb_frames)

    color?: string

    Fade color. Default: black

    alpha?: boolean

    Apply to alpha channel