Subtitle generator for videos
Top 69.8% on sourcepulse
This project provides an automated workflow for generating translated SRT subtitle files for videos. It targets users who need to localize video content, offering a streamlined process to create multilingual subtitles using AI.
How It Works
The system leverages OpenAI's Whisper for initial speech-to-text transcription, followed by translation using a separate translation model. FFmpeg is used for video processing and integration of the generated subtitles. The approach allows for custom Whisper models from Hugging Face, offering flexibility in transcription quality and language support.
Quick Start & Requirements
pip install -r requirements.txt
.config.yaml
.python main.py
.Highlighted Details
Maintenance & Community
No information on contributors, community channels, or roadmap is available in the README.
Licensing & Compatibility
The license is not specified in the README. Compatibility for commercial use or closed-source linking is undetermined.
Limitations & Caveats
The project is in an early stage, with a stated TODO to improve accuracy and add GUI support. The README does not specify the translation model used or provide benchmark data.
1 year ago
1+ week