diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-07-13 12:35:57 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-07-13 12:35:57 +0200 |
| commit | c09fb1b15dff6a06ac5e704022cd8e0193c7ca91 (patch) | |
| tree | 35c182d8b5ae83c25994691ba4d816c76d77501b /gpu-screen-recorder.1 | |
| parent | a453e85f72acf116e1bd2021864c6a715f98362c (diff) | |
Change -s to scale to fit rather than absolute scale
Diffstat (limited to 'gpu-screen-recorder.1')
| -rw-r--r-- | gpu-screen-recorder.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gpu-screen-recorder.1 b/gpu-screen-recorder.1 index 564d35b..6a573db 100644 --- a/gpu-screen-recorder.1 +++ b/gpu-screen-recorder.1 @@ -219,9 +219,12 @@ Container format (mp4, mkv, flv, webm). Defaults to extension from filename. .TP .BI \-s " WxH" -Output resolution limit (e.g., 1920x1080). Use 0x0 for original resolution. +Output resolution limit (e.g., 1920x1080). The captured content is scaled to fit within this +resolution while keeping its aspect ratio and the video size shrinks to fit the scaled content. +Use 0x0 for original resolution. Required for -.BR \-w " focused." +.BR \-w " focused" +(where the video is exactly this resolution). .TP .BI \-f " fps" Frame rate (default: 60). For variable frame rate mode, this is maximum FPS. |
