Mixpeek Logo
    Schedule Demo
    Video

    Video Summarization

    Generate concise summaries of video content

    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 summarization model to use. Default: summarizer-v2

    Desired length of the summary. Default: medium

    Whether to include highlight segments. Default: true

    Maximum number of highlights to generate. Default: 5

    Output

    {
    "summary": "The video presents a product demonstration of the XYZ device, highlighting its main features, usability benefits, and technical specifications. A company representative shows how to set up and use the device in various scenarios.",
    "highlights": [
    {
    "time": 5.2,
    "duration": 8.4,
    "description": "Product introduction"
    },
    {
    "time": 45.8,
    "duration": 12.2,
    "description": "Key features demonstration"
    },
    {
    "time": 102.5,
    "duration": 15.8,
    "description": "Usage scenarios"
    }
    ],
    "keywords": [
    "product demo",
    "technology",
    "features",
    "tutorial"
    ],
    "suggested_clip": {
    "start": 45.8,
    "end": 58
    }
    }