← Blog

The Complete Guide to Settings for Better Game Recording Quality (Resolution x Bitrate x Encoder Table)

A screen organizing recommended game recording output settings by resolution
Photo · Pexels
Key takeaways
  • Game recording quality comes down to the combination of three values: resolution, bitrate, and encoder.
  • The baseline is around 25,000 kbps for 1080p, 50,000 kbps for 1440p, and 80,000 kbps or more for 4K.
  • Unlike streaming, recording lets you use CQP (CQ 18-20) instead of CBR for near-lossless quality.
  • DOR has these three values optimized by default, so you record in high quality right away without memorizing a table.

To get straight to it, what determines game recording quality is three things: resolution, bitrate, and encoder. For 1080p, set the bitrate around 25,000 kbps, use a GPU-based encoder (NVENC, AMF, QuickSync), and record at 60fps, and you'll get clean results in most games. The higher you push the resolution to 1440p or 4K, the more you need to raise the bitrate to match. Just following the single table below is enough.

Recommended settings table by resolution

We've organized this around the three most commonly used resolutions. The bitrates assume 60fps; if you record at 30fps, you can lower them to about 60-70% of the table values.

  • 1080p (1920x1080) · 60fps · bitrate 20,000-25,000 kbps · encoder NVENC (H.264/HEVC) or x264 (fast CPU) · recommended for: competitive FPS/MOBA like Valorant and League of Legends
  • 1440p (2560x1440) · 60fps · bitrate 40,000-50,000 kbps · encoder NVENC HEVC or AV1 (supported GPUs) · recommended for: Overwatch and high-quality highlight editing source
  • 4K (3840x2160) · 60fps · bitrate 80,000-100,000 kbps · encoder NVENC AV1/HEVC recommended · recommended for: top-quality source for YouTube uploads
  • Common recommendations: keyframe interval 2 seconds, color format NV12 (or P010 for HDR), profile high
Unlike streaming, recording has no network constraints. If you set the bitrate mode to CQP (or CRF) instead of CBR and set the CQ value to 18-20, you'll get better quality at the same file size than with a fixed bitrate. That's because more bits get allocated automatically to high-motion scenes.

How the three values change quality

Resolution: the ceiling on detail

Resolution is the number of pixels on screen. It determines whether fine details survive, like a tiny minimap icon or the silhouette of a distant enemy. But if you only raise the resolution and leave the bitrate as is, there's not enough data per pixel and the image actually smears. If you raise the resolution, you must raise the bitrate along with it.

Bitrate: the real heart of quality

Bitrate is the amount of data packed into each second of video. At the same resolution, a low bitrate breaks into blocks during fast motion, while a high enough one stays clean. The faster the whole screen changes, as in FPS and MOBA titles, the safer it is to use the higher values in the table.

Setting resolution, bitrate, and encoder in OBS Studio output settings
OBS Studio · Wikimedia Commons (GPL, OBS Project)

Encoder: the balance of quality and load

The encoder is the method used to compress the video. x264 uses the CPU and gives better quality at the same bitrate, but if the game uses a lot of CPU, your framerate drops. NVENC (Nvidia), AMF (AMD), and QuickSync (Intel) use dedicated circuitry on the graphics card, so they have almost no impact on game performance. The AV1 hardware encoders on recent GPUs are noticeably cleaner than H.264 at the same bitrate, so if it's supported, it's worth considering first.

Step-by-step instructions (using OBS)

  • Step 1: Go to Settings > Output and change Output Mode to 'Advanced.' This lets you choose the encoder and bitrate mode directly.
  • Step 2: In the 'Recording' tab, select a GPU-based encoder (NVENC/AMF/QuickSync). If the game uses a lot of GPU, try switching to x264 and compare.
  • Step 3: Set bitrate control to CQP (or CRF) and enter a CQ value of 18-20. If file size is a concern, you can go up to 22.
  • Step 4: In Settings > Video, set the base/output resolution to one from the table above, and set the common FPS to 60.
  • Step 5: Set Output > Recording Format to mp4 (or record to mkv and remux to mp4), with a keyframe interval of 2 seconds and profile high.
  • Step 6: Do a test recording of about 60 seconds, then zoom in on a fast firefight scene to check. If you see breakup, lower the CQ value a step or two or raise the bitrate.

With DOR you don't need to memorize this table

If you've read this far and jotted the table down, honestly, that process itself is the reason we built DOR. DOR has resolution, bitrate, and encoder optimized by default, so you don't need to memorize a table and set everything by hand; it records in high quality the moment you turn it on. It automatically picks the right encoder among NVENC/AMF/QuickSync to match the GPU your PC detects, and allocates a resolution and bitrate suited to the game screen.

As a result, situations where the game uses a lot of CPU and drops frames, or mistakes like setting the bitrate too low so firefight scenes smear, simply never happen. Whether you save a round of Valorant recording as is, or organize your League of Legends highlights or Overwatch plays, you can focus on playing instead of staring at a settings screen.

DOR automatically optimizing resolution, bitrate, and encoder to start high-quality recording right away
DOR has quality settings optimized by default

Balancing file size and quality

High-quality source files are large. Even at 1080p 60fps, an hour of recording can come out to tens of GB. If your goal is archiving, raise the CQ value slightly to 20-22 to reduce file size, and if it's source that will be compressed once more, as with a YouTube upload, it's safer to set it high using the upper table values. The more a source will go through editing, the less you lose by keeping the bitrate generous.

If you save as mkv right after recording and then remux to mp4, the whole file won't be lost even if the program crashes mid-recording. Since it only swaps the container with no quality loss, it takes almost no time.

Summary

The formula for game recording quality is simple. Set the resolution, give it enough matching bitrate, and protect game performance with a GPU-based encoder. Use 25,000 kbps for 1080p, 50,000 kbps for 1440p, and 80,000 kbps or more for 4K as a baseline with CQP 18-20, and you'll get near-lossless results. If dialing in these values every time is a hassle, starting with DOR, which produces the same results automatically, is a good choice too.

FAQ

FAQ

What's a good bitrate for 1080p game recording?

20,000-25,000 kbps at 60fps is solid. For games where the screen changes fast, like Valorant or League of Legends, lean toward the higher value, and if you use CQP instead of bitrate, set CQ to 18-20.

Should I use CBR or CQP when recording?

Unlike streaming, recording has no network constraints, so we recommend CQP (or CRF). More bits get allocated automatically to high-motion scenes, giving you better quality at the same file size. CBR is suited to live streaming.

Which is better, x264 or NVENC for the encoder?

To protect game performance, GPU-based encoders like NVENC (Nvidia), AMF (AMD), and QuickSync (Intel) are advantageous. The AV1 encoders on recent GPUs have excellent quality too. If you have plenty of CPU headroom and want to push quality to the extreme, x264 is an option as well.

Does just raising the resolution to 4K improve quality?

No. When you raise the resolution, you have to raise the bitrate to match the added pixels. Using a 1080p bitrate at 4K actually smears the image. Use 80,000-100,000 kbps as a baseline for 4K.

Is there a way to record in high quality without dialing in all these settings one by one?

DOR has resolution, bitrate, and encoder optimized by default, so you record in high quality the moment you turn it on, without memorizing a table. It automatically picks the right encoder and an appropriate bitrate for your PC's GPU.

Games

Record these games

Read next

Related articles

Get started with DOR

Install, launch your game, and highlights pile up as clips