OBS's own formats guide says "MKV is the default container and recommended for most use cases" — and the same page labels Hybrid MP4 as the Windows/Linux default and Hybrid MOV as the macOS default. Both statements sit on that one page, and OBS never says which one wins.
That contradiction is a fair summary of the question. MKV is the container that survives a crash; MP4 is the one your editor wants. Which advice applies to you depends on the build you are running.
The trade-off, in OBS's own words
Every quote below is verbatim from OBS's Audio/Video Formats Guide.
| Container | What OBS says about it | Editing-software rating |
|---|---|---|
| MKV | "It is failsafe, i.e. an unfinished recording due to power loss or other causes will remain playbale and recoverable." | "Poor support in editing software." |
| MP4 / MOV | "MP4/MOV require "finalisation" of a file to be playable, if the writing is interrupted for any reason the file may not be recoverable." | "Excellent support in editing software." |
| Fragmented MP4 / MOV | Written "in self-contained chunks so that a file does not require finalisation to be usable". | "Good support in editing software." |
| Hybrid MP4 / MOV | "Combination of fragmented and regular MP4/MOV, providing the resilience of fragmentation with the wider compatibility of a regular file." | "Excellent support in editing software." |
| MPEG-TS | "offers resilience similarly to MKV with lesser codec support" | "MPEG-TS is well support in editing software." |
Two of those quotes contain OBS's own typos — "playbale" and "well support" — reproduced as written.
Why OBS pushes you toward MKV, in two separate places
The failsafe claim is not a one-off line. The Standard Recording Output Guide, describing the Recording Format dropdown in Settings, makes the same point from the other direction: "MKV is recommended in case of unforeseen issues arising, since MKV will not corrupt the whole file if there is no graceful stoppage of recording."
Two separate guides describing one behaviour: if OBS stops without a clean shutdown — a crash, a power cut, a force quit — the MKV you were writing is still a file.
MKV's second advantage is codec coverage. OBS: "MKV supports every single codec combination possible in OBS Studio and is the default container." Whatever encoder and audio codec you pair up, MKV will take it.
The cost is the rating in the table above — "Poor support in editing software" — and OBS is blunt about the consequence: MKV "may require remuxing for use in editing software."
The part the other articles skip: the page disagrees with itself
In the recommendations section, OBS writes: "MKV is the default container and recommended for most use cases, as it can be easily remuxed into a more compatible format." Further down the very same page, the entry for the hybrid formats is headed: "Hybrid MP4 (Windows/Linux default) / Hybrid MOV (macOS default)".
Both are on the page. Neither is dated, retracted, or qualified, and OBS does not explain whether one describes older builds and the other newer ones.
So do not take either sentence as the answer for your install. Open Settings → Output and read what the Recording Format dropdown is actually set to. That is the only statement about your default that is definitely true.
Why not just record to MP4 and skip all this
Because OBS tells you not to, in one sentence: "It is therefore not recommended to record to MP4/MOV directly."
The reasoning is in the sentence before it — plain MP4 and MOV need finalisation, and an interrupted write "may not be recoverable". OBS's knowledge base documents no repair procedure for such a file; if you need one, check the official documentation.
Hybrid MP4 and Hybrid MOV: the option that retires the question
If your build has them, the MKV-versus-MP4 argument mostly stops being interesting. OBS describes Hybrid MP4 and Hybrid MOV as "new output formats introduced in OBS 30.2 (Hybrid MP4) and OBS 32.0 (Hybrid MOV), that aim to provide reliable and compatible output without the drawbacks of traditional or fragmented MP4/MOV. It remains recoverable even if writing the file is aborted, e.g. due to system crashes or power outages, while still maintaining wide compatibility."
The mechanism is documented too: the file is written fragmented, then "finalised like a regular MP4/MOV in a process we call "soft-remux", which hides the fragmentation within, so that MP4/MOV-compatible software will treat is like a regular file." The full breakdown is in what Hybrid MP4 actually does.
Two caveats that are easy to lose:
- Recoverability does not extend to chapter markers. OBS: "Chapters are written during the finalisation process, i.e. they are not recoverable in the event of a crash."
- The version numbers get misreported. 30.2 and 32.0 are what OBS's own page states, yet a tool-site blog currently ranking for this topic attributes Hybrid MP4 to a different release.
Your codec may settle the argument for you
Container support is not uniform, and OBS publishes the compatibility grid. The combinations that force a decision:
- AV1 works in MP4 and MKV, but not in MOV — and among the hybrids, in Hybrid MP4 only.
- ProRes works in MOV and MKV, and among the hybrids in Hybrid MOV only.
- HEVC is "supported only via hardware encoders in OBS Studio (NVIDIA NVENC, AMD AMF, Intel QSV, Apple VT)" — which is why it may be missing from your encoder list entirely.
- PCM audio carries a warning for MP4: "PCM in MP4 is a relatively recent addition to the standard, and not supported in all applications. Hybrid MOV may provide better compatibility."
- FLV "has very limited codec support (H.264/AAC) and only supports a single audio track."
If you are recording separate audio tracks for the editor, OBS's guidance is short: "Not all recording formats (container) allow for multi track audio. We suggest using mkv (you can remux later to mp4)." OBS publishes no per-container table of track counts, so treat any such list you find elsewhere as unsourced. For what happens when those tracks reach a player that only reads one, see why an OBS recording ends up with no audio.
Converting after the fact
OBS ships the conversion step: "If you click on File then select Remux Recordings and press the … button to select which video(es) you'd like to remux. After that hit the Remux button and OBS will convert your videos for you."
You can also make it automatic. In Settings → Advanced, enabling "Automatically remux to mp4" means OBS "will remux your video as soon as you stop recording". Record MKV, auto-remux to MP4 — OBS frames that checkbox as the one to use "if you know you'll always need your videos remuxed". A step-by-step walkthrough lives in how to remux OBS recordings to MP4.
One honest gap: OBS's knowledge base only uses the word "convert" here. It never states whether remuxing re-encodes the video, whether quality is preserved, or whether your original file is kept. The widely repeated "remuxing is lossless and instant" line does not come from OBS's documentation. For what a container-level stream copy does at the command line, see extracting audio without re-encoding.
If you need the opposite direction — an MP4 you want inside a Matroska container — this runs in your browser tab rather than on a server:
Try it right here
Runs in your browser. Your file is not uploaded anywhere.
The file is read from disk, rewritten locally, and handed back — nothing is uploaded, which is the right property for raw session recordings. Standalone version: MP4 to MKV.
So which should you pick
- Build with Hybrid MP4 or Hybrid MOV: use it — the only option OBS describes as both recoverable after an aborted write and rated "Excellent support in editing software".
- Older build: record MKV and remux afterwards, as OBS recommends.
- ProRes on a Mac: MOV or MKV. AV1: MP4, MKV, or Hybrid MP4.
- Never: plain MP4 or MOV as your recording format.
FAQ
Should I record in MKV or MP4 in OBS? MKV, unless your build offers Hybrid MP4 or Hybrid MOV — in which case use those. OBS recommends MKV for most use cases because it stays playable after an interrupted recording, and explicitly advises against recording straight to MP4 or MOV.
Why does OBS record in MKV by default? Because of the failure mode: OBS says MKV "will not corrupt the whole file if there is no graceful stoppage of recording", while MP4 and MOV need finalisation and "may not be recoverable" if writing is interrupted. Note that the same OBS page also lists Hybrid MP4/MOV as the platform defaults, so check Settings → Output for your build.
Can OBS record directly to MP4? The format is there in the dropdown, but OBS's documentation tells you not to use it: "It is therefore not recommended to record to MP4/MOV directly." If you want an MP4 at the end, record MKV or a hybrid format and convert.
What is Hybrid MP4 in OBS? A format introduced in OBS 30.2 (Hybrid MOV came in 32.0) that writes the file fragmented and then finalises it through a "soft-remux", so it stays recoverable after a crash while remaining a normal MP4 to other software. Chapter markers are the exception — those are written during finalisation and are not recoverable if OBS crashes.
Does remuxing MKV to MP4 lose quality? OBS's knowledge base does not say. It only states that OBS will "convert your videos for you", with nothing about re-encoding, quality, or whether the original is kept — check the official documentation before relying on a firmer claim.
Is MKV or MP4 better for editing? MP4 and MOV. OBS rates editing-software support for MKV as "Poor", for MP4/MOV as "Excellent", and notes MKV "may require remuxing for use in editing software."
All quotes from OBS Studio's knowledge base — the Audio/Video Formats Guide, the Hybrid MP4 & Hybrid MOV Formats page, and the Standard Recording Output Guide — checked 16 September 2026. Start at OBS Studio Help for the current pages. More on the same shelf: guides, or all Clapr tools.