Initializing... drag & drop files here
Supports: AVI
AVI is Microsoft's 1992 container, ubiquitous on Windows but tied to a generation of codecs (DivX, Xvid, MPEG-4 ASP) that aren't natively playable in any modern browser. OGV (Ogg Theora) is the Xiph.Org Foundation's fully open-source video format — Theora video in an Ogg container, royalty-free, with no patent encumbrances. Common reasons to convert AVI → OGV:
<video> embedding without proprietary codecs — Browsers don't play AVI natively. OGV plays in Firefox, Chrome, and Opera straight from a <video> tag — no plugin, no Flash, no transcoding step at request time.| Property | AVI | OGV |
|---|---|---|
| Container origin | Microsoft (1992) | Xiph.Org Foundation (2002) |
| Common video codecs | DivX, Xvid, MPEG-4, MJPEG, uncompressed | Theora (only) |
| Common audio codecs | MP3, PCM, AC-3 | Vorbis, Opus, FLAC |
| Royalty status | DivX/Xvid patent-encumbered | Fully royalty-free |
| Wikipedia/Wikimedia | Not accepted | Accepted upload format |
| Native browser playback | None | Firefox, Chrome, Opera (not Safari) |
| Native Linux playback | Needs codec pack for DivX/Xvid | Works out of the box |
| Streaming-friendly | Poor (no native HTTP streaming) | Yes (Ogg supports streaming) |
| Best for | Windows editing, legacy archives | Patent-free distribution, Wikipedia |
| Quality preset | Theora qscale (0-10) | Visual result | Best for |
|---|---|---|---|
| Highest | 10 | Near-lossless, very large file | Master copies, archive |
| Very High | 8 | Visually transparent | High-quality web embed |
| High (default) | 7 | Excellent — minor detail loss | Standard upload to Wikipedia |
| Medium | 5 | Good quality, balanced size | Tutorials, lectures |
| Low | 3 | Visible artifacts, small file | Bandwidth-limited, mobile |
| Lowest | 0-1 | Heavy artifacts | Preview, smallest possible |
It depends on what codec the AVI used. AVI containing efficient DivX or Xvid encodes can be smaller than the resulting Theora OGV at equal visual quality, because Theora (frozen in 2009) is less efficient than MPEG-4 ASP. AVI containing uncompressed video or MJPEG will shrink dramatically when re-encoded to Theora. If file size matters more than patent-freeness, WebM with VP9 or AV1 is smaller and still royalty-free.
No. Safari has never shipped native Theora support on macOS or iOS. If your audience includes Safari users, embed a fallback <source> tag with WebM or MP4. For Wikipedia uploads this isn't an issue — Wikimedia transcodes OGV to WebM server-side for Safari visitors.
Vorbis is the historical Ogg audio codec and the safe default for OGV — it has the broadest player support (Firefox, VLC, Linux media stacks). Opus is newer and more efficient (better quality at lower bitrate) and is supported in modern OGV-compatible players, but a few older Theora-only tools may stumble on it. Pick Vorbis for maximum compatibility, Opus for best quality-per-byte.
Yes. DivX, Xvid, and MPEG-4 ASP all decode through FFmpeg and re-encode to Theora without trouble. The output is a fresh encode (not a remux), so quality drops slightly compared to the source. Use the Highest or Very High preset to minimize loss. AVI files with VBR MP3 audio or AC-3 also handle cleanly.
Theora uses a 0-10 quality scale (FFmpeg's -qscale:v parameter), where 10 is the highest quality and 0 is the lowest. This is inverted from H.264's CRF (where lower is better). The default preset maps to qscale 7, which is visually excellent for most content. Push to 9-10 for archive masters, drop to 4-5 for web tutorials.
If your AVI has hardcoded (burned-in) subtitles, they'll convert because they're already part of the video frames. Soft subtitle tracks inside AVI (rare — usually external .srt or .sub) won't be carried into the Ogg container. The Ogg format technically supports subtitles via Kate, but most OGV players ignore them. Distribute subtitles as a separate .srt file alongside the video.
For most web video, WebM with VP9 has overtaken Theora — it's smaller, sharper, and equally royalty-free. OGV remains relevant for three workflows: Wikipedia/Wikimedia uploads (where Ogg Theora is explicitly accepted), strictly libre Linux distros that refuse any non-Xiph codec, and archival preservation in formats that will never face patent claims. If neither applies, consider AVI to MP4 or AVI to WebM instead.
XConvert handles large AVI inputs including multi-GB Mini-DV captures. Conversion runs in your browser, so the practical ceiling is your device's available memory. Theora encoding is single-threaded and slower than H.264, so expect 2-4× longer encode times than AVI to MP4 for the same file.
Yes — drop in folders of camcorder captures, legacy downloads, or screen recordings. They convert in parallel within your browser session and download individually or as a single ZIP. Same Theora settings apply to every file in the batch.