Review of Wayland's Excellent Screen Recording Software for Linux
The modern Wayland protocol is used by default in most mainstream Linux distributions such as Ubuntu and Fedora. However, as the successor to X.Org, Wayland is more secure and adheres to modern standards, but this requires developers to re-build applications for Wayland.
Linux legacy applications developed based on X.Org will not work properly on Wayland in most cases unless modified. Screen recording software also falls into this category. Many popular screen recording software were developed for X.Org and no longer work in Wayland.
But some still work. In this article I will introduce some screen recording software that has been tested and works well in Wayland sessions.
The best screen recording software application for Wayland under Linux distribution
1. Kooha
The first software introduced is Kooha, which is a software written by GTK Screen recording software that supports X11 and Wayland. It is one of the fastest and easiest screen recording software on the GNOME desktop environment. This app is one of the best GNOME apps that provides a smooth recording experience. This utility supports hardware acceleration, timers, multiple input sources, and many advanced features. Key features are as follows:
- In multi-monitor environments, the ability to select display ports and windows
- Hardware accelerated encoding (disabled by default, but can be enabled in settings)
- Be able to record a specific area of the screen
- Can record computer sound and microphone sound at the same time
- Specify the number of seconds of delay before making a screen recording video
- Supports frame rate selection
- Supports multiple media file types, including: WebM, mp4, gif, Mkv, etc.
Kooha - The best GNOME screen recording Software
Kooha Setup
Installing Kooha is very easy using Flatpak. Set up Flatpak and Flathub for your system and run the following commands to install:
flatpak install io.github.seadve.Kooha
We tested it in the latest versions of Ubuntu 22.10 and Fedora 37 using Wayland sessions and the workflow was very Smooth.
More details about Kooha:
2. GNOME screen recording software
The screen recording software that comes with GNOME Shell is second on the list. It's part of GNOME's new screenshot utility, which you can launch by searching for "screenshot" in the application menu.
GNOME screen recording software provides the option to record the entire screen or a rectangular selection. Additionally, you can choose to record the cursor as well.
However, it only supports recording in WebM format and cannot delay recording.
You don’t need to install any additional software to use this feature as it is installed by default with the GNOME desktop environment.
Use the keyboard shortcut CTRL SHIFT ALT R
to launch it. Then select the options you need and finally click the record button.
The recorded videos are saved in the ~/Videos/Screencasts
folder.
GNOME screen recording software
3, OBS Studio
OBS Studio, a popular free and open source The live streaming application has recently started supporting Wayland. On Wayland, although its main use is live streaming, its screen recording feature is actually available as well.
Since it is a professional-grade software, you can take advantage of its powerful audio recording capabilities. In addition, you can also record the sound of the system microphone at the same time.
通过 Flatpak 安装 OBS Studio 很容易。为你的系统设置 Flathub,然后使用以下命令安装它:
flatpak install com.obsproject.Studio
注意:OBS Studio 需要 FFmpeg 来运行。如果你想安装 FFmpeg,请参阅我们的 此篇文章。
打开 OBS Studio 后,点击 “Sources” 下的加号 “+” 来添加输入源。然后选择 “屏幕捕捉…Screen capture...”。然后单击 “确定Ok”。
屏幕捕捉选项
在 Wayland 中使用 OBS Studio 进行录制
停止录制后,录制文件会保存在你的用户主目录文件夹下。
更多有关 OBS Studio 的详细信息:
4、vokoscreenNG
这句话可以重写为: vokoscreenNG被广泛低估,但它是一款独特的屏幕录制软件。它是一款老应用程序,并支持窗口捕捉、矩形捕捉。此外,它还提供了捕获屏幕音频、系统托盘控制、放大镜、倒计时、计时器等许多有趣的功能。
最近,它加入了实验性的 Wayland 支持,可供尝试。它运行得相当不错。Wayland现在支持WebM、M4、Mkv、Mov和Avi格式。但是,Wayland 会话的音频记录尚不可用。
你可以从以下链接下载适用于 Linux 发行版的预编译可执行文件,无需安装即可运行:
vokoscreenNG
更多有关 vokoscreenNG 的详细信息:
5、Wayfarer
基于GTK4的屏幕录制软件Wayfarer是这个列表中的最后一个。它现在可以兼容多种现代协议,包括Wayland、Pipewire和wireplumber。其简单的用户界面支持屏幕录制和音频捕捉。你还可以选择你的桌面的一部分或整个屏幕进行录制。
此外,你可以选择帧速率、鼠标捕捉,并具有延迟录制的功能。目前,它支持 webm、mp4 和 mkv 格式。
适用于 Linux 的 Wayfarer 屏幕录制软件
然而,它只能在 Arch Linux 的 Arch 用户仓库(AUR)中获得。使用以下命令,您可以为任何AUR辅助程序(例如Yay)进行设置和安装:
yay -S wayfarer-git
更多有关 Wayfarer 的详细信息:
其他目前无法在 Wayland 上正常使用的优秀屏幕录制软件
除了上面的列表之外,在 X.Org 上有一些优秀的屏幕录制软件,目前在 Wayland 上不可用。根据我在 Ubuntu 22.10 和 Fedora 37 Wayland 会话中的测试,在录制文件中只会看到黑屏。希望它们能在未来被修复,并与 Wayland 兼容。
- Peek (XWayland backend may be supported)
- Simple screen recorder
- Blue Recorder( Wayland is supported, but currently has issues)
Summary
According to my personal experience, Wayland is faster and better. You'll need to adapt to the trend that many modern distributions are moving toward Wayland by using alternative applications to change your workflow. Hopefully this list of Wayland screen recording software will help you choose the recording tool that best suits your needs.
If you know of other similar applications that work well on Wayland, please let me know.
The above is the detailed content of Review of Wayland's Excellent Screen Recording Software for Linux. For more information, please follow other related articles on the PHP Chinese website!

