diff options
| author | dec05eba <dec05eba@protonmail.com> | 2025-12-25 03:43:02 +0100 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2025-12-25 03:43:02 +0100 |
| commit | 67ddede74ae999d8fe694df534fda1e570091208 (patch) | |
| tree | f7bb3179e666fbdbfb0014e4404525e675194c64 /gpu-screen-recorder.1 | |
| parent | 5a189e8a1775dcdef9756b9f70b50fdeefed3969 (diff) | |
Correctly combine damage tracking when using multiple sources
Diffstat (limited to 'gpu-screen-recorder.1')
| -rw-r--r-- | gpu-screen-recorder.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gpu-screen-recorder.1 b/gpu-screen-recorder.1 index 0be3188..bd15d75 100644 --- a/gpu-screen-recorder.1 +++ b/gpu-screen-recorder.1 @@ -111,10 +111,14 @@ These are the available options for capture sources: - The Y position in pixels. If the number ends with % and is a number between 0 and 100 then it's a position relative to the video size .IP \(bu 3 .B width -- The width in pixels. If the number ends with % and is a number between 0 and 100 then it's a size relative to the video size +- The width in pixels. If the number ends with % and is a number between 0 and 100 then it's a size relative to the video size. + +A value of 0 means to not scale the capture source and instead use the original width. .IP \(bu 3 .B height - The height in pixels. If the number ends with % and is a number between 0 and 100 then it's a size relative to the video size + +A value of 0 means to not scale the capture source and instead use the original height. .IP \(bu 3 .B halign - The horizontal alignment, should be either |
