@rendley/sdk - v1.15.19
    Preparing search index...

    Interface MediaTranscodeResult

    Result of a pooled media transcode.

    interface MediaTranscodeResult {
        data: Uint8Array;
    }
    Index

    Properties

    Properties

    data: Uint8Array

    Transcoded MP4 bytes. The output file only existed on the pool worker, so the caller must persist these bytes to the main FFmpeg where the final media file lives.