FAQ: glitched video

This commit is contained in:
dec05eba
2024-02-10 15:45:20 +01:00
parent c4ba5672b7
commit aabd64aabb
4 changed files with 12 additions and 4 deletions

View File

@@ -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.