NEWVector Store Object Storage — 50x cheaper.Read the post →
    Video

    Video Classification

    Categorize videos based on content type and subject matter

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a video file

    Drag and drop a video file here, or click to browse

    The classification model to use. Default: video-classifier-v2

    Minimum confidence threshold for classification. Default: 0.5

    Output

    {
    "categories": [
    {
    "label": "sports",
    "confidence": 0.95
    },
    {
    "label": "soccer",
    "confidence": 0.92
    },
    {
    "label": "competition",
    "confidence": 0.87
    }
    ],
    "content_rating": "general",
    "mood": "exciting",
    "content_attributes": [
    "outdoor",
    "daytime",
    "crowd",
    "stadium"
    ]
    }

    Already have embeddings? Skip extraction — search your own vectors with MVS. First 1M vectors free.

    Try MVS →