Initializing... drag & drop files here
Supports: MKV
Matroska is a genuinely multi-track container — RFC 9559 (October 2024, Standards Track) defines it as an audiovisual format designed to hold any number of video, audio and subtitle streams side by side — and pulling clean AAC out of one is straightforward once you know which control to set. This walk-through covers picking the rate mode that gives you a result you can predict, understanding what a raw .aac file can and cannot carry, and dealing with the multi-track and metadata surprises that catch people out.
HH:MM:SS.sss. Convert and download — no sign-up, no watermark.Four rate modes appear under File Compression, and on an AAC target they ask you for quite different things. This is worth reading before you spend time tuning the wrong one.
| Mode | What it does on an AAC target | Use it when |
|---|---|---|
| Constant Bitrate | Names an exact rate. Each dropdown value produces a correspondingly sized file, and the figure you pick is the figure handed to the encoder | You want a predictable, dependable result — this is the one to use |
| Custom Bitrate | The same mechanism, but you type any value in bps, Kbps or Mbps | You need a bitrate that is not in the dropdown |
| Specific file size | The same mechanism working backwards: computes a bitrate from your byte target and the source duration | You have a hard size limit, such as an upload cap |
| Quality Preset (the mode the panel opens on) | Hands the sizing decision to the server rather than naming a rate yourself. Nothing is pre-selected in its dropdown, so leaving it alone asks for the server's own default rather than the "Highest" showing on screen | You are happy with a sensible default and do not need to steer the result — it is the least predictable control here |
That ordering is deliberate. Constant Bitrate is the mode where the number you choose is the number the encoder is given, which makes it the only one whose output size you can work out before you start; Custom Bitrate and Specific file size are the same mechanism with a different way of naming the target. Quality Preset sits at the hands-off end of the scale — useful when you have no particular target, but the least predictable control on the page, and because nothing is pre-selected in it, leaving it untouched is a request for the server's default rather than for the rung you can see. Choose Constant Bitrate and the tool does exactly what you ask.
For picking a number, the source matters more than the target:
| Source material | Constant Bitrate to choose | Notes |
|---|---|---|
| Spoken word, lecture, podcast (mono) | 48–64 kbps | Set Audio Channel to MONO as well |
| Spoken word with music beds (stereo) | 96 kbps | Comfortable for voice plus light music |
| Music from a film or concert MKV | 128–192 kbps | 128 kbps is the usual transparent-enough point for AAC |
| Music you intend to keep long term | 256 kbps | Diminishing returns above this for a lossy re-encode |
| Surround source you are downmixing | 192–256 kbps | Downmix to STEREO first, then allow headroom |
Never set a bitrate higher than the audio already had inside the MKV. Re-encoding 128 kbps source audio at 320 kbps produces a file two and a half times larger that contains no additional information — the detail was discarded when the MKV was made, and nothing can bring it back.
.aac file is an ADTS bitstream, a bare sequence of audio frames with sync words. It has no tag container at all, so there is nowhere to store any of that. If you need tags, use MKV to M4A, which is the same AAC audio inside an MP4 container that does support metadata and artwork.If the MKV's audio is already AAC and you were hoping for a straight copy, that is not what happens here — the server always decodes and re-encodes, so you pay one lossy generation even when the codecs match. When your goal is to keep the original bits exactly, demux with MKVToolNix locally, or extract to a lossless target such as MKV to FLAC or MKV to WAV so no further quality is lost. Files with DRM cannot be converted at all, and a heavily damaged MKV may fail to index. If you only need a section of a long film, trimming the source first with Video Cutter is faster than uploading the whole thing.
Constant Bitrate, in almost every case — it is the control that maps one-to-one onto the encoder, so the rate you choose is the rate you get and the file size follows from it. Custom Bitrate does the same job for a value that is not in the dropdown, and Specific file size works backwards from a byte budget. The Quality Preset dropdown shows "Highest" when the page loads, but nothing is pre-selected there: leave it untouched and the server applies its own default rather than the rung on screen. It is the hands-off option and the least predictable control on the page, so when the output rate matters, name it explicitly and confirm the result in your player's file-info panel.
Yes, once. The audio inside the MKV — usually AAC, AC-3, DTS, Opus or FLAC — is decoded and then re-encoded as AAC, which discards some detail even at high bitrates. Choose a Constant Bitrate at or slightly below the source's own and the loss is generally inaudible on normal listening equipment. If you want the audio out of the container with no generational loss at all, MKV to FLAC is lossless and typically halves the size of an uncompressed extraction.
.aac file I download?A raw ADTS AAC bitstream: audio frames, each with its own small header carrying the profile, sample rate and channel configuration, concatenated with no outer container. The encoder writes AAC-LC, the profile every device supports. Because there is no container, there is no tag chunk, no chapter list, no cover-art atom and no attachment space — the file holds audio and nothing else, which is precisely why it is so widely used as an intermediate.
AAC, unless a specific old device forces your hand. At the same bitrate AAC is meaningfully cleaner than MP3, particularly below 128 kbps and on cymbals, applause and speech sibilance, and it handles multichannel sources properly. MP3's remaining advantage is reach: some car head units, gym equipment and legacy hardware still read MP3 and nothing else. When that is the constraint, use MKV to MP3 instead.
Leaving Audio Channel on ORIGINAL preserves the source's channel layout, so a 5.1 track stays 5.1 in the AAC output. Setting it to STEREO downmixes to two channels, which is what you want for headphones, phones and most players, and it also reduces the bitrate you need. Be aware that a downmix is a permanent fold — the discrete surround channels cannot be recovered from the stereo result, so keep the original MKV if you may want them later.
Yes. Expand Trim in Advanced Options, switch it off Unchanged, and set a Start time and Duration; both accept plain seconds or HH:MM:SS.sss. Trimming happens as part of the conversion, so a three-minute extract from a two-hour film produces a correspondingly small file. Note that the audio-only cutter rejects video files, so trim the MKV itself with Video Cutter if you would rather cut before converting.
Bitrate times duration, near enough — the container overhead is negligible for a raw bitstream. At 128 kbps, one minute is about 0.96 MB and a two-hour film is roughly 115 MB. At 64 kbps mono those halve, and at 256 kbps they double. That is why Constant Bitrate is the practical mode: you can predict the output size before you start, which is exactly what the hands-off Quality Preset mode never promises to give you.
It is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. Files are never shared, never made public, and never used for anything besides producing your download. No sign-up, no watermark, and no account needed to retrieve the result.