Installation of SimpleScreenRecorder on Ubuntu
-
Update the system: Open your terminal and run the following
command to update your system.
sudo apt update
-
Add the repository: SimpleScreenRecorder may not be
available in the default repositories. So, you need to add an external
repository. Run the following command in the terminal.
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
-
Update the system again: After adding the repository,
update the system again using the same command as in step 1.
sudo apt update
-
Install SimpleScreenRecorder: Now, you can install
SimpleScreenRecorder using the following command.
sudo apt-get install simplescreenrecorder
-
Launch SimpleScreenRecorder: Once the installation is
complete, you can launch SimpleScreenRecorder from the terminal using the
following command.
simplescreenrecorder
- Configure SimpleScreenRecorder: After launching, you can configure the settings for recording, such as video source, audio source, frame rate, video format, and codec.
Please note that the commands will be practiced on Ubuntu 22.04. You can also install SimpleScreenRecorder from the Ubuntu Software Centre.
0 Comments