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%
Find a file
2025-07-29 18:48:57 +02:00
.github/workflows first commit 2025-07-29 18:28:05 +02:00
src first commit 2025-07-29 18:28:05 +02:00
src-tauri icons 2025-07-29 18:48:57 +02:00
.gitignore first commit 2025-07-29 18:28:05 +02:00
LICENSE first commit 2025-07-29 18:28:05 +02:00
package.json fix bundle identifier 2025-07-29 18:30:07 +02:00
README.md first commit 2025-07-29 18:28:05 +02:00

video-recorder

A simple but efficient video recorder made with Tauri that allows you to record any application/screen!

Running

  1. Download one of the setup binaries from the releases tab.
  2. Install the application from the setup binary you just downloaded.
  3. Enjoy!

Building

  1. Clone the repository with git clone https://github.com/M336G/video-recorder.git.
  2. Install Rust, Bun and Tauri prerequisites.
  3. Run the project with bun run tauri dev.

Supported output formats

Currently, these are the supported output formats:

  • MP4: uses H.264 & AAC
  • MOV: uses H.264 & AAC
  • MKV: uses AV1 & OPUS
  • WEBM: uses VP9 & 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.