diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-07 23:28:20 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-07 23:28:20 +0200 |
commit | 0a8d176ab6b21053dd7f5736434b78515b282b4c (patch) | |
tree | 67f880bf5681b0ca907b632468607e66ca2c6fdd | |
parent | 35c98148f34a7c3bcf2451ef7de1078eb34ac554 (diff) |
Usage
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8c5be2a..ced37cb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1092,7 +1092,8 @@ static void usage_full() { fprintf(stderr, " -q Video quality. Should be either 'medium', 'high', 'very_high' or 'ultra' when using '-bm qp' or '-bm vbr' options, and '-bm qp' is the default option used.\n"); fprintf(stderr, " 'high' is the recommended option when live streaming or when you have a slower harddrive.\n"); fprintf(stderr, " When using '-bm cbr' option then this is option is instead used to specify the video bitrate in kbps.\n"); - fprintf(stderr, " Optional, set to 'very_high' be default.\n"); + fprintf(stderr, " Optional when using '-bm qp' or '-bm vbr' options, set to 'very_high' be default.\n"); + fprintf(stderr, " Required when using '-bm cbr' option.\n"); fprintf(stderr, "\n"); fprintf(stderr, " -r Replay buffer size in seconds. If this is set, then only the last seconds as set by this option will be stored\n"); fprintf(stderr, " and the video will only be saved when the gpu-screen-recorder is closed. This feature is similar to Nvidia's instant replay feature.\n"); |