Ubuntu下安装屏幕录像软件(SimpleScreenRecorder)


在日常工作中,有时需要对屏幕进行录像,以制作讲解文档等。下面介绍在Linux上安装屏幕录像软件(SimpleScreenRecorder),试用平台为Ubuntu。(环境要求:Ubuntu上必须安装python,否则会报错)

操作方法如下:
1、使用 "add-apt-repository" 脚本添加 ppa 到当前的库中并且自动导入公钥。
      命令:sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder

2、更新源,以获得最近的软件包的列表。
      命令:sudo apt-get update

3、通过apt-get方法安装屏幕录像软件。
      命令:sudo apt-get install simplescreenrecorder

4、打开屏幕录像软件(simplescreenrecorder)
    方法:可以通过搜索方法搜索simplescreenrecorder找到,也可以在应用程序--影音--simplescreenrecorder中找到,打开后如下:

5、点击继续即可录制屏幕,希望能够帮助到你。

----------------------------------------------------------------------------------------------------------
附:
在此附加其他部分软件的安装命令,具体操作过程不在详细列举,和屏幕录像方法一致:
(1)软件1:录音软件audio-recorder
sudo add-apt-repository -y ppa:osmoma/audio-recorder
sudo apt-get update
sudo apt-get install audio-recorder

(2)软件2:图像处理软件gimp
sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp

(3)软件3:视频转码工具handbrake-gtk
sudo add-apt-repository -y ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake-gtk

(4)软件4:notepad++
sudo add-apt-repository -y ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install notepadqq

(5)软件5:画图、图像处理软件pinta
sudo add-apt-repository -y ppa:pinta-maintainers/pinta-stable
sudo apt-get update
sudo apt-get install pinta

(6)软件6:无线网检测工具linssid
sudo add-apt-repository -y ppa:wseverin/ppa
sudo apt-get update
sudo apt-get install linssid

(7)软件7:下载工具uGet
sudo add-apt-repository -y ppa:plushuang-tw/uget-stable
sudo apt-get update
sudo apt-get install uget

(8)软件8:笔记本电脑电源管理工具tlp-rdw
sudo add-apt-repository -y ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp-rdw

相关内容

    暂无相关文章