Initializing... drag & drop files here
Supports: MKV
Matroska (.mkv) is a container, not a codec: it holds video, subtitles, chapters and one or more audio tracks, and the audio inside can be AC-3, E-AC-3, DTS, AAC, MP3, Opus, Vorbis, FLAC, PCM or Dolby TrueHD. AC-3 — Dolby Digital — is a single lossy surround codec from 1991 that DVD authoring tools, ATSC broadcast chains and home-theater receivers decode natively. This converter pulls the soundtrack out of the MKV and writes it as a raw .ac3 elementary stream; the video and subtitle tracks are discarded, so you get audio only. Because a bare .ac3 is an authoring and passthrough intermediate rather than a listening file, MKV to MP3 is the better target if you only want playable audio.
| Property | Value |
|---|---|
| Full name | Matroska Multimedia Container |
| Type | Container format (holds codecs, is not one) |
| Announced | 6 December 2002 |
| Standard | RFC 9559 — IETF Standards Track, October 2024 |
| Built on | EBML, the Extensible Binary Meta Language (RFC 8794) |
| Extensions | .mkv video, .mka audio-only, .mks subtitles, .mk3d stereoscopic |
| Tracks per file | Unlimited video, audio, subtitle and chapter tracks |
| Audio codecs carried | AC-3, E-AC-3, DTS, AAC, MP3, Opus, Vorbis, FLAC, PCM, Dolby TrueHD (full codec ID list) |
| Licence | Open and royalty-free |
| Best for | Multi-track movie rips, archival, anything needing several audio or subtitle tracks |
| Property | Value |
|---|---|
| Full name | Audio Codec 3, marketed as Dolby Digital |
| Type | Lossy perceptual audio codec |
| Released | February 1991, Dolby Laboratories |
| Standard | ATSC A/52, also published as ETSI TS 102 366 |
| Channels | 1 to 5 full-bandwidth channels plus a low-frequency effects channel — up to 5.1 |
| Sample rates | Up to 48 kHz (32, 44.1 and 48 kHz in the core spec) |
| Bitrate range | 32–640 kbps; DVD-Video caps AC-3 at 448 kbps, Blu-ray allows the full 640 |
| Metadata | None — .ac3 is a bare elementary stream with no tags, chapters or cover art |
| Hardware support | Near-universal on AV receivers, soundbars, DVD and Blu-ray players and TVs |
| Best for | DVD authoring, Blu-ray audio tracks, ATSC broadcast, S/PDIF and HDMI passthrough |
AC-3 is lossy, so the honest answer to "will this hurt my audio" depends entirely on the codec already sitting in the container. Every source is re-encoded — there is no passthrough or stream-copy mode here — so the useful move is to match or exceed the source bitrate, which avoids adding audible loss but cannot recover detail the first encoder already discarded. AC-3 also tops out at 48 kHz, so anything recorded higher is resampled on the way out.
.mkv onto the page, or click "+ Add Files" to choose it. Queue several files to convert them with the same settings; video and subtitle tracks are dropped and only the audio is extracted.If your MKV already contains an AC-3 track, the theoretically ideal operation is a demux: lift the existing stream out of the container byte-for-byte with no encoder involved. That is what mkvextract, part of MKVToolNix, does on the desktop, and it is the right tool when bit-exact preservation is the goal. This converter always runs the audio through an AC-3 encoder instead, which means a re-encode even when the source is already AC-3.
For everything that is not already AC-3 — DTS, E-AC-3, TrueHD, AAC — a re-encode is unavoidable anyway, which is why this page exists. Two edge cases fall outside it: an MKV whose chosen track is silent or DRM-locked cannot yield sound that the file does not contain, so confirm the source plays with audio in VLC first; and if you are building a DVD, the .ac3 is only the audio half of the project — pair it with the video half from MKV to M2V and mux both in your authoring tool.
No. This is an audio-extraction conversion: the MKV's video and subtitle tracks are discarded and only the soundtrack is written out as a raw .ac3 (Dolby Digital) elementary stream. Matroska can hold video, audio, subtitles and chapters together, but AC-3 is an audio-only codec with nowhere to put a picture. If you need to keep both halves for a DVD project, take the audio here and the video separately, then mux them in your authoring tool.
Yes, provided you leave Audio Channel on ORIGINAL. AC-3 carries 1 to 5 full-bandwidth channels plus an LFE channel, so a 5.1 DTS source maps cleanly onto a 5.1 AC-3 stream; give it 384 or 448 kbps so the surround mix keeps its headroom. In our testing, a 5.1 track converted with Audio Channel on ORIGINAL comes out as a 5.1 AC-3 stream, while switching Audio Channel to STEREO folds it permanently to 2.0. The reverse is not possible: a 2-channel source encodes as 2.0 AC-3, because the codec cannot fabricate rears or an LFE that were never recorded.
It depends on the source codec. AC-3 is lossy, so a lossy source — DTS, E-AC-3, AAC, Opus, MP3 — goes through a second generation of loss that cannot be undone by converting back later. A FLAC or PCM source gets a single clean encode. The worst case is Dolby TrueHD, which is lossless: converting it to AC-3 discards data permanently and drops anything above 5.1. Matching or exceeding the source bitrate keeps the added loss hard to hear, but it is real.
Not through this page — every conversion here runs the audio through an AC-3 encoder, so there is no stream-copy or passthrough mode. If your MKV genuinely holds AC-3 already and you need the original bits intact, use a desktop demuxer such as mkvextract from MKVToolNix, which copies the elementary stream out of the container untouched. Use this converter when the source is DTS, TrueHD, E-AC-3, AAC or anything else that has to be re-encoded regardless.
DVD-Video caps AC-3 at 448 kbps, and 192–448 kbps at 48 kHz is standard authoring practice — discs commonly use 192 or 224 kbps for stereo and step toward 384–448 kbps for 5.1. The Constant Bitrate dropdown tops out at 384 kbps, so type 448 into Custom Bitrate to reach the DVD ceiling. The AC-3 standard itself allows up to 640 kbps, which is what Blu-ray uses for its Dolby Digital tracks; going above 448 on a DVD only wastes disc space.
Matroska files routinely carry multiple audio tracks: different languages, a commentary, or the same mix in DTS and AC-3. The converter takes the default or first audio track it finds, so if the one you want is not first, identify it with a desktop tool such as mkvinfo or MediaInfo and extract that specific track before uploading. Checking Tools → Codec Information in VLC is a quick way to see what tracks and channel counts a file actually holds.
Because .ac3 is a raw Dolby Digital elementary stream with no tagging container. Unlike MP3 with ID3 or M4A with its atom structure, the format has nowhere to store a title, artist, album or cover image — nor chapters, which is why chapter markers in the MKV are lost too. That is by design: AC-3 is meant to be muxed into a DVD, Blu-ray or broadcast stream, not kept as a tagged library file. It still plays in VLC, foobar2000 and Kodi, and it bitstreams to a receiver over HDMI or S/PDIF for surround testing.
Your .mkv is uploaded over an encrypted connection, the audio is extracted and encoded on our servers, and both the upload and the resulting .ac3 are deleted automatically a few hours after conversion. Files are never shared or made public, and there is no sign-up, no watermark and no account required to download the result.