Initializing... drag & drop files here
Supports: AV1
A bare .av1 file is a raw AV1 video bitstream — by design it carries picture only, with no audio track inside it. So if your goal is to pull a soundtrack out of an .av1 and save it as an M4A, there is usually nothing to pull: the resulting file would be silent. This page is honest about why, shows how the converter behaves, and points you to the file that actually holds your audio.
AV1 is the video codec from the Alliance for Open Media, whose bitstream specification was released in 2018. That specification defines a video codec built from Open Bitstream Units (OBUs) — it specifies nothing about audio. A file saved with a plain .av1 (or .obu, or .ivf) extension is normally a raw elementary stream: a sequence of coded AV1 video frames and nothing else. There is no container around it to hold a parallel audio track, so there is no sound to decode.
The AV1 video you watched with sound almost certainly lived inside a container — a .webm, .mkv, or .mp4 — that wrapped the AV1 video next to a separate audio track (usually Opus, sometimes AAC). When a file is exported or demuxed down to a bare .av1, that audio is left behind. If you ran this conversion and got a silent M4A, that is not a bug in the converter — it is the raw AV1 stream doing exactly what the format specifies.
Note:
.av1here means an AV1 video bitstream. It is not the same as AVIF, which is a still-image format that stores AV1-coded frames inside an ISO base media (HEIF) container. This page is about the video stream, not an AVIF image.
.av1 onto the page, or click "+ Add Files" to choose it from your computer. You can queue several files to process with the same settings.Whether you get audio depends entirely on what you actually uploaded, because the AV1 specification defines only video — any audio rides in the container alongside it. The common cases:
.av1 elementary stream: This is video only. The same is true for .obu and .ivf dumps, which by design hold a single elementary video stream. An M4A made from any of these will be empty or silent — there is nothing inside to extract. Nothing in the settings can create a soundtrack that was never in the file..av1: Occasionally a .webm or .mkv gets renamed with an .av1 extension. If your file is secretly a container with a real audio track, the converter will decode that track and re-encode it to AAC in an M4A normally. But that is the exception, not the rule..webm, .mkv, or .mp4 that holds both the AV1 video and the audio — to the matching tool below.If you are not sure whether your file is a bare stream or a container, check the extension: .av1, .obu, and .ivf are video-only elementary streams, while .webm, .mkv, and .mp4 can carry both video and audio together.
.webm, .mkv, or .mp4. That container holds the audio. Convert that file, not the demuxed .av1.If your AV1 file is a true elementary stream with no companion audio, no tool can manufacture sound that was never encoded — the fix is to find the original container or the separate audio file. And keep one thing in mind even when audio is present: M4A wraps AAC, a lossy codec, and the audio inside a video container is itself usually already lossy (Opus or AAC). Re-encoding that to AAC is a lossy-to-lossy step, so it cannot restore detail the original encode discarded — pick a higher bitrate if you want to keep the conversion loss small. If you only want the video in a playable package rather than its audio, transcode the bare stream with AV1 to MP4 to make it broadly playable.
Because a raw .av1 file is an AV1 video elementary stream and holds no audio. There is no soundtrack inside the file to decode, so any M4A produced from a bare .av1 will be silent. The audio for that footage lived in the container (a .webm, .mkv, or .mp4) the video was demuxed from. Convert that container to M4A instead.
Normally no. AV1, the video codec from the Alliance for Open Media, defines only video, and a plain .av1, .obu, or .ivf file is a raw video bitstream with no audio track. You only get sound out if the file you uploaded is actually a container (such as a WebM misnamed .av1) that happens to carry an audio track alongside the video.
.av1 file the same as an AVIF image?No. AVIF is a still-image (and image-sequence) format that stores AV1-coded frames inside an ISO base media (HEIF) container, whereas a bare .av1 is a raw AV1 video elementary stream. They share the AV1 frame coding but are different file types — this converter expects the video bitstream, not an AVIF image.
M4A is an MPEG-4 audio container, and on this tool it holds AAC (Advanced Audio Coding), a lossy codec. AAC is the default audio format for the iTunes Store and most Apple devices, and it plays natively across Chrome, Firefox, Edge, and Safari. Because AAC is lossy, an M4A trades a little fidelity for a much smaller file than a lossless format would produce — but converting from already-lossy container audio cannot add back detail the first encode removed.
Start from a file that genuinely contains an audio track. If your video is an MP4, use MP4 to M4A; if it is a Matroska file, use MKV to M4A. Both formats interleave video and audio, so the converter has a real audio track to decode and re-encode to AAC. A bare .av1 stream does not.
Yes. There is no sign-up and no watermark. In our testing, a genuine container with an AAC track decodes to M4A cleanly, while a true bare .av1 stream produces a silent file every time — exactly because there is no audio inside it. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — never shared or made public.