mediaforge - v0.3.0
    Preparing search index...

    Interface AddChaptersOptions

    interface AddChaptersOptions {
        input: string;
        output: string;
        chapters: { title: string; start: number }[];
        binary?: string;
    }
    Index

    Properties

    input: string

    Input file path

    output: string

    Output file path

    chapters: { title: string; start: number }[]

    Chapter definitions with title and start time (in seconds)

    Type Declaration

    • title: string

      Chapter title

    • start: number

      Start time in seconds

    binary?: string

    ffmpeg binary override