mediaforge - v0.3.0
    Preparing search index...

    Interface DetectScenesOptions

    interface DetectScenesOptions {
        input: string;
        threshold?: number;
        sceneList?: string;
        binary?: string;
    }
    Index

    Properties

    input: string

    Input file path

    threshold?: number

    Scene detection threshold. Lower = more sensitive. Default: 0.4

    sceneList?: string

    Output filename for scene list (optional)

    binary?: string

    ffmpeg binary override