# Video Content Extractor

> Extract key frames and text content from video files using ffmpeg and Tesseract OCR.

- Skill: `274326424/video-content-extractor-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 274326424/video-content-extractor-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/274326424/video-content-extractor-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 274326424 (https://skillmd.com/u/274326424)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/274326424/video-content-extractor-2

---


# Video Content Extractor

Extracts key frames from MP4 videos, runs Tesseract OCR, and generates structured Markdown reports.

## Usage

In Codex CLI, invoke the skill.

## Parameters

| Parameter | Type | Description | Default |
|-----------|------|-------------|---------|
| video_path | string | Path to the video file | required |
| output_dir | string | Output directory | same as video |
| interval | integer | Frame interval in seconds | 30 |
| lang | string | OCR language | chi_sim+eng |

## Requirements

- FFmpeg on PATH
- Tesseract OCR with language packs
- Python 3.8+
