#screen #record #libvpx #vpx-encode

app record-screen

Record a movie of your screen

2 unstable releases

0.4.0 Jun 7, 2021
0.3.0 Jun 9, 2019

#353 in Video

MIT license

21KB
446 lines

record-screen

Record a movie of your screen

This simple utility records a movie (video only, no audio) of your screen.

It it based entirely on code from srs, and has been maintained as an example application to test the vpx-encode library.

Note: compile and test in release mode. Otherwise, converting the video frames is too slow for realtime encoding.

Installation

This can be installed with:

cargo install record-screen

Don't forget to install libvpx.

Video Format

The video is stored as a WebM file.

Contributing

All contributions are appreciated.

License: MIT

Dependencies

~6–18MB
~240K SLoC