EasyScreenCast
This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording.
File Explorer
Download Latest Version (.zip)- node.js.yml
- ISSUE_TEMPLATE.md
- development.md
- test_GSP_webcam_pip
- gstreamer_pipeline_diagram.dia
- gstreamer_pipeline_diagram.jpeg
- icon_default.svg
- icon_defaultSel.svg
- Icon_Info.png
- Icon_Performance.svg
- icon_promo.jpg
- Icon_Quality.svg
- icon_recording.svg
- icon_recordingSel.svg
- eslintrc-gjs.yml
- eslintrc-shell.yml
- README.md
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- EasyScreenCast@iacopodeenosee.gmail.com.mo
- ca.po
- cs.po
- de.po
- easyscreencast.pot
- es.po
- fr.po
- it.po
- ja.po
- pt_BR.po
- ru.po
- tr_TR.po
- uk.po
- vi.po
- zh.po
- gschemas.compiled
- org.gnome.shell.extensions.EasyScreenCast.gschema.xml
- .eslintrc.yml
- .gitignore
- .prettierrc.toml
- CHANGELOG.md
- convenience.js
- COPYING
- display_module.js
- extension.js
- Makefile
- metadata.json
- Options_UI.glade
- package-lock.json
- package.json
- prefs.css
- prefs.js
- README.md
- RELEASING.md
- selection.js
- settings.js
- stylesheet.css
- timer.js
- utilaudio.js
- utilexecmd.js
- utilgsp.js
- utilnotify.js
- utilrecorder.js
- utilwebcam.js
# Installation Guide
git clone https://github.com/EasyScreenCast/EasyScreenCast
Downloads the entire project code from GitHub to your computer.
cd EasyScreenCast
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt install gnome-shell-extension-easyscreencast
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt install gettext jq intltool
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. Node.js
Easynpm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
make install
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
