Indexing MP4 Files


  from mixpeek import Mixpeek

  mix = Mixpeek(mixpeek_key="API_KEY")
  
  # index our MP4 file
  mix.extract("file.mp4")
  
  # now we have clean MP4 data
  [
    {
      "filename": "file.mp4",
      "content": "This is the content of the mp4 file".
      "embedding": [0.1, 0.2, 0.3, ...]
      "metadata": {
        "author": "John Doe",
        "date": "2022-01-01"
      }
    }
  ]

Read the Docs

Become a multimodal maker.

Upgrade your software with multimodal understanding in one line of code.