Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hokein/electron-screen-recorder

A WebRTC screen recorder electron application
https://github.com/hokein/electron-screen-recorder

electron screen-capture webrtc

Last synced: 3 months ago
JSON representation

A WebRTC screen recorder electron application

Awesome Lists containing this project

README

        

# Electron Screen Recorder

This is an electron-based screen recorder application. It uses WebRTC and
[`desktopCapture`](https://github.com/electron/electron/blob/master/docs/api/desktop-capturer.md#desktopcapturer) API for audio/video recording.

You can choose a specific screen/window to record, and the record file is saved
as `webm`.

![screenshot](screenshot/screen-recorder.gif)

## Using

```sh
npm install -g electron-screen-recorder
electron-screen-recorder
```

## License

[BSD](LICENSE)

## Donation

If this project helped you reduce time to develop, you can buy me a cup of coffee :)

[![paypal](https://img.shields.io/badge/donate-paypal-brightgreen.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CNEG9K5ARLDZU)