Initializing... drag & drop files here
Supports: AV1
AV1 is the modern, royalty-free AOMedia codec (bitstream spec 1.0.0 published June 2018) built for efficient web and 4K streaming. Xvid is the open-source MPEG-4 Part 2 (Advanced Simple Profile) codec from the early 2000s, the GPL cousin of DivX that became popular for fitting movies onto a single CD. Convert AV1 to Xvid for one specific reason: a standalone DVD player, car head unit, or set-top box badged "Xvid" or "DivX Certified" that won't decode AV1. This is a modern-to-legacy downconvert — the file gets larger, not smaller, and you won't regain any quality. For anything made in the last decade, AV1 to MP4 (H.264) is the better target.
One thing to get straight first: Xvid is a codec, not a container. The output here is Xvid video with MP3 audio wrapped in an AVI file (the pairing DivX/Xvid-certified hardware most reliably reads), written with a .xvid extension.
| Property | AV1 | Xvid |
|---|---|---|
| Type | Codec (usually in MP4/MKV/WebM) | Codec only (lands in AVI here) |
| Standard | AV1 bitstream 1.0.0, AOMedia, 2018 | MPEG-4 Part 2 ASP; Xvid encoder, early 2000s |
| Licensing | Royalty-free (AOMedia patent license) | GPL, open-source, free to use |
| Audio (XConvert default) | typically Opus | MP3 |
| Compression efficiency | Very high — ~46-50% smaller than H.264 at equal quality | Low by modern standards — larger files |
| Hardware decode | Recent phones, TVs, GPUs (2020+) | DivX/Xvid-certified players from the 2000s-2010s |
| Best for | Web delivery, 4K/8K streaming, archival | Legacy standalone players, data-disc movies |
A DivX/Xvid certification means the player decodes the MPEG-4 Part 2 family — it predates AV1 by more than a decade and has no AV1 decoder in hardware or firmware. AV1 is a completely different codec family from 2018, so an old certified player rejects it outright. Re-encoding to Xvid video with MP3 audio at 720×576 or below gives the player exactly what its certification covers.
No — it usually gets noticeably larger. AV1 is one of the most efficient codecs in production (roughly 46-50% more efficient than H.264, and Xvid is two generations older than H.264). Xvid needs a much higher bitrate to reach the same visual quality, so the Xvid output is bigger than the AV1 input. You can cap the result with Specific file size, but pushing the bitrate too low on Xvid shows blocking and pixelation faster than AV1 would.
Both are MPEG-4 Part 2 Advanced Simple Profile, so most certified players read either off the same chip. The practical difference is licensing — Xvid is GPL open-source software, while DivX is a proprietary product from DivX, LLC. Certified hardware checks the FourCC tag inside the AVI rather than the extension; if a player accepts only DivX, AV1 to DivX produces the DivX-codec equivalent. Some fussy players also accept an Xvid file once its FourCC is changed to DIVX or FMP4.
Yes. Xvid is a codec, so the video is wrapped in an AVI container with MP3 audio and written with a .xvid extension. Certified players read the Xvid/DivX FourCC tag inside the file, so it plays the same whether the extension reads .xvid or .avi. If a particular player is fussy about the extension, renaming the download to .avi is harmless and doesn't touch the data.
Any lossy-to-lossy re-encode loses some information, and AV1 → Xvid is no exception — the Xvid output inherits every artifact already in the AV1 plus whatever the new encode adds. You can't convert Xvid back to AV1 and recover the lost detail; re-encoding never adds information. Keep your original AV1 as the master and treat the Xvid copy as a playback-only version for old hardware.
In our testing, a 1080p 60-second AV1 clip at roughly 3 Mbps re-encoded to Xvid at the default Very High preset produced a file around 40-55 MB — larger than the AV1 source because MPEG-4 ASP needs more bitrate for the same quality. Using Specific file size lets you target an exact result, handy for packing several clips under a 700 MB CD-R or a 4.7 GB data DVD.
Xvid only makes sense if you have a specific DivX/Xvid-certified player you can't replace — a 2005-era DVD deck, a car head unit, an offline kiosk. For anything modern, AV1 to MP4 with H.264 plays on virtually every phone, TV, and browser and compresses far better than Xvid. To convert an existing Xvid file forward to a modern format, see Xvid to MP4.