diff options
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 |
