Initializing... drag & drop files here
Supports: AV1
.mkv or .webm downloads from YouTube or Vimeo, or AV1-encoded captures from OBS and modern phones. Batch conversion is supported.AV1 is the modern royalty-free codec from the Alliance for Open Media, designed to cut bandwidth 30-50% versus H.264 at the same quality. The catch is that AVI is a 1992 Microsoft container that predates AV1 by 26 years and has no standardized FourCC for AV1 video — AVI files in the wild contain MPEG-4, Xvid, DivX, MJPEG, or H.264 streams. Converting AV1 to AVI is therefore a real transcode (not a remux), useful for the narrow set of workflows that still require an .avi extension:
For most modern playback or sharing, AV1 to MP4 is the better target — MP4 with H.264 is more efficient and plays everywhere AVI does. Choose AVI only when the destination software or hardware specifically requires it.
| Property | AV1 (source) | AVI (output) |
|---|---|---|
| Type | Codec (usually inside MKV/WebM) | Container (codec varies: MPEG-4 / Xvid / DivX / MJPEG / H.264) |
| Released | 2018 | 1992 |
| Compression efficiency | Best available | Depends on codec; MPEG-4/Xvid roughly 50% less efficient than AV1 |
| Hardware decode | 2022+ silicon (Intel 11th-gen+, RTX 30/40, Apple M3, Snapdragon 8 Gen 2) | Universal — any CPU/GPU since 2000 handles MPEG-4/Xvid |
| Editor support | Limited | Universal on Windows, broad on Mac |
| Subtitle / chapter support | Yes (in MKV/WebM) | Limited; no native chapters |
| Max practical file size | Multi-GB, no container cap | 4 GB on legacy AVI 1.0; OpenDML AVI 2.0 lifts this |
| Best for | Streaming, archival, future-proofing | Legacy editors, old DVD players, AVI-only workflows |
| Output codec | Compatibility | File size vs AV1 source | Best for |
|---|---|---|---|
| MPEG-4 (Part 2) | Universal AVI default; plays in VLC, MPC-HC, Windows Media Player | ~2× larger | Default — broadest legacy playback |
| Xvid | Most 2005-2015 DVD players over USB; FourCC XVID |
~2× larger | DivX/Xvid-certified hardware, set-top boxes |
| DivX | Identical to Xvid technically; FourCC DIVX |
~2× larger | Devices that specifically check for the DivX FourCC |
| MJPEG | Every legacy NLE; intra-coded for clean scrubbing | 5-10× larger | Frame-accurate editing, capture cards |
| HuffYUV | Lossless; supported by VirtualDub, Avisynth | 15-30× larger | Lossless intermediate for re-encoding pipelines |
| H.264 | AVI/H.264 is non-standard but plays in VLC and ffmpeg-based players | ~1.8× larger | Last resort when AVI extension is required but quality matters |
That's expected. AV1 is roughly 50% more efficient than MPEG-4 / Xvid (the codecs typically wrapped in AVI), so re-encoding to either older codec inflates the file at the same visual quality. For a 100 MB AV1 input, expect 180-220 MB AVI/MPEG-4 or AVI/Xvid output at comparable quality. To minimize bloat, raise the CRF, choose a lower resolution preset, or use the target file size option to cap the output.
No. AVI has no standardized FourCC for AV1 and the container does not support AV1 packetization, so a true remux is not possible — every AV1 → AVI conversion is a full transcode to MPEG-4, Xvid, DivX, MJPEG, HuffYUV, or H.264. If you want to keep the AV1 stream as-is, AV1 to MP4 supports remux (AV1-in-MP4 is standardized).
For software playback in VLC, MPC-HC, or Windows Media Player, MPEG-4 (Part 2) is the safest default. For older DVD players and set-top boxes that advertise "DivX certified" or "Xvid certified," pick the matching codec — those devices check the FourCC tag (XVID or DIVX) and refuse files that don't match, even though the underlying bitstream is nearly identical between the three.
.mkv or .webm container — will the converter still read it?Yes. AV1 is a video codec, not a container — it ships inside MKV (yt-dlp default), WebM (web streaming), or sometimes IVF. XConvert detects the AV1 stream regardless of wrapper and transcodes to AVI. If you only need the container changed and not the codec, see MKV to AVI.
MP3 is the broadest match — every AVI-aware player from Windows 98 onward decodes MP3. AC3 is the right choice if your destination is a DVD authoring tool or set-top box that expects Dolby Digital. PCM (uncompressed) is correct for editing pipelines where audio quality must not degrade across rounds of re-encoding. Skip AAC — many legacy AVI players don't recognize it inside the AVI container.
If the device's spec sheet lists "DivX" or "Xvid" support over USB, yes — pick the matching codec, keep the resolution at 720×480 or 1280×720, and the bitrate under ~4 Mbps. Pre-2010 DVD players capped at 720×480 / SD often refuse 1080p AVI files even when the codec matches.
Legacy AVI 1.0 is capped at 4 GB. The OpenDML AVI 2.0 extension lifts that limit and is what XConvert produces, so multi-GB output is fine for VLC, MPC-HC, and modern editors. Some pre-2005 hardware players refuse OpenDML AVI — for those targets, trim or lower the bitrate to keep output under 4 GB.
Yes. The trim section accepts start time + duration in seconds (12.5) or HH:MM:SS.sss format (00:01:30.500) — trim first to drop unused footage and shrink output before encoding. Resolution presets cover 4K, 1440p, 1080p, 720p, 480p, and 360p, or you can enter a custom width × height or scale by percentage.
MP4 unless your target software or hardware specifically requires .avi. MP4 with H.264 plays on every device made since 2010, supports modern features (chapters, subtitles, larger files), and produces smaller output than AVI/MPEG-4. See AV1 to MP4 for the more common path.