Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable VIDEO_FILE_EXTENSIONSConst

    VIDEO_FILE_EXTENSIONS: Readonly<
        {
            m4v: "video/mp4";
            mp4: "video/mp4";
            ogv: "video/ogg";
            webm: "video/webm";
        },
    > = ...

    The supported file extensions for video-type files, and their corresponding mime types.