diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-02-10 15:45:20 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-02-10 15:45:20 +0100 |
commit | aabd64aabb45d52f87f3dd6b255ee6c11ba576dd (patch) | |
tree | e4d75cf7428787fc5db3e1d4919bfd1091c1892d /src | |
parent | c4ba5672b746ed13f87a37085df6e2657f509e0a (diff) |
FAQ: glitched video
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 31b58d7..f4c15b4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2025,7 +2025,7 @@ int main(int argc, char **argv) { const AVCodec *h265_codec = find_h265_encoder(gpu_inf.vendor, egl.card_path); if(h265_codec && fps > 60) { - fprintf(stderr, "Warning: recording at higher fps than 60 with hevc might result in recording at a very low fps. If this happens, switch to h264\n"); + fprintf(stderr, "Warning: recording at higher fps than 60 with hevc might result in recording at a very low fps. If this happens, switch to h264 or av1\n"); } // hevc generally allows recording at a higher resolution than h264 on nvidia cards. On a gtx 1080 4k is the max resolution for h264 but for hevc it's 8k. |