eyriecommander/codex-video-vision — explained in plain English
Analysis updated 2026-05-18
Ask Codex to summarize a video file's content by frame and transcript analysis.
Compare a finished video render against a storyboard or shot list and get a structured coverage report.
Detect scene changes, silence, and frozen frames in a video before deciding which parts to inspect closely.
Zoom into a specific timestamp of a video at higher resolution for detailed review.
| eyriecommander/codex-video-vision | 0xradioac7iv/tempfs | abboskhonov/hermium | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 20+, ffmpeg and ffprobe installed, plus an optional API key for Gemini or OpenAI Whisper.
Codex Video Vision is a plugin that gives the Codex AI agent the ability to look at and understand video files. Without it, Codex can only work with text, with this plugin installed, you can point Codex at a video and ask it to summarize the content, compare the footage against a script or storyboard, identify missing scenes, or produce a review report. The plugin works by adding a set of video analysis tools that Codex can call. The video_info tool reads basic facts about a file such as its length, resolution, codec, the format the video is compressed in, and whether it has audio. The video_analyze tool goes deeper, detecting scene changes, periods of silence, frozen frames, and motion levels. The video_watch tool pulls out sample frames and an audio transcript so Codex gets an overview of the content. The video_detail tool lets Codex zoom in on a specific moment in the video at higher quality. Transcription of the audio can be handled by Gemini API, OpenAI Whisper API, or a locally installed Whisper model running on your own machine. There are two built-in workflows called skills. The video-perception skill covers general video inspection. The storyboard-review skill is designed for situations like educational video production, where you want to check a finished recording against an intended script or shot list and get a structured report on what was covered, what was missed, and whether the video should be accepted or revised. It is written in TypeScript and requires Node.js 20 or newer, plus ffmpeg and ffprobe installed on your system. It is a port of the MIT licensed claude-video-vision project by Jordan Vasconcelos.
A Codex plugin that gives the AI agent video perception: extracting frames, detecting scenes and silence, and transcribing audio to review or summarize footage.
Mainly TypeScript. The stack also includes TypeScript, Node.js, ffmpeg.
MIT license: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.