SimpleScreenRecorder 简单屏幕录制
Tofloor
poster avatar
electricface
deepin
2013-11-11 23:34
Author
转载自 http://www.oschina.net/p/simplescreenrecorder
SimpleScreenRecorder 是一个开源的屏幕录制软件,使用基于 Qt 的图形用户界面开发。
可录制整个屏幕或者部分屏幕,或者直接录制 OpenGL 应用,录制过程中允许暂停和恢复,支持多种文件格式和编码。
项目主页

特性包括:
[list=0:1u4vqssx][*:1u4vqssx]比 VLC 和 ffmpeg/avconv 更快[/*:m:1u4vqssx]
[*:1u4vqssx]支持录制整个屏幕以及部分屏幕,支持录制 OpenGL 应用[/*:m:1u4vqssx]
[*:1u4vqssx]如果计算机比较慢,会自动降低帧率[/*:m:1u4vqssx]
[*:1u4vqssx]完全多线程[/*:m:1u4vqssx]
[*:1u4vqssx]可在录制过程中任意暂停和恢复[/*:m:1u4vqssx]
[*:1u4vqssx]录制时显示统计信息和低帧数的预览[/*:m:1u4vqssx]
[*:1u4vqssx]使用 libav/ffmpeg 库用于编码,支持不同编码器和文件格式[/*:m:1u4vqssx][/list:1u4vqssx]
安装
  1. sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
  2. sudo apt-get update
  3. sudo apt-get install simplescreenrecorder
  4. # 如果需要在64位系统上录制32位的 OpenGL 程序请执行
  5. sudo apt-get install simplescreenrecorder-lib:i386
Copy the Code
截图
DeepinScreenshot20131111151922.png
DeepinScreenshot20131111151928.png
DeepinScreenshot20131111151942.png
Reply Favorite View the author
All Replies
electricface
deepin
2013-11-11 23:56
#1
如果想要获得更高性能的 H.264 编码方式的支持需要再安装两个包,但会卸载3个包。
  1. sudo apt-get install libavcodec-extra-53 libavformat-extra-53
Copy the Code
DeepinScreenshot20131112120125.png
Reply View the author