Initializing... drag & drop files here
Supports: AVI
AVI is a Microsoft container (RIFF-based, introduced in 1992) that interleaves a video stream with one or more audio tracks — usually MP3, AC-3, or uncompressed PCM. This tool pulls that soundtrack out, re-encodes it to WEBA — the audio-only variant of Google's WebM container, carrying an Opus stream by default — and discards the video, so you get a small modern audio file built for the web instead of a bulky movie. It is the right move when you want an HTML5 <audio> clip or a WebM-family file for a Chrome/YouTube-style pipeline. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion. No sign-up, no watermark.
| Property | AVI (source) | WEBA (output) |
|---|---|---|
| What it holds | Video + audio interleaved | Audio only — the video is discarded |
| Container | Microsoft RIFF (1992) | Audio-only WebM (Matroska subset) |
| Audio codec | Often MP3, AC-3, or PCM | Opus by default (Vorbis selectable) |
| Compression | Varies by source track | Lossy, perceptually optimized |
| Typical size | Large — bundles the video | Tiny — 96 kbps ≈ 0.7 MB per minute |
| Quality vs source | — | Single clean generation from PCM; lossy→lossy from MP3/AC-3 |
| Browser playback | Not native in browsers | Chrome 25+, Firefox 28+, Edge 79+, Opera; Safari 16+ / iOS Safari 17.4+ |
| Best for | Editing, archival video | HTML5 web audio, WebM/Chrome pipelines |
It depends on what the AVI stored. AVI usually carries MP3 or AC-3 audio, which is already lossy, so re-encoding to Opus is a lossy-to-lossy step that sheds a little fidelity — though Opus is efficient enough that at 96–128 kbps the result is transparent to almost everyone. If the AVI holds uncompressed PCM, you are going from lossless to lossy in a single clean generation, so pick a higher bitrate (128 kbps or above) to keep it pristine. Either way, the discarded video stream costs nothing on the audio side. The rule that keeps loss inaudible: match or exceed the source track's bitrate, and don't round-trip the same audio between formats.
Opus by default. The audio-only WebM container can carry either Opus or Vorbis, and Opus is the modern default because it beats Vorbis at every bitrate from about 6 kbps up to its ceiling. If you specifically need Vorbis for an older WebM toolchain, you can select it under Audio Codec in the advanced options — but for almost every use, leave it on Opus.
Treat it as not guaranteed on Apple. Safari added WebM container support fairly late — full support arrived in desktop Safari 16 and iOS Safari 17.4 — and Opus-in-WebM playback has historically been patchy on Apple platforms. Chrome, Firefox, Edge, and Opera play WEBA without issues on every platform. If your audience leans heavily Apple or you need a file that plays on legacy hardware and iTunes, extract to AVI to MP3 instead — MP3 plays on essentially every device made in the last 25 years.
In our testing, a standard-definition AVI with a stereo soundtrack exported at 96 kbps Opus produces about 0.7 MB per minute, so a 4-minute song lands near 2.8 MB — roughly a third the size of the same song as a 320 kbps MP3. The output size tracks the bitrate you choose, not the size of the original video, so even a huge AVI yields a small audio file. Drop to 64 kbps for spoken word to shrink it further, or use the Audio Cutter afterward to keep just a section.
It is the same Opus audio in a different wrapper. AVI to Opus gives you a raw .opus file that general-purpose audio players and Discord prefer; WEBA puts that Opus stream inside the WebM container that browsers and the YouTube/Chrome ecosystem expect for <audio> and <video> elements. AVI to OGG instead outputs Vorbis in an Ogg container, the older open-codec target Opus was designed to succeed. Pick WEBA for web embedding, .opus for standalone playback, and OGG when an older Ogg toolchain needs Vorbis.
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. If you later need a lossless wrapper for the extracted audio, WEBA to FLAC rewraps it losslessly, though it cannot restore detail the lossy stages already discarded.