Mixpeek Logo
    media

    Video
    Metadata
    Converter

    Extract comprehensive technical and semantic metadata from video files. Returns codec details, resolution, duration, frame rate, and AI-generated semantic tags including detected objects, scenes, dominant colors, and content categories.

    Max file size: 5 GB
    Estimated: 30 sec - 3 min per video
    5 input formats

    How It Works

    1

    Upload a video file or provide a URL to the Mixpeek API.

    2

    Technical metadata is parsed from the container and codec headers.

    3

    Sampled frames are analyzed by a vision model to extract semantic tags and content categories.

    4

    Audio metadata including language, speaker count, and music detection is extracted.

    5

    All metadata is merged into a structured JSON response with technical and semantic sections.

    Code Examples

    from mixpeek import Mixpeek
    client = Mixpeek(api_key="YOUR_API_KEY")
    result = client.convert(
    source="https://example.com/commercial.mp4",
    from_format="video",
    to_format="metadata",
    options={
    "include_technical": True,
    "include_semantic": True,
    "include_safety_check": True,
    "sample_rate": 5
    }
    )
    print(f"Duration: {result.technical.duration}s")
    print(f"Resolution: {result.technical.width}x{result.technical.height}")
    print(f"Categories: {result.semantic.categories}")
    print(f"Objects: {result.semantic.objects}")

    Use Cases

    Enrich media asset management systems with automated metadata
    Build filterable video catalogs with AI-generated tags and categories
    Audit video libraries for technical compliance (codec, resolution, bitrate)
    Pre-process video uploads to validate quality and detect content type before ingestion

    Supported Input Formats

    MP4
    MOV
    AVI
    MKV
    WebM

    Quick Info

    Categorymedia
    Max File Size5 GB
    Est. Time30 sec - 3 min per video

    Try This Conversion

    Get started with the Mixpeek API and convert your first file in minutes.

    Frequently Asked Questions

    Ready to convert video to metadata?

    Start using the Mixpeek Video to Metadata in minutes. Sign up for a free API key and follow the documentation to get started.