How to screen record regions while showing the region boundary?

I want to see either a persistent rectangle box on the edges of the region being recorded (anything outside the box isn't recorded), or dim the parts of the screen that aren't being recorded. I looked for screen recorders for hyprland & wlroots and didn't find any with this functionality. wf-recorder + slurp works for me but I want a boundary visual.

30 points · 5 comments · view on lemmy.world

5 Comments

lukecooperatus@lemmy.ml · 10 pts · 1y

OBS could do that, I suppose. Add a screen capture source, and place a color source behind it sized 10px larger than the screen capture rect. Hit record.

oshu@lemmy.world · 4 pts · 1y

A while ago I did this by making a custom wallpaper with a box on it and set the capture region to the box.

Mwa@thelemmy.club · 2 pts · 1y

I think Gnome can do this Built in but the only problem is this only works on GNOME obviously

8263ksbr@lemmy.ml · 1 pts · 1y

I use peek for that

utopiah@lemmy.ml · 1 pts · 1y

I use ffmpeg to record only the top left corner of my screen but I don't have any visual for it.

I used https://github.com/ftorkler/x11-overlay/ in the past for another tool, maybe this could help you.