An open API service indexing awesome lists of open source software.

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.

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.