Mixpeek Logo
    Schedule Demo
    Video

    Audio Summarization

    Create concise summaries of longer audio recordings

    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

    Minimum confidence threshold for summarization. Default: 0.6

    Whether to include keywords. Default: true

    Output

    {
    "summary": "The podcast episode discusses recent advancements in renewable energy technologies, with focus on solar panel efficiency improvements and new battery storage solutions.",
    "key_moments": [
    {
    "time": 5.3,
    "duration": 1.5,
    "topic": "introduction"
    },
    {
    "time": 12.8,
    "duration": 3.2,
    "topic": "solar technology"
    },
    {
    "time": 35.5,
    "duration": 4.1,
    "topic": "battery storage"
    }
    ],
    "keywords": [
    "renewable energy",
    "solar panels",
    "battery technology"
    ],
    "original_duration": 1280.5,
    "summary_duration": 180.2
    }