this post was submitted on 10 Nov 2023
24 points (96.2% liked)

Linux

48008 readers
1363 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Can you recommend any screen video capture tools compatible with Wayland? I’ll use such a tool on my Raspberry Pi 400 under 64-bit Raspberry Pi OS Bookworm, so I'd prefer one with appropriate Debian binaries.

Update

VokoscreenNG is a screencasting tool that works with Raspberry Pi OS, I tested it on my Pi 400. And it's also easy to install, just sudo apt install vokoscreen-ng gstreamer1.0-pipewire.

all 9 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 1 year ago (2 children)

OBS can capture wayland output just fine. At least in recent versions 29.X for sure. I don't know how the Debian/Raspberry Pi OS repositories updates them. Hopefully they have a newer version these days.

[–] ryannathans 4 points 1 year ago

Crashes wayland for me, known bug according to issues

[–] [email protected] 3 points 1 year ago

Interesting suggestion but possibly overkill.

[–] [email protected] 6 points 1 year ago (1 children)

Kooha is pretty nice, remember that it needs a portal.

[–] [email protected] 4 points 1 year ago

Looks nice indeed, thanks.

[–] [email protected] 3 points 1 year ago

I know newer versions of Spectacle can do short video recordings. But that's a Plasma app.

[–] [email protected] 3 points 1 year ago

I really hope wlroots screen capture lands in ffmpeg sometime soon. But I haven't heard any rumblings that that's even on their radar.

[–] [email protected] 1 points 11 months ago

VokoscreenNG is a screencasting tool that works with Raspberry Pi OS, I tested it on my Pi 400. And it's also easy to install, just sudo apt install vokoscreen-ng gstreamer1.0-pipewire.

I've updated the post.