Mixpeek Logo
    Schedule Demo
    Video

    Optical Flow Spike Detection

    Uses dense optical flow to detect unnatural spikes or inconsistencies in pixel movement between frames, indicating potential video manipulation.

    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

    Sensitivity for detecting motion spikes.. Default: medium

    Output

    {
    "spikes": [
    {
    "timestamp": 8.1,
    "magnitude": 0.92,
    "flow_direction": "erratic"
    }
    ]
    }