diff options
| author | dec05eba <dec05eba@protonmail.com> | 2025-07-23 14:25:26 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2025-07-23 14:25:26 +0200 |
| commit | c31edf81f7dc9a099541d8ce2c8624069cf362aa (patch) | |
| tree | 7fdcd0577bc00eec857995c30de7b334bd2fc964 /src/args_parser.c | |
| parent | 53e879b972f972134991df9b1cb11ffd1cb7536d (diff) | |
usage doc: update incorrect information about replay duration
Diffstat (limited to 'src/args_parser.c')
| -rw-r--r-- | src/args_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args_parser.c b/src/args_parser.c index 0e05557..c04ee4e 100644 --- a/src/args_parser.c +++ b/src/args_parser.c @@ -252,7 +252,7 @@ static void usage_full() { printf(" Required when using '-bm cbr' option.\n"); printf("\n"); printf(" -r Replay buffer time in seconds. If this is set, then only the last seconds as set by this option will be stored\n"); - printf(" and the video will only be saved when the gpu-screen-recorder is closed. This feature is similar to Nvidia's instant replay feature This option has be between 5 and 1200.\n"); + printf(" and the video will only be saved when the gpu-screen-recorder is closed. This feature is similar to Nvidia's instant replay feature This option has be between 2 and 86400.\n"); printf(" Note that the video data is stored in RAM (unless -replay-storage disk is used), so don't use too long replay buffer time and use constant bitrate option (-bm cbr) to prevent RAM usage from going too high in busy scenes.\n"); printf(" Optional, disabled by default.\n"); printf("\n"); |
