Generate subtitle either from built-in screen recorder or from your video/audio files.
Works on Windows and Ubuntu. Built with whisper-rs (Rust binding to whisper.cpp), Tauri & Rust.
- Screen Recorder with Subtitle capability
- Subtitle Generator from a Video/Audio file with English Translation support
- Works fully offline (thanks to Whisper.cpp!)
- Cross-platform (thanks to Tauri!)
Microsoft Store: https://apps.microsoft.com/detail/9np4vrbxlm9f?hl=en-us&gl=US
You can also take a look at our Release page. For now, there's no Mac build yet since there are still some issues.
If you want to build the app on your local machine, take a look at BUILDING.md
On Macbook Pro M1, the screen recording's not working properly - does not save the file after stopping the recording. After some digging, it seems it was caused by the audio pipeline of GStreamer getting stuck somehow.
You can help contribute on resolving this issue by pulling the branch mac
first and submitting a PR to this repo.
We welcome everyone who would like to contribute to this project.
We use GNU GPLv3.0 license. Take a look at COPYING