Initializing... drag & drop files here
Supports: AV1, MP4, MKV, WEBM
A .av1 file is a raw AV1 elementary stream — the coded video bitstream (Open Bitstream Units, or an IVF-wrapped variant) with no container, no seek index, and no audio track. Most players and every browser refuse to open a bare .av1, so it sits there unplayable. Wrapping that stream in an MKV (Matroska) container gives it the frame index, timestamps, and track structure a player needs, so the same video opens and scrubs cleanly in VLC, MPV, Kodi, Plex, or Jellyfin. This converter re-encodes the video into the MKV — there is no stream-copy or remux mode — and by default it targets the H.264 codec; you can switch the output to AV1 to keep the picture in the AV1 family.
.av1 Format at a Glance| Property | Value |
|---|---|
| Standard | AV1 bitstream — AOMedia (Alliance for Open Media) |
| Bitstream 1.0.0 released | June 2018 |
Payload of a .av1 file |
Raw AV1 elementary stream (OBU or IVF) — video only |
| Audio | None — a raw stream carries no audio track |
| Container | None — it is an unwrapped elementary stream |
| Seekable | No — no index or timestamps until it is muxed |
| Native browser decode | Chrome 70+, Firefox 67+, Edge 121+; Safari 17+ partial/hardware-dependent |
| Best for | Streaming delivery, bandwidth savings, archival masters |
| Property | Value |
|---|---|
| Standard | Matroska — an open container built on EBML |
| First released | 2002 |
| Structure | Extensible Binary Meta Language (EBML) |
| Tracks | Effectively unlimited video, audio, subtitle, and chapter tracks |
| AV1 support | Native — Matroska codec ID V_AV1 |
| Audio codec (this tool) | Defaults to AAC; stays silent when the source .av1 has no audio |
| Plays in | VLC, MPV, Kodi, Plex, Jellyfin, and many modern smart TVs |
| Best for | Media-server libraries, multi-track archives, subtitle-rich files |
Because the conversion always re-encodes, the Video Codec you pick decides what the finished MKV actually holds. MKV output defaults to H.264, so leaving the setting alone gives you an H.264 MKV, not an AV1 one.
| Video Codec | What the MKV holds | Size vs. AV1 source | Plays on | Pick when |
|---|---|---|---|---|
| H.264 (default) | Re-encoded H.264 | Larger — roughly 30-50% at equal quality | Essentially every device since ~2010 | You need the widest hardware and player reach |
| AV1 | Re-encoded AV1 (a fresh encode, not a copy) | Close to the source | Recent GPUs; VLC/MPV in software | You want to keep AV1 efficiency and your players decode AV1 |
| H.265 (HEVC) | Re-encoded H.265 | Between AV1 and H.264 | Apple devices and recent hardware | You target Apple gear or TVs with HEVC but not AV1 |
| VP9 | Re-encoded VP9 | Close to AV1 | Chrome, Firefox, Edge, Android | You want a royalty-free codec with broad browser reach |
.av1 file or click "Add Files". A .av1 file is a raw AV1 elementary stream (OBU or IVF), so it carries video only — no audio. Queue several streams to batch-convert them with the same settings.It re-encodes. This tool has no stream-copy or remux mode, so every conversion decodes the AV1 stream and encodes it again into the MKV. MKV output defaults to the H.264 codec, which means the picture is re-encoded to H.264 — a different, less efficient codec — unless you change the Video Codec. Selecting AV1 keeps the output in the AV1 family, but it is still a fresh encode rather than a lossless copy of the original bitstream.
Because a raw .av1 file has no sound to begin with. The extension names a video-only AV1 elementary stream (OBU or IVF), and audio only exists once video has been muxed with a separate audio stream. The MKV output defaults its audio codec to AAC, but with no source audio there is nothing to encode, so the file stays silent. That is expected for a raw AV1 source. To add sound, mux a matching audio file into the MKV afterward.
Matroska supports AV1 natively — the specification assigns AV1 the codec ID V_AV1, and players such as VLC (3.0+) and MPV decode AV1-in-MKV directly. So you can keep the output in AV1 by selecting AV1 in the Video Codec dropdown. Keep in mind two things: the default codec for MKV output on this page is H.264, not AV1, and this tool re-encodes rather than stream-copies, so even an AV1-to-AV1 conversion runs through a fresh encode.
On the desktop, generally yes — VLC, MPV, Kodi, Plex, and Jellyfin play AV1-in-MKV. The catch is hardware: many older smart TVs and set-top boxes open MKV fine but lack an AV1 hardware decoder, so they show a black screen or fall back to choppy software decode. For those devices, re-run with the Video Codec set to H.264, or use the AV1 to MP4 converter for the most widely compatible container-plus-codec pairing.
It depends on the codec you choose. If you leave the default H.264, the file typically grows — often 30-50% larger at matched visual quality, because H.264 is roughly a generation behind AV1 in efficiency. If you set the Video Codec to AV1, the output lands close to the source size. H.265 (HEVC) sits between the two. You can offset any increase by trimming dead footage or downscaling before converting.
A .av1 file is a raw AV1 (AOMedia Video 1) video bitstream with no container around it — the form that encoders and test pipelines emit before the video is muxed into MKV, MP4, or WebM. AV1 is a royalty-free video coding format from the Alliance for Open Media, with its bitstream reaching version 1.0.0 in June 2018. AVIF is a different thing: a still-image format that reuses the same AV1 coding, so it is not what this video converter produces or accepts.
In our testing, a 10-second 1080p raw .av1 stream re-encoded to an H.264 MKV at Constant Quality (CRF) 18 looked indistinguishable from the source in side-by-side viewing, but the H.264 MKV came out noticeably larger than the AV1 input — the size-for-quality cost of moving to an older codec. Setting the Video Codec to AV1 instead produced an MKV close to the original size, though it is still a re-encode, not a byte-for-byte copy of the source stream.
AV1 encoding and decoding are CPU-intensive, so the conversion runs on our servers rather than in your browser. Your file is uploaded over an encrypted (HTTPS) connection, processed, and then deleted automatically after a few hours — it is never shared, made public, or used for anything other than your conversion, and there is no sign-up and no watermark. Because the work is server-side, the practical limit on big files is upload size and connection speed, not your device's power, so multi-gigabyte 4K AV1 streams convert fine. To trim a long file before uploading, use the Video Cutter.