Video Subtitles (Whisper)
Generate .srt subtitle files from any video or audio file using OpenAI Whisper. Runs locally — no API key, no cloud, no cost.
Prerequisites
Install Whisper (one-time):
# macOS
brew install openai-whisper
# pip (any OS)
pip install openai-whisper
Requires ffmpeg:
# macOS
brew install ffmpeg
# Ubuntu/Debian
sudo apt install ffmpeg
Usage
Basic — Generate SRT from a video
whisper video.mp4 --model medium --output_fo
[Description truncada. Veja o README completo no GitHub.]