OBS Studio Setup Guide: Stream & Record with Scenes, Overlays & Filters

2026-06-05·SaaS Setup

Key Takeaways

  • OBS Studio is free, open-source, and runs on Windows, macOS, and Linux.
  • Scenes organize your sources (webcam, game, images) into layouts you can switch instantly.
  • Filters let you improve audio/video quality without extra software.
  • Plugins add features like virtual backgrounds, browser sources, and advanced transitions.

---

Introduction

If you’ve ever wanted to stream on Twitch, record a tutorial, or just capture a game clip, OBS Studio is the tool you’ll end up using. It’s free, it’s powerful, and it’s the standard for live production. But the first time you open it, the interface can feel like a spaceship cockpit.

I’ve set up OBS for dozens of projects—from solo YouTube videos to multi-camera live shows. This guide walks you through the essential steps: installing, creating scenes, adding overlays, applying filters, and using plugins. No fluff, just practical setup.

---

Step 1: Download and Install OBS Studio

Go to [obsproject.com](https://obsproject.com) and download the version for your OS. The installer is around 100 MB. During installation on Windows, you’ll be asked if you want to install the virtual camera—say yes. It’s useful for Zoom or Discord integration.

Once installed, launch OBS. The Auto-Configuration Wizard will pop up. Choose “Optimize for recording” or “Optimize for streaming,” depending on your goal. For streaming, it will ask for your Twitch or YouTube stream key. If you don’t have one yet, just skip it and set it later.

---

Step 2: Understand the Interface

OBS’s layout has four main areas:

  • Scenes (bottom-left): A collection of sources arranged for a specific view.
  • Sources (center-left): Individual elements like your webcam, game capture, images, text, or browser windows.
  • Audio Mixer (bottom-center): Volume sliders for each source.
  • Controls (bottom-right): Start Streaming, Start Recording, Studio Mode, Settings.

Don’t worry if it looks busy. You’ll only need a few buttons to start.

---

Step 3: Create Your First Scene

A scene is like a virtual camera shot. Click the “+” under Scenes and name it “Main Scene.”

Now add sources. Click “+” under Sources. Common ones:

  • Display Capture: Shows your entire monitor. Good for demos.
  • Window Capture: Captures a single window (e.g., Chrome).
  • Game Capture: Captures a fullscreen game. Best for gaming.
  • Video Capture Device: Your webcam.
  • Image: For overlays like logos or borders.
  • Text: For titles or alerts.
  • Browser: For Twitch chat or alerts.

Example setup for a gaming stream:

1. Add Game Capture, select your game (e.g., “Cyberpunk 2077”).

2. Add Video Capture Device, choose your webcam (e.g., Logitech C920).

3. Add Image for a webcam border overlay (download a free PNG frame).

4. Add Browser for Twitch chat (URL: `https://www.twitch.tv/popout/yourchannel/chat`).

Arrange the sources by dragging them in the preview window. Put the game full-screen, then resize the webcam to a small rectangle in the corner. Right-click a source for more options like “Transform” → “Fit to screen.”

---

Step 4: Add Overlays and Alerts

Overlays make your stream look professional. You can create them in Canva or Photoshop, or download free ones from sites like StreamElements or OWN3D.

To add an overlay:

1. Save the image as a PNG with a transparent background.

2. In OBS, add an Image source and select the file.

3. Position it over your webcam or around the screen edges.

For live alerts (follows, donations), use a browser source with a service like StreamLabs or StreamElements. Their websites give you a custom URL. Paste that URL into a Browser source in OBS, set width/height to 1920x1080, and it will overlay alerts automatically.

---

Step 5: Apply Filters for Better Quality

Filters are underrated. They clean up audio and video without needing expensive gear.

Audio filters (for your microphone):

  • Click the gear icon next to your mic in Audio Mixer → Filters.
  • Add “Noise Gate” to cut out background hum when you’re silent (set close threshold to -30 dB, open to -20 dB).
  • Add “Compressor” to even out loud and quiet speech (ratio 4:1, threshold -20 dB).
  • Add “Limiter” to prevent clipping (set to -3 dB).

Video filters (for webcam):

  • Right-click your webcam source → Filters.
  • Add “Chroma Key” to remove a green screen background.
  • Add “Color Correction” to adjust brightness, contrast, and saturation. For a Logitech C920, I set brightness to 0.05 and contrast to 0.10 for a natural look.

---

Step 6: Use Plugins to Extend OBS

Plugins add features OBS doesn’t have out of the box. My favorites:

PluginWhat It DoesBest For
--------------------------------
StreamFXAdds animated backgrounds, blur, and 3D effectsCreative streams
OBS Virtual CamOutputs OBS as a virtual webcam for ZoomMeetings and tutorials
Move TransitionSmooth animations when switching scenesProfessional transitions

To install, download the plugin from its GitHub or official site, run the installer, and restart OBS. Most plugins add new sources or filters automatically.

Example: Using StreamFX to blur your background without a green screen:

1. Add a Display Capture source behind your webcam.

2. Add a “Background Blur” filter to that source (StreamFX required).

3. Set blur strength to 10–15 pixels for a soft bokeh effect.

---

Step 7: Record or Stream

Recording:

  • Go to Settings → Output → Recording.
  • Set “Output Mode” to Advanced, then choose “Recording Path” (e.g., `C:\Videos`).
  • For high-quality, use format MP4, encoder NVENC (if you have an NVIDIA GPU), and bitrate 30,000 Kbps for 1080p60.
  • Click “Start Recording” when ready.

Streaming:

  • Go to Settings → Stream → Service (e.g., Twitch). Paste your stream key (keep it private).
  • Go to Settings → Output → Streaming. For 1080p60, set video bitrate to 6,000 Kbps (Twitch max is 8,000). Audio bitrate: 160 Kbps.
  • Click “Start Streaming.”

---

FAQ

Q: Why is my game capture showing a black screen?

A: Run OBS as administrator (right-click OBS → “Run as administrator”). Also, make sure the game is in fullscreen mode or use “Window Capture” as a fallback.

Q: Can I use OBS without a high-end PC?

A: Yes, but you may need to lower settings. For recording, use “Hardware (NVENC)” encoding if you have an NVIDIA GTX 1050 or newer. For streaming, reduce resolution to 720p and bitrate to 3,000 Kbps. I’ve run OBS on a 6-year-old laptop with an Intel i5 and it worked fine for 720p.

Q: How do I add my webcam to multiple scenes at once?

A: Right-click the webcam source → “Copy.” Then go to each scene, right-click in the Sources box → “Paste (References).” This keeps them linked—change one, and all update.

---

Final Thoughts

Setting up OBS takes maybe 20 minutes. The real time sink is tweaking overlays and testing audio levels. Start simple: one scene, one game, one webcam. Then add layers as you get comfortable.

Remember, every streamer’s setup is different. What works for a fast-paced FPS game might not suit a calm art stream. Experiment with filters and plugins, but don’t overcomplicate things. Your audience cares more about your content than a fancy transition.

Now go hit that “Start Recording” button. You’ll figure out the rest as you go.