π₯π» Screen recorder with some options like adding your webcam in a square, or a circle, that you can move around. Build with Electron.
- π» Select from multiple desktops.
- π Insert your webcam in a circle π΄, or in a square π₯, that you can move around.
- π€ Select and insert your audio microphone.
- π Insert your audio system.
- π¨ Select the quality of the recording.
- π Countdown when starts the recording.
- π Some useful shortcuts.
The app is made through Electron-forge, so you can install and run it with the following commands:
npm install
npm start
You can create a build (executable without npm).
Create a distributable:
npm run make
Electron-forge creates the out
folder where your package will be located.
If your OS is Windows you can download the executable from the Release section to install the application.
During the installation, probably you will see a security alert. That is normal, since I have not paid any certifiation for the distribuion. So, press "More info" and continue with the installation.
- Paul Kinlan - For the code base and explanation of how to record screen and audio at the same time (link).
- garbageoverflow - Where I could see how to insert the webcam in a floating window (repo).
- Yuri Sitnikov - For the library to add duration metadata to Webm files generated by Chrome (repo).
- Icons from Phosphor Icons.