Initializing... drag & drop files here
Supports: XVID
.ogv file with Theora video and Vorbis audio in an Ogg container.Xvid is an open-source MPEG-4 Part 2 (Advanced Simple Profile) encoder originally forked from OpenDivX in 2001 and almost always wrapped in an AVI container. OGV is an Ogg-container video using the Theora codec — a royalty-free format derived from On2's VP3, developed by the Xiph.Org Foundation, with libtheora 1.0 released in November 2008. Converting Xvid to OGV is mostly about license freedom, not quality: Theora is older and less efficient than VP9 or AV1, but it is the only free format Wikimedia Commons accepted alongside WebM for over a decade.
<source type="video/ogg"> alongside MP4 and WebM. Even with browser support shrinking, a Theora copy preserves that fallback chain.| Property | Xvid in AVI | OGV (Theora) |
|---|---|---|
| Container | AVI (Microsoft, 1992) | Ogg (Xiph.Org) |
| Video codec | MPEG-4 Part 2 ASP | Theora (derived from VP3) |
| Audio codec | Usually MP3 or AC-3 | Vorbis (or Opus) |
| Royalty status | MPEG-4 ASP patents (largely expired) | Royalty-free since release |
| First release | Xvid 0.9 — 2003 | libtheora 1.0 — Nov 2008 |
| Wikimedia Commons | Not accepted (AVI container, patented codec) | Accepted (royalty-free) |
| Browser playback (2024+) | Native: none | Firefox ≤129, Opera ≤105 only |
| Streaming | Not designed for HTTP streaming | Limited; WebM/MP4 preferred today |
| Typical bitrate (1080p) | 2-8 Mbps | 2-6 Mbps for similar quality |
| Best modern use | Legacy DVD-rips, archival AVI | Wikimedia Commons, FOSS distribution |
| Browser | Status | Last supporting version |
|---|---|---|
| Chrome (desktop & Android) | Disabled by default | 119 — disabled from 120 onward |
| Edge | Disabled by default | 121 — disabled from 122 onward |
| Firefox (desktop) | Removed | 129 — gone in 130+ |
| Opera | Disabled by default | 105 — disabled from 106+ |
| Safari (macOS & iOS) | Never supported | — |
| Samsung Internet | Never supported | — |
| Firefox for Android | Still supported | 150+ |
Source: caniuse.com/ogv. The Ogg container itself is not deprecated; only the Theora video codec was dropped. For modern web playback, WebM is now the standard royalty-free alternative.
.avi if it's Xvid?Xvid is a codec (an encoder/decoder), not a container. Encoders almost always wrap Xvid streams in an AVI file because that was the dominant choice when Xvid emerged in 2001-2003 as a free fork of OpenDivX. The file extension is .avi; the codec inside is reported by tools like MediaInfo as "MPEG-4 Visual" or "Xvid." The converter accepts the.avi upload and re-encodes the video to Theora.
Mostly no. Chrome disabled Theora by default in version 120 (March 2024) and Edge followed in version 122. Firefox removed support entirely in version 130. Safari has never supported it. As of 2024-2026, only Firefox for Android, older Opera, and a few niche browsers play .ogv natively. For a video that needs to play in a <video> tag today, convert to WebM instead.
Two real reasons. First, Wikimedia Commons still lists Ogg Theora as one of three accepted upload formats (alongside WebM and MPEG-1/2) and explicitly refuses H.264/H.265 to stay royalty-free. Second, archival workflows that committed to free formats years ago continue to receive Theora deposits for consistency. For everything else, WebM (VP9 or AV1) is the better target.
For the same perceived quality at 1080p, expect a Theora OGV to be roughly the same size or up to ~30% larger than a well-encoded Xvid AVI. Xvid (MPEG-4 ASP) is moderately efficient; Theora is older and less efficient than VP9 or H.264. If file size matters more than format freedom, Xvid to MP4 (H.264) or Xvid to WebM (VP9) will give you a smaller file at equal quality.
Vorbis. The Ogg container pairs Theora video with Vorbis audio (or Opus, also from Xiph). The converter transcodes the Xvid file's audio track — typically MP3 inside the AVI — to Vorbis. If the source has no audio track, the OGV will be silent (no fake audio is inserted).
Yes. Quality Preset maps to fixed Theora -q levels under the hood (roughly 0-10) and is calibrated for predictable output. Constant Quality (CRF) lets you pick a target perceptual quality and let the encoder vary bitrate to hit it. For a quick conversion, Preset "Very High" is fine. If you're comparing encodings or matching a reference, Constant Quality with a specific value gives more control.
Yes. Under "Trim" switch from Unchanged to Time Range, enter a Start time (HH:MM:SS) and a Duration. Only that segment is encoded to the OGV, which saves processing time and shrinks the output. To remove silent leaders or trailers from camcorder Xvid footage, this avoids running a separate trim pass.
Yes. The pipeline accepts AVI containers regardless of the codec inside (DivX, MJPEG, Microsoft Video 1, uncompressed, etc.) and re-encodes to Theora. If you specifically have a non-Xvid AVI, Convert AVI to WebM is the more modern target; OGV is only worth picking when Wikimedia Commons or strict royalty-free policy is the destination.
Yes. Use "+ Add Files" to queue several.avi uploads in the same session. Each file is processed independently, and you can mix conversion settings per file. Files stay withon our servers for the duration of the conversion — they aren't kept on the server long-term.