Crates.io | record-screen |
lib.rs | record-screen |
version | 0.4.0 |
source | src |
created_at | 2019-06-09 07:26:57.953296 |
updated_at | 2021-06-07 19:55:38.102636 |
description | Record a movie of your screen |
homepage | |
repository | https://github.com/astraw/vpx-encode |
max_upload_size | |
id | 139925 |
size | 19,464 |
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.
This can be installed with:
cargo install record-screen
Don't forget to install libvpx
.
The video is stored as a WebM file.
All contributions are appreciated.
License: MIT