A GPU-accelerated video subtitle generator with smart caching and speed optimizations.
- 🚀 Fast audio extraction and transcription
- 🌐 Multiple language support
- ⚡ Real-time processing simulation
- 💾 Smart caching for faster re-processing
- 🎯 GPU acceleration support
- 📁 SRT file export
Visit https://hhhpraise.github.io/auto-subtitler/ to see more...
- Download the latest installer from the Releases page
- Run
AutoSubtitler_Setup.exeand follow the installation wizard - Launch Auto Subtitler from the Start menu or desktop shortcut
- Download
AutoSubtitler.exefrom the Releases page - Run the executable directly (no installation required)
- Windows 10 or later
- 4GB RAM minimum (8GB recommended)
- NVIDIA GPU with CUDA support (optional but recommended for best performance)
- Launch Auto Subtitler
- Select a video file using the "Browse" button
- Choose your preferred settings (language, model size, etc.)
- Click "Start Processing" to generate subtitles
- Save the resulting SRT file
If you want to build from source:
- Clone this repository
- Install Python 3.8 or later
- Install dependencies:
pip install -r requirements.txt - Run the application:
python subtitler_gui.py
To build an executable:
- Run the build script:
python build_app.py - Follow the on-screen instructions
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues:
- Check the Troubleshooting guide
- Search existing Issues
- Create a new issue if your problem isn't already reported