On Linux you can just use "SimpleScreenRecorder". It allows recording video of a single window (with audio from mic). I use it at work to create demos. My video demos are better than most others' because the video does not contain the whole screen (unlike many other demos) and my videos are accompanied by audio narration so demo can be watched independently later. Mac users often ask me how I create my demo videos.
I've lived through decades of running into software with names like "Easy Driver Finder", "Quick PDF joiner", "Simple Disk Partitioner" and such, which so often turn out to be crap/non-free/unusable trial version/malware. This has conditioned me to automatically dismiss things named in this fashion. Though I suspect this is mainly an issue in the Windows world.
I don't fault the author of SimpleScreenRecorder at all. Objectively it's the perfect name for the tool. I just realized how sad this is that my mind went straight to "Oh, sounds like one of those shit apps".
> I've lived through decades of running into software with names like "Easy Driver Finder", "Quick PDF joiner", "Simple Disk Partitioner" and such, which so often turn out to be crap/non-free/unusable trial version/malware.
I have a few friends who use windows. They live in this weird world where everything they call "free" is a trap. They are usually very impressed when I show them repositories and flathub.
Nice! If I understand correctly, this script assumes that the window will remain in the same place until the end of the recording, right? I'm not saying that's wrong. Specially if you know that the window won't move, then it's a good solution
OBS can record an actual window, rather than an area on the screen. That is, you can move the window or cover it while recording, and you will only get the window contents.
But yeh, it's heavy. I tend to use peek for quick ones.
I use SimpleScreenRecorder (which is also mentioned in the footnote of the article). It really is simple to use and light weight.
I used to manually select area to record (with border outside the window to record) until I searched and found a solution using ffmpeg to add the border. So, now I just use the select window option. I also use Auto-Editor (https://github.com/WyattBlue/auto-editor) to prune silent portions.
I find the resource -hogging of obs really goes away once you start using hardware encoding. Not available on old cards, but the performance overhead is minimal.
Most of its resource usage is from video encoding. You can lower the quality, exchange bitrate for cpu while keeping the quality, or even use hardware encoding.
> unless you are streaming, there is absolutely no reason to use OBS.
Not true in my experience. Simplescreenrecorder was not capable of recording (without streaming) full screen opengl games with sound at acceptable quality last time I tried it, OBS is the only thing I've found that will do this apart from hardware based recorders. To be fair, the last time I tried simplescreenrecorder was several years ago, perhaps it has improved in the meantime.
Correct me if I'm wrong, but Pipewire would allow applications to implement this functionality "relatively easily", but it doesn't actually provide any end-user tooling itself for this, right?
Any gstreamer program should work as long as you have pipewire gst plugin installed (including building your own gst pipeline). Note that pipewire needs to be either supported by the program for video capture, or you need to use compositor that exposes every window as a pipewire video source.
I don't fault the author of SimpleScreenRecorder at all. Objectively it's the perfect name for the tool. I just realized how sad this is that my mind went straight to "Oh, sounds like one of those shit apps".
This one looks really good though!
I have a few friends who use windows. They live in this weird world where everything they call "free" is a trap. They are usually very impressed when I show them repositories and flathub.
Deleted Comment
But it was nice to learn about hk !
take a look at simplescreenrecorder. it just works and i can record, save and upload a file in as much time as it takes for the recording.
this takes almost no resources while OBS is a resource hog, unless you are streaming, there is absolutely no reason to use OBS.
But yeh, it's heavy. I tend to use peek for quick ones.
I used to manually select area to record (with border outside the window to record) until I searched and found a solution using ffmpeg to add the border. So, now I just use the select window option. I also use Auto-Editor (https://github.com/WyattBlue/auto-editor) to prune silent portions.
I'm confused, as it is super lightweight.
Most of its resource usage is from video encoding. You can lower the quality, exchange bitrate for cpu while keeping the quality, or even use hardware encoding.
Not true in my experience. Simplescreenrecorder was not capable of recording (without streaming) full screen opengl games with sound at acceptable quality last time I tried it, OBS is the only thing I've found that will do this apart from hardware based recorders. To be fair, the last time I tried simplescreenrecorder was several years ago, perhaps it has improved in the meantime.
I haven't used SSR before, but I'm not even seeing a meter for adjusting your microphone volume.
ffmpeg -f gdigrab -framerate 30 -i title=Calculator output.mkv
https://trac.ffmpeg.org/wiki/Capture/Desktop
https://tratt.net/laurie/blog/2022/making_a_video_of_a_singl...
https://screencap.video