adobe-firefly-sdk
    Preparing search index...

    Type Alias OutputFormatV2

    Output format configuration. A media property is mandatory when this format object is specified.

    type OutputFormatV2 = {
        media: "none" | "mp4" | "mov" | "source";
        sidecar: "json" | "otio";
    }
    Index

    Properties

    Properties

    media: "none" | "mp4" | "mov" | "source"

    Media format for the output video. If only the OTIO file is needed, set this as none.

    sidecar: "json" | "otio"

    Sidecar format for additional metadata.