Ubuntu - Install SimpleScreenRecorder

SimpleScreenRecorder is a nice little tool to record your desktop. This is much like kazam, except that it supports more containers/encodings and also supports recording OpenGL applications (games).


sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder

# If you want to record 32bit games on 64bit linux
sudo apt-get install simplescreenrecorder-lib:i386

# If you want to be able to record in the h264 codec
sudo apt-get install ubuntu-restricted-extras

Sources

No comments:

Post a Comment