diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-04-02 15:36:59 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-04-02 15:36:59 +0200 |
commit | 711379899b0b3624a1c33c56ca4ee57024b1441c (patch) | |
tree | bbfe07f2ca6056a08d257845e043a9a91fe56335 | |
parent | cc63bffaf7fc04ca2cefb7ae77dd426ef34afaff (diff) |
Fix -k description
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5ace938..a92b251 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -736,8 +736,8 @@ static void usage() { 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"); fprintf(stderr, " This option has be between 5 and 1200. Note that the replay buffer size will not always be precise, because of keyframes. Optional, disabled by default.\n"); fprintf(stderr, "\n"); - fprintf(stderr, " -k Video codec to use. Should be either 'auto', 'h264' or 'h265'. Defaults to 'auto' which defaults to 'h265' on nvidia unless recording at a higher resolution than 3840x2160.\n"); - fprintf(stderr, " On AMD/Intel this defaults to 'auto' which defaults to 'h264'. Forcefully set to 'h264' if -c is 'flv'.\n"); + fprintf(stderr, " -k Video codec to use. Should be either 'auto', 'h264' or 'h265'. Defaults to 'auto' which defaults to 'h265' unless recording at fps higher than 60.\n"); + fprintf(stderr, " Forcefully set to 'h264' if -c is 'flv'.\n"); fprintf(stderr, "\n"); fprintf(stderr, " -ac Audio codec to use. Should be either 'aac', 'opus' or 'flac'. Defaults to 'opus' for .mp4/.mkv files, otherwise defaults to 'aac'.\n"); fprintf(stderr, " 'opus' and 'flac' is only supported by .mp4/.mkv files. 'opus' is recommended for best performance and smallest audio size.\n"); |