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

    Interface DubVideoRequest

    The video dub request body.

    interface DubVideoRequest {
        lipSync?: boolean;
        targetLocaleCodes?: AudioVideoApiClient.TargetLocaleCodes[];
        transcripts?: TranscriptInput[];
        video: VideoInput;
    }
    Index

    Properties

    lipSync?: boolean

    If true, a high-quality composited lip sync will be used in the video output.

    This determines the language used in the processed output. See the usage notes for more about the supported languages.

    transcripts?: TranscriptInput[]
    video: VideoInput