mediaforge - v0.3.0
    Preparing search index...

    Interface CropDetectOptions

    interface CropDetectOptions {
        input: string;
        limit?: number;
        skip?: number;
        binary?: string;
    }
    Index

    Properties

    input: string

    Input file path

    limit?: number

    Maximum frames to scan. Default: 100

    skip?: number

    Skip initial seconds. Default: 5

    binary?: string

    ffmpeg binary override