Initializing... drag & drop files here
Supports: AV1
AV1 is a video codec, not an audio format — so "converting AV1 to MP3" really means extracting the audio track from an AV1-encoded video and re-encoding it to MP3. The video frames are discarded; you get an audio-only MP3 you can play anywhere. The catch worth knowing up front: the audio inside an AV1 file is almost never "AV1 audio" (no such thing exists). It is usually Opus or AAC, carried alongside the AV1 video in an MP4, WebM, or Matroska (.mkv) container. This tool reads whatever audio stream is present and transcodes it to MP3.
| Property | Value |
|---|---|
| Full name | AOMedia Video 1 (AV1) |
| Type | Video coding format (no native audio layer) |
| Developed by | Alliance for Open Media (AOMedia) |
| Bitstream spec announced | March 28, 2018 (validated v1.0.0, June 2018) |
| Licensing | Open and royalty-free |
| Typical audio companion | Opus or AAC |
| Common containers | MP4, WebM, Matroska (.mkv) |
| Best for | Bandwidth-efficient streaming; ~30% smaller than HEVC at similar quality |
| Property | Value |
|---|---|
| Full name | MPEG-1 Audio Layer III |
| Type | Lossy audio codec |
| Standard | ISO/IEC 11172-3 (MPEG-1, finalized 1992) |
| Bitrate range | 32–320 kbps (320 kbps is the spec ceiling) |
| Sample rates | 32, 44.1, 48 kHz (MPEG-1); lower rates via MPEG-2 |
| Native browser support | Near-universal — Chrome 4+, Firefox 22+, Safari 4+, Edge 12+ (caniuse) |
| Best for | Universal playback on virtually any device or app |
If you actually want to keep the picture and only change the file type, audio extraction is the wrong tool — use AV1 to MP4 to keep both video and audio in a widely compatible container. And because an AV1 file's audio track is most often Opus, Opus to MP3 is the closest single-stream equivalent if you have already demuxed the audio.
No. AV1 is strictly a video codec defined by the Alliance for Open Media — it encodes picture, not sound. When a file is described as "AV1," the audio riding alongside it is a separate stream encoded with a different codec, most commonly Opus or AAC. This converter pulls that existing audio stream out of the container and re-encodes it to MP3.
Per the AV1 specification's ecosystem, AV1 video "is usually accompanied with AAC or Opus audio." Opus is the most common pairing for web and streaming sources because, like AV1 itself, Opus is royalty-free (standardized by the IETF as RFC 6716), so the two are frequently bundled together in WebM and MP4 files. Regardless of which one your file uses, the output here is standard MP3.
Some, yes — but usually not in a way you will hear. The source audio (Opus or AAC) is already lossy, and re-encoding to MP3 is a second lossy pass, so a small amount of detail is shed. Choosing 192 kbps or higher keeps the result transparent for casual listening; 320 kbps (the MP3 maximum) leaves the most headroom. You cannot recover quality the original audio never had, so there is no benefit to encoding above the source bitrate.
For music, 192–256 kbps is the practical sweet spot and 320 kbps is the spec ceiling. For speech — podcasts, lectures, voice memos — 96–128 kbps is plenty, and switching Audio Channel to Mono shrinks the file further with no loss for single-voice content. If you need to hit an exact target, use Specific file size and the encoder picks the bitrate for you.
Because the video is gone. In a typical AV1 video the picture accounts for the overwhelming majority of the data, while the audio track is a small fraction. Discarding the frames and keeping only the audio is why a multi-hundred-megabyte clip can become an MP3 of a few megabytes per minute of audio.
Basic technical metadata is written automatically, but AV1 streaming files often carry little or no ID3-style title/artist information to begin with, so do not expect rich tags to appear. If you need clean track names, artist, or album art, add them afterward in a tag editor — that step is independent of the conversion.
Essentially all of them. MP3 (MPEG-1 Audio Layer III, ISO/IEC 11172-3) is one of the most broadly supported formats in existence: browser playback alone covers roughly 97% of global users, and every mainstream phone, car stereo, smart speaker, and media player handles it. That universality is the main reason to convert away from an AV1 container in the first place. In our testing, a 3-minute AV1 clip with a stereo Opus track produced a standard 44.1 kHz MP3 at the selected bitrate that played without re-encoding in Chrome, VLC, and the stock iOS and Android players.