https://github.com/quadrupleslap/srs
A WebM screen recorder.
https://github.com/quadrupleslap/srs
rust screen-capture webm
Last synced: 3 months ago
JSON representation
A WebM screen recorder.
- Host: GitHub
- URL: https://github.com/quadrupleslap/srs
- Owner: quadrupleslap
- Created: 2018-07-17T04:45:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T23:22:23.000Z (almost 8 years ago)
- Last Synced: 2025-08-20T08:38:51.266Z (10 months ago)
- Topics: rust, screen-capture, webm
- Language: Rust
- Size: 20.5 KB
- Stars: 65
- Watchers: 1
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screen Recording Software
`srs` records your screen.
## Installation
```sh
cargo install srs
```
Don't forget to install `libvpx` and `libopus`.
## Video Format
The video is stored as a WebM file, using the VP9 and Opus codecs.
## Contributing
All contributions are (obviously) appreciated.