Mixpeek Logo
    Schedule Demo
    Video

    Visual Artifact Detection

    Leverages Gemini Pro to inspect video frames for common signs of AI generation, such as weird textures, blended objects, and other visual inconsistencies.

    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 level for artifact detection.. Default: medium

    Output

    {
    "artifacts": [
    {
    "type": "texture_inconsistency",
    "description": "Unnatural texture on the subject's left cheek.",
    "timestamp": 4.2,
    "confidence": 0.88,
    "bbox": [
    150,
    220,
    180,
    250
    ]
    }
    ]
    }