NGINXUnit can be used to deploy and manage applications in multiple languages. 1) Install NGINXUnit. 2) Configure it to run different types of applications such as Python and PHP. 3) Use its dynamic configuration function for application management. Through these steps, you can efficiently deploy and manage applications and improve project efficiency.

NGINX is more suitable for handling high concurrent connections, while Apache is more suitable for scenarios where complex configurations and module extensions are required. 1.NGINX is known for its high performance and low resource consumption, and is suitable for high concurrency. 2.Apache is known for its stability and rich module extensions, which are suitable for complex configuration needs.

NGINXUnit improves application flexibility and performance with its dynamic configuration and high-performance architecture. 1. Dynamic configuration allows the application configuration to be adjusted without restarting the server. 2. High performance is reflected in event-driven and non-blocking architectures and multi-process models, and can efficiently handle concurrent connections and utilize multi-core CPUs.

NGINX and Apache are both powerful web servers, each with unique advantages and disadvantages in terms of performance, scalability and efficiency. 1) NGINX performs well when handling static content and reverse proxying, suitable for high concurrency scenarios. 2) Apache performs better when processing dynamic content and is suitable for projects that require rich module support. The selection of a server should be decided based on project requirements and scenarios.

NGINX is suitable for handling high concurrent requests, while Apache is suitable for scenarios where complex configurations and functional extensions are required. 1.NGINX adopts an event-driven, non-blocking architecture, and is suitable for high concurrency environments. 2. Apache adopts process or thread model to provide a rich module ecosystem that is suitable for complex configuration needs.

NGINX can be used to improve website performance, security, and scalability. 1) As a reverse proxy and load balancer, NGINX can optimize back-end services and share traffic. 2) Through event-driven and asynchronous architecture, NGINX efficiently handles high concurrent connections. 3) Configuration files allow flexible definition of rules, such as static file service and load balancing. 4) Optimization suggestions include enabling Gzip compression, using cache and tuning the worker process.

NGINXUnit supports multiple programming languages and is implemented through modular design. 1. Loading language module: Load the corresponding module according to the configuration file. 2. Application startup: Execute application code when the calling language runs. 3. Request processing: forward the request to the application instance. 4. Response return: Return the processed response to the client.

NGINX and Apache have their own advantages and disadvantages and are suitable for different scenarios. 1.NGINX is suitable for high concurrency and low resource consumption scenarios. 2. Apache is suitable for scenarios where complex configurations and rich modules are required. By comparing their core features, performance differences, and best practices, you can help you choose the server software that best suits your needs.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1
Powerful PHP integrated development environment

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.