Initializing... drag & drop files here
Supports: XVID
.avi (Xvid) file onto the drop zone or click "+ Add Files." Batch upload is supported — queue several Xvid AVIs and convert them in one pass.ORIGINAL to preserve the source mix or pick MONO / STEREO. Under Audio Sample Rate, keep ORIGINAL or choose 8000–48000 Hz; 44100 Hz is standard for music, 22050 Hz is fine for spoken word..oga. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared.Xvid is an MPEG-4 Part 2 Advanced Simple Profile video codec released in 2001, typically packaged in an AVI container with MP3 audio — common for older DivX-era rips, camcorder transfers, and free-software encodes. OGA is the audio-only profile of the Ogg container family maintained by the Xiph.Org Foundation. Per IETF RFC 5334, .oga is the recommended extension for audio-only Ogg files — Ogg FLAC, OggPCM, and similar — while .ogg is kept for legacy Vorbis-only files. Extracting Xvid's audio track to OGA gives you a patent-free, royalty-free audio file you can keep, share, or upload without dragging the entire AVI along.
gstreamer-based players read OGA natively without extra codec packs. Audio extracted from an old Xvid AVI plays in any GNOME/KDE session out of the box.| Property | Xvid in AVI | OGA |
|---|---|---|
| Container | AVI (Microsoft, 1992) | Ogg (Xiph.Org, 2003) |
| Type | Video + audio | Audio only |
| Typical video codec | Xvid / MPEG-4 Part 2 ASP | n/a |
| Typical audio codec | MP3, AC-3, or PCM | Vorbis, FLAC, Opus, Speex, OggPCM |
| Patents / royalties | MPEG-4 ASP licensing applies to encoders | Royalty-free, open standard |
| Streaming friendly | No (AVI lacks reliable seeking metadata) | Yes (page-based Ogg framing) |
| Browser audio support | Plays via <video> only with codec packs |
<audio> in Chrome, Firefox, Edge, Opera; Safari needs WebM/MP4 fallback |
| Wikimedia Commons | Not accepted | Accepted (audio/ogg) |
| Typical file size for a 3-min clip | 30–80 MB (with video) | 2–5 MB (audio only at ≈128 kbps) |
| Use case | Mode | Setting | Channels | Sample rate |
|---|---|---|---|---|
| Music extraction (CD-quality target) | Preset | Highest | Stereo | 44100 Hz |
| Web-audio loop | Variable Bitrate | ≈128 kbps | Stereo | 44100 Hz |
| Podcast / lecture | Constant Bitrate | 96 kbps | Mono | 22050 Hz |
| Voice memo / IVR clip | Constant Bitrate | 64 kbps | Mono | 16000 Hz |
| Archival reference | Preset | Highest | Stereo | 48000 Hz |
| Tight email attachment (≤8 MB / hour) | Constant Bitrate | 48 kbps | Mono | 22050 Hz |
They share the audio/ogg MIME type, but the extensions signal different intent. Per RFC 5334, .ogg is reserved for Vorbis-only files (kept for backward compatibility with pre-2009 players), and .oga is the modern extension for any audio-only Ogg payload — Ogg FLAC, OggPCM, or a Vorbis/Opus stream when you want the "audio Ogg" semantics to be unambiguous. Most modern players treat the two extensions identically.
xconvert defaults to Vorbis inside the OGA container, which is what most desktop players and browsers expect. Vorbis is lossy, comparable in quality to MP3 at the same bitrate, but generally better at low bitrates (under 96 kbps). If you need lossless, use Convert Xvid to FLAC instead, or pick FLAC inside the general Audio Converter.
.avi to .oga?No. The Xvid AVI is a video container with an MP3 (or AC-3 / PCM) audio track multiplexed alongside the Xvid video stream. Renaming changes nothing — the file still has video frames inside. You need to demux and re-encode the audio into an Ogg container, which is what this tool does in one step.
Yes, slightly. Re-encoding any lossy format (MP3) into another lossy format (Vorbis) is generation loss. To minimise it, pick the Highest preset or a constant bitrate at or above the source MP3's bitrate (most Xvid AVIs ship with 128 kbps or 192 kbps MP3 audio). If you need a lossless intermediate, extract to WAV via Convert Xvid to WAV first, then encode to Vorbis.
Native support is patchy. Safari on macOS and iOS does not play Ogg Vorbis or OGA in <audio> tags by default (caniuse: Vorbis is unsupported in Safari as of 2026). VLC for iOS and the Outcast / VOX apps play OGA fine, but for guaranteed iPhone playback, convert to AAC/M4A or MP3 instead.
Yes. Open the Trim section, set a start time (HH:MM:SS.ms) and a duration. Only that segment is encoded into the output OGA — handy for pulling a single song or quote out of a long Xvid recording without a separate cutting step. For multi-segment edits, extract the full audio first then use the Audio Cutter.
Match or downsample from the source. Xvid AVIs from camcorders and DVD rips usually carry 44100 Hz or 48000 Hz audio. Keep 44100 Hz for music, drop to 22050 Hz for speech to halve the file, and only go below 16000 Hz for telephony-grade content where bandwidth matters more than fidelity.
xconvert does not impose arbitrary marketing caps. Files are uploaded over an encrypted connection and processed on xconvert's servers; the practical limit is upload size and connection speed. A 4–6 GB Xvid AVI converts without issue. If you need to reduce upload time, trim the source down or batch shorter clips.
FFmpeg's -vn -c:a libvorbis -q:a 5 out.oga does the same job from the command line and is faster on bulk libraries. xconvert wraps the same FFmpeg pipeline in a UI with presets, sample-rate dropdowns, and trim controls, so you don't have to remember flags or install codecs. Both produce a standards-compliant Ogg file.