From aabd64aabb45d52f87f3dd6b255ee6c11ba576dd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 10 Feb 2024 15:45:20 +0100 Subject: FAQ: glitched video --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3-70-g09d2