DivX was the codec that made feature-length video fit on a CD, and it still turns up in older AVI files.
Common Uses
Compressed video
Movie sharing
Legacy video
DivX Conversion FAQ
What is a DivX file?
+
DivX is a video codec and container format known for high compression.
Is DivX a codec or a file format?
+
A codec, which is why the answer to "how do I open it" is never quite direct. DivX describes how the picture is compressed; it says nothing about how that bitstream is stored on disk, and it needs a container around it before a player will touch it. Files labelled DivX in practice are that bitstream inside some ordinary wrapper, and converting usually means changing the wrapper, the codec, or both. DivX names a codec rather than a container — an MPEG-4 Part 2 implementation that made ripping a DVD to a single CD possible around 1999.
Why do ripping tools default to DivX?
+
Because it holds everything a disc contains without having to throw any of it away — every audio language, every subtitle track, the chapter list — in one file. That is the right default when the goal is a faithful copy of the original, and the wrong one when the file has to play on a device that only understands a delivery format. DivX-certified DVD players are still common, and the codec remains the compatibility floor for a whole generation of set-top hardware.
Why will my browser not play a DivX file?
+
Browsers ship decoders for a deliberately short list of formats, and DivX is not on it — the licensing, the codec variety it permits, or simply its age keeps it out. The file is not broken and a desktop player will open it, but nothing you do to the page will make a browser render it. Converting to a web-native container is the only reliable route to inline playback. DivX needs roughly twice the bitrate of H.264 for the same quality and has no path to HDR, 10-bit colour or resolutions beyond 1080p.
Why does my DivX footage show comb lines on anything that moves?
+
Because it is interlaced. Content in this format very often comes from the broadcast and DVD era, where each frame is stored as two half-height fields captured a fiftieth of a second apart. A progressive screen displays both at once, so movement between the two exposures appears as horizontal combing. Deinterlacing on conversion weaves the fields into whole frames and the artefact disappears for good.
Why are my DivX recordings split into numbered parts?
+
A format-level ceiling, not a fault in the recorder. DivX has a practical single-file limit that long or high-bitrate material runs straight into, so capture software splits the recording rather than producing a file it cannot index. Converting to a container with no such limit lets the pieces be rejoined into one continuous video, which is usually the real reason people convert this format at all.
Why does DivX playback stutter or run hot on older machines?
+
Because it is being decoded in software. Hardware video decoders only cover a fixed list of formats, and DivX is outside it on most devices, so every frame is reconstructed by the CPU instead. On a current desktop that is merely wasteful; on a phone, an older laptop or a smart TV it shows up as dropped frames, fan noise and battery drain. Converting to a hardware-supported format removes the problem entirely. DivX content is MPEG-4 Part 2 video, usually wrapped in AVI, with MP3 or AC-3 audio alongside it.
Should I still be saving new files as DivX?
+
Only if something downstream demands it. The format still opens, and there is no urgency about converting an archive that is not causing trouble, but it is no longer where the tooling or the efficiency is going. For anything new, a current format costs nothing extra and avoids the next round of this question a few years from now.
Where do subtitles go for a DivX file?
+
Beside it, or into the picture. DivX has no subtitle stream of its own, so the two options are a sidecar .srt file the player loads alongside the video, or burning the text into the frames during a re-encode. The sidecar keeps the subtitles editable and switchable but travels as a second file that is easy to lose; burning in survives any transfer but cannot be turned off afterwards.
Can one DivX file hold several audio tracks?
+
Yes — an original-language mix, a dub and a commentary can all sit in the same file with the player switching between them. Two cautions: many phone and television players expose only the first track however many are present, and a conversion into a format without real multi-track support keeps one track and drops the rest. Pick the track you want before converting, rather than discovering afterwards which one survived.
Does using DivX require a patent licence?
+
Not for you. The codecs involved are covered by patent pools, and the licensing is settled by the people who ship decoders — the phone, the browser, the operating system — long before a file reaches you. It is why the format is everywhere in hardware and why royalty-free alternatives exist at all, and it changes nothing about converting a file you already have.
Can I just rename the extension instead of converting DivX?
+
Almost never, and it is worth understanding why: the extension is a label, while the bytes inside are structured for one specific format. Renaming produces a file whose name promises something its contents do not deliver, and whatever opens it either refuses the file or misreads it. The one narrow exception is two formats that are genuinely the same container under different names — and even then a proper rewrap is safer than a rename.