{"id":13452334,"url":"https://github.com/mhsabbagh/green-recorder","last_synced_at":"2025-03-23T19:34:08.650Z","repository":{"id":79996752,"uuid":"80938356","full_name":"mhsabbagh/green-recorder","owner":"mhsabbagh","description":"A simple screen recorder for Linux desktop. Supports Wayland \u0026 Xorg","archived":true,"fork":false,"pushed_at":"2019-08-03T10:38:19.000Z","size":844,"stargazers_count":616,"open_issues_count":24,"forks_count":118,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-10-28T18:54:31.868Z","etag":null,"topics":["audio","desktop","desktop-app","ffmpeg","linux","open-source","python","recorder","wayland","xorg"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhsabbagh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-02-04T18:16:05.000Z","updated_at":"2024-08-02T13:55:20.000Z","dependencies_parsed_at":"2023-04-25T16:31:41.423Z","dependency_job_id":null,"html_url":"https://github.com/mhsabbagh/green-recorder","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhsabbagh%2Fgreen-recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhsabbagh%2Fgreen-recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhsabbagh%2Fgreen-recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhsabbagh%2Fgreen-recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhsabbagh","download_url":"https://codeload.github.com/mhsabbagh/green-recorder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245159317,"owners_count":20570360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","desktop","desktop-app","ffmpeg","linux","open-source","python","recorder","wayland","xorg"],"created_at":"2024-07-31T07:01:20.924Z","updated_at":"2025-03-23T19:34:08.263Z","avatar_url":"https://github.com/mhsabbagh.png","language":"Python","funding_links":[],"categories":["Python","Screencasting","open-source"],"sub_categories":[],"readme":"# This project is archived, it's no longer under development. As the original developer, the work of maintaining and updating this program takes too much of my time, which I was giving for free, and I am no longer interested in working with things like ffmpeg/wayland/GNOME's screencaster or solving the issues related to them or why they don't work. If you would like to continue development, please feel free to fork the project according to the GPL license.\n\n# Green Recorder\n\n![Green Recorder](https://i.ibb.co/b1831W0/Screenshot-from-2019-03-21-12-21-02.png)\n\n## About\n\nA simple desktop recorder for Linux systems. Built using Python, GTK+ 3 and ffmpeg. It supports recording audio and video on almost all Linux interfaces. Also, Green Recorder is the **first desktop program to support Wayland display server on GNOME session**.\n\nThe following formats are currently supported: **mkv**, **avi**, **mp4**, **wmv**, **gif** and **nut** (And only WebM for Wayland's GNOME session). You can stop the recording process easily by right-clicking the icon and choosing \"Stop Record\". Or middle-clicking the recording icon in the notifications area (but doesn't work on all interfaces).\n\nYou can choose the audio input source you want from the list. You can also set the default values you want by simply changing them in the interface, and the program will save them for you for the next time you open it.\n\n### How it works?\n\nIt uses the D-Bus API to connect to the built-in screencasting tool in GNOME Shell. It uses this to record video. To record audio, it launches an instance of ffmpeg in the background. After the recording is finished, it merges the two files into the WebM file.\n\nFor Xorg, it uses ffmpeg only for both audio and video.\n\nBy default, On Wayland only, Green Recorder uses the V8 encoder instead of the default V9 encoder in GNOME Shell because of the CPU \u0026 RAM consumption issue with V9. Which - now - should also give you better performance. On Xorg, each format uses its own default encoder.\n\nAlso, for GIF format, Green Recorder first records the required video as a raw video. And then it generated the GIF image from the raw video. In this way, you'll get an optimized GIF image size which is at least 10x better than the normal ffmpeg recording.\n\n### Localization\n\nGreen Recorder supports localization. If you want to translate the program into your language, fork the repository on GitHub and create a new file under \"po\" folder with your language ISO code (like fr.po, de.po, cs.po..). And translate the strings from there.\n\nAlternatively, you can open the green-recorder.pot file using programs like PoEdit and start translating.\n\n## Download\n\n### Ubuntu 18.04/18.10/19.04 or Linux Mint 19/19.1\n\nMake sure you have enabled the multiverse and universe repositories before trying to install the program from the PPA (to be able to download the dependencies). You can install Green Recorder from the following PPA:\n\n    sudo add-apt-repository ppa:fossproject/ppa\n    sudo apt update\n    sudo apt install green-recorder\n\n### Arch Linux\n\nYou can install Green recorder using your [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers):\n\n    yaourt -S green-recorder-git\n\n### Other Distributions\n\nThe program requires the pydbus python module, install it first:\n\n    sudo pip install pydbus\n    \nThe source code is available to download via: [https://github.com/green-project/green-recorder/archive/master.zip](https://github.com/green-project/green-recorder/archive/master.zip). You can simply download it and install the dependencies on your distribution (gir1.2-appindicator3, gawk, python-gobject, python-urllib3, x11-utils, ffmpeg, pydbus, pulseaudio, xdg-open (or xdg-utils), python-configparser, imagemagick). And then run: \n\n    sudo python setup.py install\n\nMake sure you are running it with Python 2. It doesn't work currently with Python 3.\n    \n## License\n\nThe program is released under GPL 3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhsabbagh%2Fgreen-recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhsabbagh%2Fgreen-recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhsabbagh%2Fgreen-recorder/lists"}