Video Content Extractor

June 6, 2026 ยท View on GitHub

A Codex CLI skill that automatically extracts key frames from MP4 videos, runs OCR (Chinese + English), and generates structured Markdown reports.

Quick Install

Via marketplace (coming soon)

codex plugins install video-content-extractor

Manual Install

git clone https://github.com/yuge-codex/video-content-extractor.git
cd video-content-extractor
codex plugins install .

Requirements

  • FFmpeg - for frame extraction
  • Tesseract OCR - for text recognition
  • Python 3.8+