OBS Studio is the most popular free recording and streaming software in the world — used by everyone from bedroom YouTubers to Twitch partners pulling six figures. But the first time you open it, the interface looks like a spaceship cockpit.
This guide walks you through the complete OBS setup from download to your first recording, with the exact settings used by professional creators.
Why OBS Studio?
Before we dive in, here’s why OBS is worth learning over simpler alternatives:
- 100% free — no watermarks, no trial periods, no “premium” upsell
- Unlimited scenes and sources — webcam, screen capture, images, browser overlays, NDI feeds
- Professional audio mixing — per-source volume, filters, noise suppression
- Custom transitions — stinger transitions, fade, cut
- Plugin ecosystem — hundreds of community plugins for alerts, virtual cameras, and integrations
- Works everywhere — Windows, macOS, and Linux
The tradeoff? OBS has a steeper learning curve than tools like CapCut or screen recorders. But once you understand scenes, sources, and output settings, you’ll never outgrow it.
Download and Install OBS Studio
- Go to obsproject.com and download the installer for your OS
- Run the installer — accept the defaults
- On first launch, OBS runs the Auto-Configuration Wizard
For the wizard, choose:
- Optimize for Recording (not streaming) if you’re a YouTuber
- Resolution: 1920x1080
- FPS: 30 (or 60 for gaming content)
The wizard will benchmark your system and suggest encoder settings. Accept them for now — we’ll fine-tune everything below.
Understanding the OBS Interface
OBS has five critical sections at the bottom of the screen:
| Section | What It Does |
|---|---|
| Scenes | Saved layouts you can switch between (e.g., “Talking Head,” “Screen Share,” “Starting Soon”) |
| Sources | The individual elements in a scene — webcam, display capture, images, text |
| Audio Mixer | Volume controls for each audio source (mic, desktop audio, music) |
| Scene Transitions | How OBS moves between scenes (fade, cut, stinger) |
| Controls | Start/Stop Recording, Start/Stop Streaming, Settings, Studio Mode |
How Scenes and Sources Work
Think of it like Photoshop layers:
- A Scene is a canvas layout
- Sources are layers on that canvas
- Sources stack top-to-bottom — items higher in the list appear on top
Example scene setup for a YouTube tutorial:
- Display Capture (your screen)
- Video Capture Device (your webcam, resized small in the corner)
- Image (your channel logo watermark)
You can create multiple scenes and switch between them with a click — “Intro Screen,” “Main Content,” “Outro.”
Setting Up Your First Scene
Step 1: Create a Scene
- In the Scenes panel, click the + button
- Name it “Main Recording”
- Click OK
Step 2: Add Your Screen Capture
- In Sources, click + → Display Capture (full screen) or Window Capture (single app)
- Name it “Screen”
- Select your display or window
- Click OK
Step 3: Add Your Webcam
- Click + → Video Capture Device
- Name it “Webcam”
- Select your camera from the Device dropdown
- Set resolution to 1920x1080 and FPS to 30
- Click OK
- Resize and position the webcam overlay in the preview (drag the corners)
Step 4: Add Your Microphone
OBS usually auto-detects your mic, but verify:
- Go to Settings → Audio
- Under Mic/Auxiliary Audio, select your microphone
- Set Sample Rate to 48 kHz
- Click Apply
Configuring Output Settings (Recording)
This is where most beginners go wrong. Here are the optimal settings:
For YouTube Videos
Go to Settings → Output and switch to Advanced mode:
| Setting | Value |
|---|---|
| Recording Format | MKV (remux to MP4 later) |
| Encoder | x264 (CPU) or NVENC (Nvidia GPU) |
| Rate Control | CRF |
| CRF Value | 18-20 (lower = higher quality) |
| Keyframe Interval | 2 seconds |
| Profile | High |
| Preset | Medium (x264) or Quality (NVENC) |
Why MKV? If OBS crashes or you lose power, MKV files are recoverable. MP4 files get corrupted. After recording, go to File → Remux Recordings to convert MKV to MP4.
For Course Content / Tutorials
| Setting | Value |
|---|---|
| Resolution | 1920x1080 |
| FPS | 30 |
| Encoder | x264 or NVENC |
| CRF | 20-23 (file size matters more) |
| Audio | 160kbps AAC |
For Gaming
| Setting | Value |
|---|---|
| Resolution | 1920x1080 or 2560x1440 |
| FPS | 60 |
| Encoder | NVENC (GPU, to avoid CPU load from games) |
| CRF | 16-18 |
| Audio | 192kbps AAC |
Audio Setup and Filters
Good audio is more important than good video. Here’s how to dial it in:
Adding Noise Suppression
- In the Audio Mixer, click the gear icon next to your mic
- Select Filters
- Click + → Noise Suppression
- Choose RNNoise (AI-powered, free, excellent)
- Click Close
Recommended Filter Chain
Add these filters in order:
- Noise Suppression (RNNoise) — removes background noise
- Gain — if your mic is too quiet, add 3-6dB
- Noise Gate — cuts audio below a threshold (open: -26dB, close: -32dB)
- Compressor — evens out loud/quiet parts (ratio 3:1, threshold -18dB)
Audio Levels
Your voice should peak between -12dB and -6dB in the mixer. Never hit 0dB (that’s clipping/distortion).
Video Settings
Go to Settings → Video:
| Setting | Recommended |
|---|---|
| Base (Canvas) Resolution | 1920x1080 |
| Output (Scaled) Resolution | 1920x1080 |
| Downscale Filter | Lanczos (if scaling down) |
| FPS | 30 or 60 |
Important: Base and Output resolution should match unless you’re intentionally downscaling (e.g., recording on a 4K monitor but outputting 1080p).
Hotkeys for Faster Workflow
Go to Settings → Hotkeys and set these:
| Action | Suggested Hotkey |
|---|---|
| Start Recording | Ctrl+Shift+R |
| Stop Recording | Ctrl+Shift+R (same, it toggles) |
| Switch to Scene 1 | F1 |
| Switch to Scene 2 | F2 |
| Mute/Unmute Mic | Ctrl+Shift+M |
Hotkeys let you control OBS without clicking — essential if you’re recording full-screen.
Common OBS Mistakes to Avoid
Running at too high a resolution. If your PC struggles, drop to 1080p. No one watching a tutorial on their phone can tell the difference between 1080p and 4K.
Using MP4 format directly. Record in MKV and remux afterward. One crash and your entire MP4 recording is gone.
Forgetting to test audio. Do a 30-second test recording before every session. Check that your mic is picked up, desktop audio isn’t captured (unless you want it), and levels are right.
Too many sources. More sources = more CPU load. Keep it simple: screen, webcam, mic. Add complexity only when needed.
Not using Studio Mode. Studio Mode shows a preview and a live view side by side. You can set up your next scene in preview before cutting to it — no awkward layout changes on camera.
OBS vs Alternatives
| Feature | OBS Studio | Streamlabs | Ecamm Live |
|---|---|---|---|
| Price | Free | Free + $19/mo | $16/mo |
| Platform | Win/Mac/Linux | Windows/Mac | Mac only |
| Plugin Support | Extensive | Limited | Limited |
| Ease of Use | Moderate | Easy | Easy |
| Custom Scenes | Unlimited | Unlimited | Unlimited |
| Best For | Power users | Streamers | Mac creators |
If OBS feels overwhelming, start with a simpler screen recorder and graduate to OBS when you need more control.
Next Steps After Setup
Once OBS is configured:
- Record 5 test videos to get comfortable with the workflow
- Create 3-4 scenes for your common setups (talking head, screen share, both)
- Edit in a dedicated editor — OBS records raw footage, not polished videos. Use CapCut or a free video editor for editing
- Learn keyboard shortcuts so you can control OBS without alt-tabbing
OBS has a steep first hour but a flat learning curve after that. Once your scenes and settings are locked in, you hit one button and record.