Multimodal context
Combines speech, visual changes, OCR, scene type, and your prompt in a time-windowed timeline.
VideoLens analyzes what is said, what appears on screen, and when it happens. Give it a local video or a supported link, ask a question, and get a structured report with citations to specific moments.
Most AI video tools rely mainly on a transcript. That misses silent interactions, interface state, diagrams, error messages, and other visual evidence. VideoLens combines transcript segments with sampled-frame descriptions and on-screen text recognition before it writes the report.
The result is useful for both review and automation: a human-readable explanation, timestamped findings, recommendations, and machine-readable JSON that an AI agent can consume.
Combines speech, visual changes, OCR, scene type, and your prompt in a time-windowed timeline.
Important claims cite timestamps so reviewers can jump back to the source instead of trusting a generic summary.
Extraction is cached. Ask follow-up questions or switch analysis goals without processing the entire video again.
Every stage is explicit and cached so the source can be checked and the analysis can be reused.
VideoLens sends sampled frames to a vision-capable model, records visual descriptions and on-screen text, and merges that evidence with the transcript. It can therefore reason about more than spoken words, while still being limited by frame sampling.
Yes. Local files are supported by the CLI, web UI, and Chrome extension workflow. Remote sources are supported when the video can be accessed by the resolver or browser capture pipeline.
Yes. Follow-up questions reuse the cached timeline, making repeated analysis faster and typically much cheaper than extracting the video again.
Try the hosted app, self-host the MIT-licensed core, or connect VideoLens to an MCP client.