@musallam/audio-video-client
    Preparing search index...

    Type Alias GenerateReframedVideoBody

    type GenerateReframedVideoBody = {
        outputConfig: GenerateReframedVideoBodyOutputConfig;
        overlays?: Overlay[];
        sceneEditDetection?: boolean;
        video: GenerateReframedVideoBodyVideo;
    }
    Index

    Properties

    Configuration details for the generated reframed video.

    overlays?: Overlay[]

    Configuration details for video overlays.

    sceneEditDetection?: boolean

    Apply Scene Edit Detection before reframing.

    Video input details.