Initializing... drag & drop files here
Supports: MKV
MKV (Matroska) is a flexible open container that wraps almost any video and audio codec along with multiple subtitle tracks and chapters. The container itself does not compress — the codec inside does, and most large MKV files in the wild ship H.264, HEVC, or VP9 video. Re-encoding to AV1, finalized by the Alliance for Open Media in June 2018, typically cuts file size meaningfully versus HEVC at the same perceived quality (Netflix and YouTube both publish their own internal numbers in this range), with even larger savings versus older H.264 source.
| Property | Typical MKV source | AV1 output |
|---|---|---|
| Layer | Container (Matroska) | Video codec |
| Inner codec | Often H.264, HEVC, VP9, or AV1 | AV1 (royalty-free) |
| Compression vs H.264 | Baseline (H.264 source) | ~50% smaller at similar SSIM |
| Compression vs HEVC | Baseline (HEVC source) | ~30% smaller (range varies by content and encoder) |
| Released | Matroska 2002, ongoing | AOMedia v1.0.0 finalized June 25, 2018 |
| CRF / quality scale | H.264/HEVC 0-51 | 0-63 (default 30) |
| Audio pairing | Anything (FLAC, AAC, DTS, Opus, AC3) | Opus (default) or AAC |
| Encoding speed | Fast (H.264) to moderate (HEVC) | Slower; libaom is several times slower than x265, libsvtav1 narrows the gap |
| Patent license | Codec-dependent (HEVC has known licensing fees) | Royalty-free under AOMedia patent license |
| Platform | Hardware AV1 decode |
|---|---|
| NVIDIA GPU | RTX 30-series (Ampere) and newer, including RTX 40-series |
| AMD GPU | RDNA 2 (RX 6000) and newer; Ryzen 6000 mobile APUs and later |
| Intel | Arc discrete GPUs, plus Tiger Lake (11th-gen) and newer iGPUs |
| Apple silicon | M3 / M3 Pro / M3 Max / M4 Macs; M4 iPad Pro; iPhone 15 Pro/Pro Max (A17 Pro) and iPhone 16 family |
| Qualcomm mobile | Snapdragon 8 Gen 2 and newer |
| Browsers | Chrome 70+, Firefox 67+, Edge 75+, Safari 17+ on supported Apple silicon |
| Smart TVs / streaming | Most 2020+ Samsung / LG / Sony 4K sets, Apple TV 4K (3rd gen), Chromecast with Google TV, Fire TV 4K Max |
Without hardware decode, AV1 falls back to CPU; modern desktop CPUs handle 1080p AV1 fine in dav1d, but 4K AV1 software decode on older laptops or budget mobile chips can struggle. If you need to play back on a Plex server that doesn't yet pass AV1 through to the client, transcode there or stick with HEVC for now.
AV1 packs more compression tools into every frame — far more partitioning options, more reference frame configurations, and tighter inter-prediction. The reference encoder libaom is the slowest; libsvtav1 (Intel/Netflix/AOMedia) is dramatically faster and is what most production pipelines use today. Even at fast presets, expect AV1 encoding to run a multiple slower than x264 on the same machine. The trade-off is the resulting file plays the same on the same hardware as an H.264 file — only the encode is expensive, not the decode.
CRF 30 is the default and a sensible starting point for general 1080p content. CRF 23-27 keeps near-source quality on detailed material (animation, fine grain, dark scenes); CRF 32-36 shrinks files aggressively for casual viewing or web preview. The 0-63 scale is wider than H.264/HEVC's 0-51, so don't reuse your x264 numbers directly — AV1 CRF 30 is roughly equivalent in perceived quality to x265 CRF 24-26.
The converter outputs a single video + audio stream, so multiple subtitle tracks and chapter markers in the source MKV are not carried into the AV1 output by default. If you need the subtitle track in the final file, burn it into the video at upload (some players let you pre-select the track) or keep it as a sidecar .srt file alongside the AV1 video.
Opus is the natural pairing for AV1 — both are royalty-free AOMedia/IETF codecs, and Opus outperforms AAC at low and medium bitrates in listening tests (it is the standard codec for WebRTC and Discord voice for the same reason). AAC remains the right choice if your target playback device is older, since AAC is universally supported while Opus is mostly playable on modern browsers, smart TVs, and 2020+ media players.
Hardware decode landed in Apple silicon with the M3 family of Macs (October 2023) and the iPhone 15 Pro / Pro Max (A17 Pro). The M4 iPad Pro and the entire iPhone 16 lineup also decode AV1 in hardware. Older Apple devices (M1/M2 Macs, iPhone 14 and earlier, iPads pre-M4) play AV1 in software inside browsers like Chrome and Firefox — fine for short 1080p clips, painful for long 4K HDR.
It depends on your goal. For pure storage savings you'll typically save another 20-30% going from HEVC to AV1, but you spend a slow CPU-bound re-encode and a small amount of generational quality loss to do it. For streaming readiness or future-proofing a master archive, the conversion is worth it; for casual viewing where HEVC already plays everywhere you care about, leave it alone.
Yes — drop multiple.mkv files onto the upload area and each one converts independently with the same Video Codec / quality / resolution settings. AV1 encodes are CPU-heavy, so a batch of long 4K movies will take noticeably longer than a single file; queue overnight if you're re-encoding a whole season.
Switch the Trim option from Unchanged to Time Range, enter a Start time in HH:MM:SS.mmm format, and set a Duration. The encoder reads only the requested range and produces an AV1 file containing just that segment — no separate cut-then-encode pass needed. For multiple non-contiguous segments, run the conversion once per segment.
For most playback workflows that's actually what you want, since players consume Matroska containers more reliably than raw AV1 bitstreams. Use Convert MKV to MKV and select AV1 as the Video Codec — the result is an MKV file whose internal video is AV1 + Opus, ready for VLC, mpv, Plex Direct Play on supported clients, and any modern smart TV. Or for the reverse direction, see AV1 to MKV.