Recording vs. Streaming: Output Settings

OBS Studio

Chapter 4 · Recording vs. Streaming: Output Settings

Chapter 1 mentioned recording and streaming only briefly. This chapter is the full treatment — the actual settings distinguishing the two, and why several of the "obvious" choices aren't the right ones.

The Output Settings Panel

Recording and streaming settings live in genuinely separate sections of OBS's own Output Settings, even though both draw from the exact same underlying Scenes and Sources setup covered in Chapter 2.

Recording Settings

Choosing a recording format matters more than it first appears: MKV is generally recommended for the actual recording session itself, over the more universally compatible MP4. If a recording is interrupted unexpectedly — a crash, a power loss — an MP4 file can become entirely unplayable, since it wasn't properly finalized. An MKV file remains playable right up to the point of interruption. Remuxing an MKV to MP4 afterward, once the recording session is safely finished, is quick and fully lossless.

Streaming Settings & Bitrate

Bitrate — how much data per second the video is encoded at — directly determines both quality and the upload bandwidth required. Setting a bitrate higher than your actual internet upload speed can support doesn't produce smoother quality; it causes dropped frames and buffering for viewers instead. Platforms like YouTube and Twitch publish recommended bitrate ranges for a given resolution and framerate — a genuinely useful starting reference.

Encoders: Software (x264) vs. Hardware (NVENC/AMF/QuickSync)

x264 is CPU-based software encoding — generally the most efficient quality-per-bitrate, but it taxes the CPU, competing directly with any game or other demanding application also running at the same time. NVENC (Nvidia), AMF (AMD), and QuickSync (Intel) are dedicated hardware encoding chips built directly into modern GPUs, offloading the encoding work entirely off the CPU — genuinely important for anyone recording or streaming while also running a demanding game or application simultaneously.

Recording and Streaming Simultaneously

OBS can record and stream at the same time from one session — useful for streaming live while also saving a separate, often higher-quality local recording for later editing. This ties directly back to the recording-quality settings covered above: a good local recording, produced this way, becomes exactly the raw footage a later editing pass needs.

SettingRecordingStreaming
Recommended formatMKV (remux to MP4 after)N/A — sent live
Bitrate concernLocal storage spaceYour own upload bandwidth
Failure modeCrash mid-recording (MKV is safer)Dropped frames/buffering if bitrate too high
Where this recording actually goes next
A locally recorded file, produced using this chapter's own MKV-then-remux workflow, is exactly the raw footage Video Editing Fundamentals' own capstone imports and edits — this chapter's settings directly determine the quality of material that later course has to work with.
Maximum bitrate and resolution isn't automatically the best result
It's tempting to assume the highest possible bitrate and resolution always produce the best outcome. For streaming specifically, exceeding your own actual upload bandwidth causes dropped frames and buffering for viewers — a noticeably worse viewing experience than a slightly lower, genuinely sustainable bitrate that streams smoothly throughout. Matching settings to your own actual internet connection and hardware capability matters more than simply maximizing every number available.

Hands-On Exercises

Exercise 1

A creator's computer crashes partway through a two-hour recording session set to MP4 format. Explain what likely happens to that recording, and why choosing MKV instead would have changed the outcome.

📄 View solution
Exercise 2

A streamer with a modest home internet upload speed sets their streaming bitrate far higher than that connection can actually sustain, expecting better quality for viewers. Using this chapter's own warning box, explain what viewers are actually likely to experience.

📄 View solution
Exercise 3

A streamer is playing a demanding game while also streaming, and notices the game itself is running noticeably slower once streaming starts. Using this chapter's own material on encoders, explain a likely cause and a possible fix.

📄 View solution

Chapter 4 Quick Reference

  • MKV is safer for the actual recording session — remains playable even if interrupted; remux to MP4 afterward
  • Bitrate for streaming must match your own actual upload bandwidth — too high causes dropped frames, not better quality
  • x264 (software/CPU) vs. NVENC/AMF/QuickSync (hardware) — hardware encoding frees up the CPU for demanding games/apps
  • OBS can record and stream simultaneously — a good local recording feeds directly into later video editing
  • Maximum settings aren't automatically best — match settings to your actual hardware and connection