OBS Studio Setup Guide: Scenes, Overlays, Filters & Plugins for Beginners

2026-06-05·Tips & Tricks

Key Takeaways

  • Start with a clean OBS profile: organize scenes (game, webcam, BRB) before adding any overlays. This prevents clutter and crashes.
  • Use hardware-accelerated encoding (NVENC or AMD AMF) to reduce CPU load—NVENC H.264 at 6,000 kbps gives near-perfect 1080p 60fps streams.
  • Apply filters (noise suppression, compression) on individual sources, not scenes, to avoid audio echo or video timing issues.
  • Plugins like StreamFX and Move Transition fix OBS’s weak points: add animated overlays and smoother scene switches without third-party software.

---

1. Setting Up Your First OBS Scene

When you open OBS, you see a blank canvas. Don’t panic. Create a scene for each situation: “Game,” “Just Chatting,” “Be Right Back,” and “End Screen.”

How to create a scene:

  • Click the + under Scenes (bottom left). Name it “Game Capture.”
  • Add a source: click + under Sources. Choose “Game Capture” for fullscreen games, or “Display Capture” for your whole screen.
  • For a webcam scene, add “Video Capture Device.” Pick your camera (like Logitech C920) and set resolution to 1920x1080 at 30fps.

*Pro tip:* OBS remembers source settings per scene. So your webcam in “Game” might be in the bottom-right corner, but in “Just Chatting” it can be fullscreen. No need to rebuild.

---

2. Adding Overlays Without Slowing Down Your PC

Overlays (webcam borders, chat boxes, alerts) are fun, but every PNG or animated GIF adds GPU load. I’ve seen streams drop to 20fps because someone added a 4K animated border.

Best practices:

  • Use static PNGs for borders and logos. 1920x1080 at 72 DPI is enough.
  • For animated overlays, use WebM (smaller file size) or GIFs under 2MB.
  • Add a “Browser Source” for chat boxes and alerts. Set width/height to match your stream (e.g., 1920x1080). Local files load faster than URLs.

Example overlay setup:

  • Webcam border: a 400x400 PNG circle with a glow effect. Position it over your webcam source.
  • Alert box: Browser Source pointing to Streamlabs URL. Test with a fake $1 donation to see it pop up.

---

3. Filters That Fix Common Audio/Video Issues

Filters are OBS’s secret weapon. They apply to individual sources, not entire scenes, so you can tweak your mic without affecting game audio.

Audio filters (my personal favorites):

  • Noise Suppression: Use RNNoise (built-in). It cuts fan hum or keyboard clicks by about 15dB with almost no CPU cost.
  • Compressor: Set threshold to -20dB, ratio 4:1. This makes quiet speech audible and prevents loud laughs from peaking.
  • Gain: Add +3dB if your voice is too low. Do not exceed +6dB or you’ll hear hiss.

Video filters:

  • Chroma Key: For green screen. Color pick the green background, set similarity to 400, smoothness to 80. This works for most cheap fabric screens.
  • Color Correction: Adjust brightness (+10) and contrast (+5) if your webcam looks washed out.

*Real number:* A viewer survey from 2023 showed streams with noise-suppressed audio retain 34% more viewers in the first 5 minutes. It’s that important.

---

4. Plugins That Make OBS Better

OBS is open-source, so plugins fill gaps. Here are three I rely on:

PluginPurposeImpact
-------------------------
StreamFXAdd animated overlays, blur, and 3D effects+5% GPU load but looks professional
Move TransitionSmooth scene transitions (slide, fade per source)Zero extra CPU, replaces clunky cuts
Advanced Scene SwitcherAuto-switch scenes based on active window or timeSaves manual clicks, great for multitasking

Installation:

  • Download .zip from OBS plugin repository (e.g., obsproject.com/forum/resources).
  • Extract to `C:\Program Files\obs-studio\obs-plugins\64bit` (Windows). Restart OBS.
  • For Move Transition: after install, right-click a scene and select “Move Transition.” Set duration to 300ms—fast but visible.

---

5. Recording vs. Streaming: Different Settings

Don’t use the same settings for both. Recording needs higher bitrate because you can store lossless files; streaming must stay under your upload limit.

For streaming (twitch/youtube):

  • Go to Settings > Output > Streaming tab.
  • Encoder: Hardware (NVENC H.264).
  • Bitrate: 6,000 kbps for 1080p60. For 720p30, use 4,500 kbps.
  • Keyframe interval: 2 seconds (Twitch recommends this).

For recording:

  • Switch to Advanced Output Mode > Recording tab.
  • Encoder: Hardware (NVENC H.265/HEVC) for smaller files.
  • Bitrate: 20,000 kbps for 1080p60. You’ll get 10GB per hour, but quality is pristine.

*One more thing:* Always test with a 5-minute recording before going live. Check for audio sync (verbally count “one, two, three” while clapping—if video clap matches audio, you’re good).

---

FAQ

1. Why does OBS use 30% CPU even when idle?

Check if you have too many Browser Sources (each loads a web page in the background). Also, disable “Preview Stream” if you’re not live—it renders the video unnecessarily.

2. My game capture shows a black screen. How to fix?

Run OBS as administrator (right-click > Run as administrator). Also, disable “Anti-cheat compatibility hook” in Game Capture source properties if you play games like Valorant.

3. Can I use OBS for Zoom/Teams meetings?

Yes. Add “Virtual Camera” in Tools menu, then select “OBS Virtual Camera” in Zoom’s camera settings. This lets you use overlays, filters, and scene switching in any video call.

---

*Setting up OBS isn’t hard once you break it down. Start with one scene, add a filter, test a plugin. Over time, you’ll build a setup that feels like second nature. Good luck!*