---
name: bilal140202/video-content-extractor
source: https://app.decimal.ai/s/bilal140202-video-content-extractor@1/SKILL.md
source_sha256: 91b65936150e
---

# 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+