mirror of
https://github.com/M336G/video-recorder.git
synced 2026-07-28 22:16:17 +00:00
A simple but efficient video recorder made with Tauri that allows you to record any application/screen!
- JavaScript 53.7%
- HTML 34.9%
- Rust 11%
- CSS 0.4%
| .github/workflows | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
video-recorder
A simple but efficient video recorder made with Tauri that allows you to record any application/screen!
Running
- Download one of the setup binaries from the releases tab.
- Install the application from the setup binary you just downloaded.
- Enjoy!
Building
- Clone the repository with
git clone https://github.com/M336G/video-recorder.git. - Install Rust, Bun and Tauri prerequisites.
- Run the project with
bun run tauri dev.
Supported output formats
Currently, these are the supported output formats:
MP4: usesH.264&AACMOV: usesH.264&AACMKV: usesAV1&OPUSWEBM: usesVP9&OPUS
Contributing
Feel free to open pull requests if you wish to contribute to the project, they are more than welcome!
License
This project is licensed under the GNU Affero General Public License v3.0.