Initializing... drag & drop files here
Supports: AV1
A .av1 file is a raw AV1 elementary stream — just the compressed video bitstream, with no container, no seek index, and no audio. Most players and every browser refuse to open a bare .av1, so it sits there unplayable. This guide wraps that stream into an MKV (Matroska) file you can play and scrub in VLC, MPV, Kodi, or Plex, and explains the one setting that decides whether your modern AV1 survives intact or gets re-encoded down to an older codec.
.av1 Stream Needs a ContainerWhen an encoder such as aomenc, an FFmpeg test build, or a hardware capture pipeline writes a raw .av1 file, it emits only the coded picture data — Open Bitstream Units (OBUs), one after another. There is no index telling a player where each frame begins, no duration, and — because AV1 is a video-only codec — no audio. A player has nothing to seek against, which is why a bare stream usually will not scrub or even open. Wrapping it in a container adds the frame index, timestamps, and track structure a player needs, so the same video that would not play before opens and seeks cleanly afterward.
MKV (Matroska) is a strong target for this. It is an open container, standardized in 2002 and built on EBML (Extensible Binary Meta Language), and it can carry AV1 natively: the Matroska specification assigns AV1 the codec ID V_AV1, so the stream can go in as-is without being re-encoded. MKV also holds an effectively unlimited number of video, audio, subtitle, and chapter tracks, which is why VLC, MPV, Kodi, Plex, and most modern smart TVs treat it as a first-class format. 1
.av1 file onto the page or click "+ Add Files". You can queue several raw streams and convert them in one batch with the same settings.The Video Codec dropdown is the choice that matters most on this page, because MKV's default here is not AV1 — it is H.264. That is the opposite of a clean wrap, so it is worth understanding before you click Convert:
.av1 source carries no sound, MKV defaults its audio codec to AAC but has nothing to put in it, so the output is silent. That is expected for a raw AV1 source, not a fault. Mux in a matching audio file afterward if you have one..av1 source: the stream is video-only, so there is no audio to carry. Add an audio track separately if you have one..av1 capture may lack a valid stream header; re-export the file from the encoder before retrying.This tool expects a genuine raw AV1 elementary stream. If your file is actually an MKV or MP4 that was renamed to .av1, it already has a container and you want a remux of that file instead. AVIF is also not handled here — that is the still-image format built on the AV1 codec, not a video stream. DRM-protected or encrypted streams cannot be converted by any tool until the protection is removed at the source. And if the stream itself is corrupt — a dropped capture or an interrupted encode — no container can repair the missing frames; you will need to re-create the .av1 file from the original source.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.
It depends on the Video Codec you pick, and the default matters here. MKV output defaults to H.264, which decodes and re-encodes your AV1 — costing quality and growing the file because H.264 is less efficient. Select AV1 instead and the existing stream is wrapped into MKV with no re-encoding and no quality loss. If your goal is to keep the original AV1 intact, change the dropdown to AV1 before converting.
Because a .av1 file is a video-only elementary stream — it never contained audio in the first place, so there is nothing to carry into the MKV. The container defaults its audio codec to AAC, but with no source audio the output stays silent. This is normal for a raw AV1 stream. If you need sound, mux a separate audio file into the MKV afterward.
MKV supports AV1 natively. The Matroska specification defines an AV1 mapping under the codec ID V_AV1, and players including VLC (since version 3.0) and MPV decode AV1-in-MKV directly. So you can keep an AV1 stream in MKV at full efficiency rather than transcoding it — you just have to select AV1 on this page, because the default codec for MKV output is H.264. 1
On the desktop, yes — VLC, MPV, Kodi, and Plex play AV1-in-MKV, and browsers that play AV1 cover roughly 93% of users. But many older smart TVs and set-top boxes can open MKV without having an AV1 hardware decoder, so they may 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. 2
In our testing, selecting AV1 as the Video Codec on a clean raw .av1 stream produces an MKV whose video matches the source frame-for-frame, with no transcode step — the conversion finishes quickly and the picture is identical to the input. Leaving the default H.264 triggers a full re-encode that takes longer and visibly softens fine detail at the same file size, because the newer codec is being converted back to an older one.
A .av1 file is a raw AV1 (AOMedia Video 1) video bitstream with no container around it — the form encoders and test pipelines emit before the video is muxed into MKV, WebM, or MP4. AV1 is a royalty-free video codec from the Alliance for Open Media, finalized in 2018 and roughly 30% more efficient than VP9 at the same quality. AVIF is a different thing: a still-image format that uses the same AV1 coding, so it is not what this video converter produces. If you only need the stream playable in a browser instead, AV1 to WebM targets the web container. 3