adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateVideoRequestV3

    Generating video from prompt

    type GenerateVideoRequestV3 = {
        bitRateFactor?: number;
        image?: InputImageVideoV3;
        prompt?: string;
        seeds?: [number];
        sizes?: ClinetoSize[];
        videoSettings?: VideoSettingsV3;
    }
    Index

    Properties

    bitRateFactor?: number

    The constant rate factor for encoding video. 0 indicates a lossless generation, with the highest quality and largest file size. 63 indicates the worst quality generation with the smallest file size. The suggested value range is 17-23.

    The details of the image used as a keyframe for the generated video. Provided images are used as a first frame or final frame to guide the video generation.

    prompt?: string

    The prompt used to generate the video. The longer the prompt, the better.

    seeds?: [number]

    The seed reference value. Currently only 1 seed is supported.

    sizes?: ClinetoSize[]

    The dimensions of the generated video.

    videoSettings?: VideoSettingsV3

    The camera and shot control settings.