From 090883eadfc7bc867041c9986cbb659f49852301 Mon Sep 17 00:00:00 2001 From: poprox24 <48130451+poprox24@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:57:32 +0100 Subject: [PATCH] Fix typo in HEVC/H.265 bitrate note (#3133) --- wiki/Settings-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Settings-tutorial.md b/wiki/Settings-tutorial.md index 60c4c1b50..67a0a4426 100644 --- a/wiki/Settings-tutorial.md +++ b/wiki/Settings-tutorial.md @@ -18,7 +18,7 @@ Next, choose a refresh rate. Obviously higher is better, but on weaker/older har A few notes on codec choices: * AV1 works only on latest gen gpus (Nvidia RTX 4xxx and AMD Radeon RX 7xxx) and on Quest 3 only. -* HEVC/H.265 is usually best for bitrate cosntained scenarious. +* HEVC/H.265 is usually best for bitrate constrained scenarious. * AVC/H.264 (with CAVLC) may save a few milliseconds of decode latency, but needs a much higher bitrate to reach similar image quality. * Software encoding (x264) can give good results on a beefy high core-count CPU and a very high bitrate. Will require playing with a USB3 cable. The only choice if you don't have a hardware encoder (eg, RX6500).