https://github.com/dmytrovasin/simplerecorder
Electron app to take screenshots and video recording
https://github.com/dmytrovasin/simplerecorder
Last synced: 8 months ago
JSON representation
Electron app to take screenshots and video recording
- Host: GitHub
- URL: https://github.com/dmytrovasin/simplerecorder
- Owner: DmytroVasin
- License: mit
- Created: 2017-04-25T05:51:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T09:16:39.000Z (over 8 years ago)
- Last Synced: 2025-01-02T01:42:28.588Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SimpleRecorder On Electron:
Electron app to take screenshots and video recording
## App allows you:
- Make screenshot from selected area.
- Take Video from selected area.
- Turn on/off webcam.
- Turn on/off audio.
- Download video and screenshots with a timestamp## Video: *Click to play*
[](https://player.vimeo.com/video/215383700?autoplay=1)
Click to download .dmg package of SimpleRecorder:
- [From Github](https://github.com/DmytroVasin/SimpleRecorder/releases/latest)
> Worked on: "OS X El Capitan ( Version 10.11.6 )"
#### Troubleshooting:
*When running an application on OS X, like Mac Imager CLI, you receive the error "Your security preferences allow installation of only apps from the Mac App Store and identified developers."*- Open OS X System Preferences > Security & Privacy
- On the "General" tab click the lock in the lower left corner to unlock the general preference pane
- Under "Allow applications downloaded from:", select the "Anywhere" radio button## Setup:
```
brew install yarn // yarn == npm
yarn install
```#### Start app in Dev:
```
yarn run b // run webpack dev server
yarn run e // run electron
```#### Build OS X package:
```
yarn publish:dist
./dist // folder now has dmg package.
```