Non, il n'implémente malheureusement que la capture d'un écran entier.
Si on parle de la même chose, il peut également capturer une région
exemple de la doc:
gpu-screen-recorder -w region -region 640x480+100+100 -o video.mp4
extraits de gpu-screen-recorder --help
-w
Window id to record, a display (monitor name), "screen", "screen-direct", "focused", "portal" or "region".
-region
The region to capture, only to be used with -w region. This is in format WxH+X+Y, which is compatible with tools such as slop (X11) and slurp (kde plasma, wlroots and hyprland).
The region can be inside any monitor. If width and height are 0 (for example 0x0+500+500) then the entire monitor that the region is inside in will be recorded.Note: currently the region can't span multiple monitors.
[^] # Re: PulseAudio & enregistrement Wayland
Posté par Maderios . En réponse au journal Enregistrement de vidéo à la demande avec Xephyr et PulseAudio. Évalué à 2.
Si on parle de la même chose, il peut également capturer une région
exemple de la doc:
gpu-screen-recorder -w region -region 640x480+100+100 -o video.mp4
extraits de gpu-screen-recorder --help