Mixpeek Logo
    Schedule Demo
    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"
    ]
    }