← Back to Complete Guide

OBS Multi-Track Audio: Separate Game, Discord & Mic (Recording Guide)

One mixed track means your friend's shouting is married to your game audio forever. Three tracks means total control in editing. Setup, routing Discord separately, the MKV-upload trap, and splitting tracks afterward.

By Hadi Karaki, maker of FormatifSeptember 16, 202610 min read

The 3-track setup (5 minutes, once)

  1. Isolate Discord: add an Application Audio Capture source pointed at Discord (OBS 28+; older setups route via Voicemeeter Banana + VB-Cables). Game/desktop audio stays on the default Desktop source, mic on its own input.
  2. Assign tracks: Settings → Output → Recording → check tracks 1–3. Then Advanced Audio Properties (gear icon in the mixer): game → track 1, mic → track 2, Discord → track 3.
  3. Set quality once:320 kbps AAC per track. Three tracks cost under 150MB/hour combined — negligible next to video, and YouTube's recompress will thank you.
  4. Clap-test: record 5 seconds, clap once, open in VLC → Audio menu → verify all three tracks. Do this before every real session, not after.

Quick Solution

Recordings piling up? Process the folder, not the files.

Setup done — now the backlog: dozens of multi-track MKVs needing remux, per-track extraction, and upload-ready compression. Formatif Pro ($8.95 one-time) batch-processes whole recordings folders offline — remux to MP4, split or extract audio tracks, compress for upload — with per-file status instead of a midnight command loop.

The trap: MKV multi-track breaks basic players and uploads

Your tracks are safe in the MKV — but most players read track 1 onlyand silently ignore the rest. Web upload tools and some editors do the same, which is why “my mic is missing” is the #1 multi-track complaint. Nothing is lost; the tool just never looked. Fixes, in order:

  • VLC → Audio menu → pick the track (proof everything recorded fine).
  • Remux MKV → MP4 (OBS File → Remux, or auto-remux on stop) — all tracks carry over; players still default to track 1, editors see everything.
  • Editors: enable all audio tracks on import (Premiere source settings, DaVinci clip attributes) — a 10-second step people skip once and regret for hours.

Full remux walkthrough with screenshots logic in our MKV to MP4 methods guide.

Splitting tracks afterward (podcast cuts, mute buttons)

Want mic-only audio for a podcast, or game-only for a montage? List streams first (ffmpeg -i recording.mkv with no output), then pull exactly the track you want — losslessly, still in sync:

Extract track 3 (Discord) losslessly

ffmpeg -i recording.mkv -map 0:a:2 -c copy discord.m4a

Track numbering starts at 0 within each type, so verify with the stream list — game/mic/Discord order depends on your assignment. For the recording-side settings behind all of this, see our OBS recording settings guide.

Multi-track questions, answered

How do I separate Discord audio in OBS?

Application Audio Capture on Discord.exe → its own track (e.g. 3). Game on 1, mic on 2. Stream mix untouched, recordings isolated.

Why does my MKV play only one audio track?

Players read track 1 and ignore the rest — tracks are safe, just invisible. Check VLC's Audio menu; remux to MP4 preserves all tracks.

Does MP4 support multiple audio tracks?

Yes — OBS auto-remux carries them all. Players default to track 1; editors expose everything.

Extract one track from MKV?

ffmpeg -i to list, then -map 0:a:N -c copy. Lossless, perfectly in sync.

Editor can't hear my mic?

Mic is on track 2+, editor imported track 1. Enable all tracks on import. Clap-test before sessions.

What audio bitrate per track?

320 kbps AAC each. Three tracks ≈ 150MB/hr — trivial vs video, and YouTube's recompress thanks you.

Keep learning

Every track, every file, handled.

Formatif Pro ($8.95 one-time) and Formatif AI ($12.95 one-time) handle video, image, and audio conversion offline — with batch workflows, no file size limits, and a 3-day free trial.

The setup and commands above are complete and free forever — pick whichever method fits your session count.

HK

Written by

Hadi KarakiLinkedIn

Founder of Formatif, a local-first offline media processing suite for Windows and Linux. Hadi writes about video, image, and audio formats, compression, and privacy-first desktop workflows.