mediaforge - v0.3.0
    Preparing search index...

    Interface ExtractFramesResult

    interface ExtractFramesResult {
        files: string[];
        firstFrame: string;
        lastFrame: string;
    }
    Index

    Properties

    files: string[]

    Absolute paths to created frame files

    firstFrame: string

    First frame path (for convenience)

    lastFrame: string

    Last frame path (for convenience)