this post was submitted on 12 Dec 2024
37 points (95.1% liked)

Linux

48665 readers
603 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
 

Hi all, I want to do some screen recording on my linux desktop. And like a normal-functioning member of society, I decided to do it the hardest way and learn ffmpeg CLI to do it. Why? well, something about using underlying tools and customizing their usage excites me.

I have already started doing this, and I am finding I have to do a lot of trial and error to get things right. Before I dive deeper, I want to ask: Am I limiting myself in doing this? Is there anything I could be missing out on taking this route, or something that ffmpeg could not do on its own that a dedicated solution can?

What will I use this for exactly? well, things like recording a video game as I play it (which I suppose will require hardware acceleration to be of viable quality), or recording a tutorial (requiring voice input from mic), things like that.

you are viewing a single comment's thread
view the rest of the comments
[–] boredsquirrel@slrpnk.net 12 points 1 week ago (2 children)

I guess no Wayland support, which is pretty big

[–] m4m4m4m4@lemmy.world 6 points 1 week ago

Actually there's some support for Wayland. Tried it last year, but had to do serious rummage trying to make it work. For starters I can recall it spitted a video but the command throwed an error at the end and could not understand why. Also i seem to recall the video stopped way after finishing the command.

Even had to recompile all of ffmeg to add support for wayland recording (though Gentoo makes this really easy). One thing for certain is that Gentoo's ffmpeg stable version is fairly behind from upstream's so that could have had a hand on it too.

[–] matcha_addict@lemy.lol 2 points 1 week ago (1 children)

what do screen recording softwares for wayland use under the hood then?

[–] claymore@pawb.social 8 points 1 week ago

They use XDG Desktop Portal, which makes video and audio capture system level instead of application level to enhance security. When a program wants to record your screen you get a pop up to choose which screen/window to share. After that the app can only see that window or screen.