Installation of SimpleScreenRecorder on Ubuntu

 



Image 1
Image 2
Image 3
Image 4
Image 5
< >


Installation of SimpleScreenRecorder on Ubuntu

  1. Update the system: Open your terminal and run the following command to update your system.
    sudo apt update
  2. 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
  3. Update the system again: After adding the repository, update the system again using the same command as in step 1.
    sudo apt update
  4. Install SimpleScreenRecorder: Now, you can install SimpleScreenRecorder using the following command.
    sudo apt-get install simplescreenrecorder
  5. Launch SimpleScreenRecorder: Once the installation is complete, you can launch SimpleScreenRecorder from the terminal using the following command.
    simplescreenrecorder
  6. 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.

Post a Comment

0 Comments