Features
- AI transcription — OpenAI Whisper speech-to-text with high accuracy
- Frame extraction — Extract key frames at meaningful moments
- Batch processing — Process multiple videos efficiently
- Multiple formats — Supports common video formats via FFmpeg
- CLI interface — Scriptable and easy to automate
Quick Start
pip install -r requirements.txt
python video_transcriber.py --help
python video_frame_extractor.py --help
Architecture
| Component | Technology |
|---|---|
| Transcription | OpenAI Whisper |
| Frame extraction | Python + FFmpeg |
| Language | Python 3.12 |
| License | Apache-2.0 |