record-screen

Crates.iorecord-screen
lib.rsrecord-screen
version0.4.0
sourcesrc
created_at2019-06-09 07:26:57.953296
updated_at2021-06-07 19:55:38.102636
descriptionRecord a movie of your screen
homepage
repositoryhttps://github.com/astraw/vpx-encode
max_upload_size
id139925
size19,464
Andrew Straw (astraw)

documentation

README

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

Commit count: 79

cargo fmt