Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hokein/electron-screen-recorder
- Owner: hokein
- License: bsd-3-clause
- Created: 2016-12-28T18:21:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T10:11:21.000Z (over 3 years ago)
- Last Synced: 2024-04-05T09:34:30.706Z (7 months ago)
- Topics: electron, screen-capture, webrtc
- Language: CSS
- Homepage:
- Size: 548 KB
- Stars: 403
- Watchers: 20
- Forks: 106
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webrtc - Electron Screen Recorder - A WebRTC screen recorder electron application. (Samples)
- awesome-electron - Screen Recorder - WebRTC screen recorder. (Apps / Samples)
- awesome-electron-zh - Screen Recorder - WebRTC screen recorder. (Apps / Samples)
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)