Monday 16 October 2017

How to install Screen Recorder on Ubuntu 16.04, 17.04 , 17.10

   Screen Recorder is a 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.


     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

    It 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.


    Also, 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.

Installation instructions:

   
Add the PPA to your system, update the local repository index and install the Screen Recorder package:


$ sudo add-apt-repository ppa:fossproject/ppa

$ sudo apt-get update

$ sudo apt-get install green-recorder
    Optional, to remove Screen Recorder, do:

 $ sudo apt-get remove --autoremove green-recorder

Harry

Author & Editor

A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.