Skip to content

Practical

Screen Recording Settings That Actually Matter

Screen content breaks most of the assumptions video compression is built on. Four settings decide whether your recording is crisp or an unreadable mess, and resolution is not the important one.

3 min read · Published 26 August 2026

A screen recording of text at the same settings that make camera footage look excellent will look terrible. This is not a fault in the recorder. Screen content is close to the worst case for how video compression works.

Why screens are hard

Video compression assumes a photographed world: soft edges, gentle gradients, sensor noise everywhere, and a viewer who will not notice small errors.

A screen is the opposite. Text has razor sharp edges. Interfaces have large flat areas of exactly one colour. Nothing moves for ten seconds and then everything scrolls at once. Every assumption is wrong.

The visible result is text that shimmers, thin lines that break up, and ringing around letters. Codecs handle high frequency detail by discarding it, and the sharp edge of a letter is high frequency detail.

The four settings, in order of importance

1. Bitrate, by a wide margin

This is the one that decides whether text is readable. Screen recordings need far more than camera footage at the same resolution, because the encoder cannot take its usual shortcuts.

ResolutionCamera footageScreen recording
720p3 to 5 Mbps8 to 10 Mbps
1080p6 to 10 Mbps15 to 20 Mbps
1440p12 to 18 Mbps25 to 30 Mbps
4K25 to 40 Mbps50 Mbps and up

If your recording is unreadable, raise this before touching anything else. It is almost always the answer.

2. Record at native resolution

Recording a 1440p display at 1080p means every pixel of text is resampled, and text does not survive resampling. Letters land between pixels and turn to mush.

Record at the display's actual resolution. If you need a smaller deliverable, scale afterwards, or better, set the display to the resolution you intend to record before you start.

3. Frame rate, lower than you think

30 frames a second is plenty for showing software, and often 24 is. There is no fast motion, and every frame you record is bitrate divided among more pictures.

60 is worth it only for smooth cursor movement, gameplay, or animation you are specifically demonstrating. Otherwise 30 at a given bitrate looks meaningfully better than 60 at the same one.

4. Colour subsampling, if the recorder offers it

Most video stores colour at quarter resolution, which is invisible on photographed content and very visible on coloured text. This is why red text on a dark background smears in a way white text does not.

If your recorder offers 4:4:4, use it for anything with coloured text or fine coloured lines. The file grows, and syntax highlighted code becomes legible instead of approximate.

Coloured text smearing while white text stays crisp is the signature of chroma subsampling, not of insufficient bitrate. Raising the bitrate will not fix it and 4:4:4 will.

Things that help beyond the settings

  • Increase the interface font size before recording rather than relying on viewers to zoom. Larger text survives compression better and is readable on a phone.
  • Avoid scrolling where you can. A page that scrolls changes every pixel and is where the bitrate goes; paging or jumping costs far less.
  • Use a plain background. Wallpaper with detail is competing with your content for the same budget.
  • Record a short test and look at it at full size before committing to an hour.

A default that works

  1. Record at the display's native resolution, with the interface font enlarged.
  2. 30 frames a second unless you are demonstrating motion.
  3. Bitrate roughly double what you would use for camera footage at that resolution.
  4. 4:4:4 colour if offered and the content has coloured text.
  5. Check a one minute test at full size, then record properly.

Common questions

Why is text in my screen recording blurry?

Almost always bitrate. Sharp edges are exactly the detail compression discards first, and screen content needs roughly double what camera footage needs at the same resolution.

Should I record at 60 frames a second?

Only for gameplay, animation or smooth cursor work. For software demonstrations 30 is plenty, and at a fixed bitrate 30 looks noticeably better than 60 because each frame gets more data.

Why does coloured text smear when white text is fine?

Chroma subsampling stores colour at a quarter of the resolution of brightness. That is invisible on photographs and very visible on coloured text. Recording in 4:4:4 fixes it; more bitrate does not.

Can I record at a lower resolution to save space?

Not without ruining the text. Resampling puts letters between pixels. Record natively and scale afterwards, or change the display resolution before recording.

Tools for this

Everything below runs in your browser. No file leaves your machine.

Video Bitrate Calculator

Find the bitrate to fit a size limit

Video File Size Calculator

Work out how large a video will be

Related reading