OpenCut Engine API - v0.1.0
    Preparing search index...

    Interface CalloutEntry

    A small callout badge that appears over the video.

    interface CalloutEntry {
        delaySec: number;
        durationSec: number;
        position: "top-right" | "top-left" | "center";
        text: string;
    }
    Index

    Properties

    delaySec: number

    Delay from the start of the segment, in raw seconds.

    durationSec: number

    Duration the callout stays visible, in raw seconds.

    position: "top-right" | "top-left" | "center"
    text: string