OBS Studio: How to Set Up Scenes, Overlays, Filters, and Plugins

2026-06-05·Software How-To

Key Takeaways

  • OBS Studio is free and open-source, used by over 90% of live streamers on Twitch and YouTube.
  • Scenes let you switch between different layouts (e.g., webcam, screen capture, game) with a single click.
  • Overlays, filters, and plugins can dramatically improve audio and video quality without extra hardware.
  • You can record locally in multiple formats (MP4, MKV, FLV) or stream to platforms like Twitch, YouTube, or Facebook.

---

# How to Use OBS Studio: A Beginner’s Guide to Streaming and Recording

OBS Studio (Open Broadcaster Software) is the industry standard for live streaming and screen recording. It’s used by everyone from casual gamers to professional broadcasters. And it’s completely free—no watermarks, no time limits, no hidden fees.

I’ve been using OBS since 2012, and I’ve helped hundreds of beginners get started. Here’s the exact setup I recommend for new users, with concrete steps you can follow right now.

Step 1: Download and Install

Go to [obsproject.com](https://obsproject.com) and download the version for your operating system (Windows, macOS, or Linux). The installer is about 150 MB. Run it, accept the defaults, and you’ll have OBS open in under two minutes.

On first launch, OBS will prompt you with an Auto-Configuration Wizard. Click “Yes” and let it scan your system. I’ve found this wizard usually picks good base settings—it’ll test your internet upload speed and recommend a streaming bitrate. For example, if your upload is 10 Mbps, it’ll suggest 6000 Kbps for 1080p streaming.

Step 2: Understand Scenes and Sources

OBS works with two core concepts:

  • Scenes are like different “pages” of your stream. You might have a “Starting Soon” scene, a “Gameplay” scene, and a “Just Chatting” scene.
  • Sources are the individual elements inside a scene: your webcam, screen capture, game capture, images, text, browser windows, and audio inputs.

How to Create Your First Scene

1. In the “Scenes” box (bottom-left), click the + button.

2. Name it “Main Scene.”

3. Now, in the “Sources” box (below Scenes), click + and add a Display Capture (to show your whole screen) or Game Capture (to capture a specific game).

4. Adjust the source size and position by dragging its red border in the preview window.

Real Example

I set up a “Welcome” scene with a static background image (1920x1080 PNG), a webcam source in the bottom-right corner (resized to 320x240), and a music overlay from a browser source (using a site like Pretzel Rocks for copyright-free music).

Step 3: Add Overlays and Filters

Overlays are images or graphics that float above your video—like a logo, border, or chat widget. Filters are effects you apply to sources (e.g., noise suppression on your mic).

Adding an Overlay

1. Click the + in Sources and choose Image.

2. Browse to your overlay file (PNG with transparency works best).

3. Position it where you want (e.g., a “Subscribe” banner at the bottom).

Adding a Filter (Audio Example)

1. Right-click your microphone source (in the Audio Mixer) and select Filters.

2. Click + and choose Noise Suppression.

3. Set the suppression level to -30 dB. This cuts out background hums and fan noise without making you sound robotic.

For video, try adding a Color Correction filter to your webcam source—bump up contrast by 0.10 and saturation by 0.05 for a more professional look.

Step 4: Set Up Streaming or Recording

For Streaming (e.g., Twitch, YouTube)

1. Go to Settings > Stream.

2. Choose your platform (e.g., Twitch) and paste your Stream Key (find it in your Twitch dashboard under Settings > Channel).

3. In Settings > Output, set:

- Video Bitrate: 6000 Kbps (for 1080p at 60 fps)

- Encoder: Hardware (NVENC for NVIDIA GPUs, AMF for AMD) to offload work from your CPU.

4. Click Start Streaming.

For Recording

1. Go to Settings > Output > Recording.

2. Set Output Mode to Advanced and choose:

- Format: MP4 (most compatible) or MKV (safer if crashes happen—OBS can remux MKV to MP4 later).

- Encoder: Hardware (same as above).

- Bitrate: 15000 Kbps for 1080p high-quality.

3. Click Start Recording.

Step 5: Install and Use Plugins

Plugins extend OBS’s capabilities. Here are three I recommend for beginners:

PluginPurposeInstallation

-------------------------------
StreamFXAdvanced transitions, blur effects, 3D overlaysDownload from [github.com/Xaymar/StreamFX](https://github.com/Xaymar/StreamFX) and run the installer
OBS WebsocketControl OBS remotely (e.g., via Streamdeck or phone app)Install via OBS’s built-in plugin browser (Tools > Plugins)
Move TransitionSmooth animations when sources move or resizeSame as above

To install via the browser: Go to Tools > Plugins, search for “Move Transition,” click Install, and restart OBS. Once installed, you can right-click any source and add a Move filter to animate its position.

Common Mistakes Beginners Make

  • Forgetting to set audio bitrate: In Settings > Output > Audio, set both track bitrates to 160 Kbps or higher. Default is 128, which sounds thin.
  • Using software encoding on a weak CPU: If you have a dedicated GPU, always choose hardware encoding. Software (x264) can cause frame drops on mid-range CPUs.
  • Not testing before going live: Record a 30-second test clip and watch it. Check audio levels (aim for -12 dB average on your mic).

FAQ

Q: Why is my stream lagging or dropping frames?

A: This is usually a bitrate issue. Lower your video bitrate to 4500 Kbps (for 720p) or check your internet upload speed. Also, make sure you’re using hardware encoding (NVENC/AMF) in Settings > Output.

Q: Can I use OBS on a laptop?

A: Yes, but laptops with integrated graphics may struggle. Use a laptop with a dedicated GPU (NVIDIA or AMD) and set OBS to run on that GPU in your system’s graphics settings. Also, close other apps—browser tabs especially eat RAM.

Q: How do I add a webcam overlay without a green screen?

A: Use the Chroma Key filter on your webcam source. Even with a solid-colored wall (blue or green), set Similarity to 400 and Smoothness to 80. For best results, light the background evenly and avoid shadows.