diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-16 13:13:41 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-16 13:13:41 +0300 |
| commit | ecc949ce290ea5770c8abc4abc973ff072b9b033 (patch) | |
| tree | cd22dd66836fcbc2d9f14c03813dfbbe7e75e94e /gpu-screen-recorder.1 | |
| parent | ff8c3b1dd6fbd7107867e0cef6556e52c7ede6cb (diff) | |
| parent | 3bdc117b311b787b85e2ab6af1b3d63fcef00e49 (diff) | |
Merge tag '5.15.1' of https://repo.dec05eba.com/gpu-screen-recorder
Diffstat (limited to 'gpu-screen-recorder.1')
| -rw-r--r-- | gpu-screen-recorder.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gpu-screen-recorder.1 b/gpu-screen-recorder.1 index 564d35b..38d4df6 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. @@ -379,6 +382,9 @@ when this is set to .B yes to only encode frames when the screen content updates to lower GPU and video encoding usage when the system is idle. .TP +.BI \-exclude-metadata " yes|no" +Exclude personal metadata from the video file, such as audio track title that is composed from the name of the audio device by default (default: no). +.TP .BI \-write\-first\-frame\-ts " yes|no" When enabled, writes a timestamp file with extra extension \fI.ts\fR next to the output video containing: .nf |
