aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/args_parser.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-12-01 02:17:46 +0100
committerdec05eba <dec05eba@protonmail.com>2025-12-01 02:17:46 +0100
commitf00dec683ee9444ea4e8c80e2a5197e91acf01db (patch)
treeb72f65ffd16b85c36e5a7b9fdf5c342e2db32a77 /src/args_parser.c
parent11930c355f7ddd02f7d5655fa4843b24a70fce23 (diff)
Mention flickering cursor
Diffstat (limited to 'src/args_parser.c')
-rw-r--r--src/args_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args_parser.c b/src/args_parser.c
index 16e9631..d4b7ba8 100644
--- a/src/args_parser.c
+++ b/src/args_parser.c
@@ -251,7 +251,7 @@ static void usage_full() {
printf(" Run GPU Screen Recorder with the --list-application-audio option to list valid application names. It's possible to use an application name that is not listed in --list-application-audio,\n");
printf(" for example when trying to record audio from an application that hasn't started yet.\n");
printf("\n");
- printf(" -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");
+ printf(" -q Video/image 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");
printf(" 'high' is the recommended option when live streaming or when you have a slower harddrive.\n");
printf(" When using '-bm cbr' option then this is option is instead used to specify the video bitrate in kbps.\n");
printf(" Optional when using '-bm qp' or '-bm vbr' options, set to 'very_high' be default.\n");