Mixpeek Logo
    Schedule Demo
    Video

    Audio-Visual SyncNet

    Detects misalignment between lip movements and audio to catch audio-driven deepfakes.

    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

    Duration (in seconds) of the audio-video segments to analyze.. Default: 2

    Score threshold under which a segment is considered out of sync.. Default: 0.3

    Output

    {
    "segment_scores": [
    {
    "start": 0,
    "end": 2,
    "sync_score": 0.95
    },
    {
    "start": 2,
    "end": 4,
    "sync_score": 0.25
    }
    ],
    "average_sync_score": 0.6
    }