Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Recordscript/recordscript
https://github.com/Recordscript/recordscript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Recordscript/recordscript
- Owner: Recordscript
- License: gpl-3.0
- Created: 2024-07-16T02:32:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T11:23:12.000Z (3 months ago)
- Last Synced: 2024-08-14T12:48:23.241Z (3 months ago)
- Language: Rust
- Size: 55.4 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-tauri - Recordscript - Record & transcribe your online meetings, or subtitle your files. Cross-platform local-only screen recorder & subtitle generator. (Applications / Utilities)
README
# Recordscript
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.
# Features
1. Screen Recorder with Subtitle capability
2. Subtitle Generator from a Video/Audio file with English Translation support
3. Works fully offline (thanks to Whisper.cpp!)
4. Cross-platform (thanks to Tauri!)# Download
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.# Build step
If you want to build the app on your local machine, take a look at `BUILDING.md`
# Known Issues
## Mac
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.
# Contribution
We welcome everyone who would like to contribute to this project.
# License
We use GNU GPLv3.0 license. Take a look at `COPYING`