aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/args_parser.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-10-05 12:54:53 +0200
committerdec05eba <dec05eba@protonmail.com>2025-10-05 12:57:58 +0200
commitf9f0074f293abdc60a8ec18648962a85c2f4145a (patch)
tree836d12533bf07cf6bea9eba90ac6b6199798e903 /src/args_parser.c
parent50fbee2b2f1eda89145869d7d5fa67f27c084b73 (diff)
Update for ffmpeg 8: remove hevc vaapi padding (black bars), fix garbage output (workaround ffmpeg 8 issue)
Diffstat (limited to 'src/args_parser.c')
-rw-r--r--src/args_parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/args_parser.c b/src/args_parser.c
index 6e0d854..b1d9df3 100644
--- a/src/args_parser.c
+++ b/src/args_parser.c
@@ -293,8 +293,9 @@ static void usage_full() {
printf(" Works only if your have \"Coolbits\" set to \"12\" in NVIDIA X settings, see README for more information. Note! use at your own risk! Optional, disabled by default.\n");
printf("\n");
printf(" -fm Framerate mode. Should be either 'cfr' (constant frame rate), 'vfr' (variable frame rate) or 'content'. Optional, set to 'vfr' by default.\n");
- printf(" 'vfr' is recommended for recording for less issue with very high system load but some applications such as video editors may not support it properly.\n");
+ printf(" 'vfr' is recommended for general recording for less issue with very high system load but some applications such as video editors may not support it properly.\n");
printf(" 'content' is currently only supported on X11 or when using portal capture option. The 'content' option matches the recording frame rate to the captured content.\n");
+ printf(" 'content' is the best option to use when possible as it avoids capturing duplicate frames, which results in a smoother video.\n");
printf("\n");
printf(" -bm Bitrate mode. Should be either 'auto', 'qp' (constant quality), 'vbr' (variable bitrate) or 'cbr' (constant bitrate). Optional, set to 'auto' by default which defaults to 'qp' on all devices\n");
printf(" except steam deck that has broken drivers and doesn't support qp.\n");