SimpleScreenRecorder โปรแกรมบันทึกวีดีโอ บนหน้าจอ ในระบบ Linux

What is SimpleScreenRecorder?

SimpleScreenRecorder เป็นโปรแกรมบันทึกวีดีโอ บนหน้าจอ ในระบบ Linux ไฟล์เล็กแต่ความสามารถสุดยอดครับ ใครใช้ Linux ก็ลองติดตั้งใช้ดูนะครับ

รีวิวครับ

Download


SimpleScreenRecorder is a Linux program that I've created to record programs and games. There were already a few programs that could do this, but I wasn't 100% happy with any of them, so I created my own.
My original goal was to create a program that was just really simple to use, but as I was writing it I started adding more and more features, and the result is actually a pretty powerful program. It's 'simple' in the sense that it's easier to use than ffmpeg/avconv or VLC, because it has a straightforward user interface.

SimpleScreenRecorder should work on any Linux distribution. I have created packages for some distributions to simplify installation.
Ubuntu
Install 'simplescreenrecorder' and optionally 'simplescreenrecorder-lib:i386' (if you want to record 32-bit OpenGL applications on a 64-bit system) from theSimpleScreenRecorder PPA:
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder
# if you want to record 32-bit OpenGL applications on a 64-bit system:
sudo apt-get install simplescreenrecorder-lib:i386
Arch Linux
Install the AUR package simplescreenrecorder and optionally lib32-simplescreenrecorder (if you want to record 32-bit OpenGL applications on a 64-bit system).
Gentoo
Anders Larsson has created a Gentoo overlay that contains SimpleScreenRecorder. You can find it here.
OpenSUSE
Install 'simplescreenrecorder' from the Packman repository. If you want to record 32-bit OpenGL applications on a 64-bit system, you should also install 'libssr-glinject-32bit'. This package was created by Dmitriy (DAP-DarkneSS).
Other
For all other distributions, you have to compile it yourself for now. It's not that hard, and there are instructions in the readme file. You can find the source code on GitHub:
https://github.com/MaartenBaert/ssr
If you're not familiar with git and you just want a .tar.gz file, download this:
https://github.com/MaartenBaert/ssr/archive/master.tar.gz
If you are using a different distribution and you have created a package for SimpleScreenRecorder, please contact me so I can add it to the list :).

0 Comments