Convert DIVX
MPEG-4 ASP in an AVI-style container (DivX tag). Every pair below runs in the browser. The file is not uploaded. Video and audio use FFmpeg in WebAssembly, fetched from this origin once, about 30 MB, then cached by the service worker. The clip itself is not part of that download.
This hub is the index, not the workbench. Each conversion is its own URL so a search for “DIVX to something” can land on a page that only does that job. The file picker on those pages expects DIVX when you are leaving this format, or produces DIVX when you are arriving. A generic dropdown still exists under Video convert and Audio convert if you would rather pick the destination after you drop the file.
You can check the same way on every pair: open the network panel, drop a DIVX file, convert it. You should see this origin. You shouldn't see a POST of the file. Google Analytics, if it's on, is page views, not your DIVX bytes. If a tool needs a server, it isn't on this site.
This site can read it. This site can write it. Engine: ffmpeg.
Convert from DIVX
- DIVX to MP4H.264 video in the container phones and sites expect.
- DIVX to WebMVP8 video for the open web.
- DIVX to MOVQuickTime container, often off a camera or an iPhone.
- DIVX to MKVMatroska container. Decode and encode via ffmpeg.wasm.
- DIVX to AVIOlder Windows video container. Decode and encode via ffmpeg.wasm.
- DIVX to FLVFlash Video container for older web and camera clips.
- DIVX to 3GPOld mobile phone video container.
- DIVX to MPGMPEG-1 program stream (.mpg / .mpeg).
- DIVX to TSMPEG transport stream from broadcast or screen capture.
- DIVX to VOBDVD Video Object streams.
- DIVX to F4VFlash MP4 relative used by older Adobe tooling.
- DIVX to OGMOgg media with Theora/Vorbis.
- DIVX to DVDigital Video tape format.
- DIVX to M2VRaw MPEG-2 video elementary stream.
- DIVX to SVISamsung SVI (AVI-family) clips.
- DIVX to NUTNUT container from the FFmpeg project.
- DIVX to Y4MYUV4MPEG2 raw video stream.
Convert to DIVX
- MP4 to DIVXH.264 video in the container phones and sites expect.
- WebM to DIVXVP8 video for the open web.
- MOV to DIVXQuickTime container, often off a camera or an iPhone.
- MKV to DIVXMatroska container. Decode and encode via ffmpeg.wasm.
- AVI to DIVXOlder Windows video container. Decode and encode via ffmpeg.wasm.
- FLV to DIVXFlash Video container for older web and camera clips.
- 3GP to DIVXOld mobile phone video container.
- MPG to DIVXMPEG-1 program stream (.mpg / .mpeg).
- TS to DIVXMPEG transport stream from broadcast or screen capture.
- VOB to DIVXDVD Video Object streams.
- F4V to DIVXFlash MP4 relative used by older Adobe tooling.
- OGM to DIVXOgg media with Theora/Vorbis.
- DV to DIVXDigital Video tape format.
- M2V to DIVXRaw MPEG-2 video elementary stream.
- SVI to DIVXSamsung SVI (AVI-family) clips.
- NUT to DIVXNUT container from the FFmpeg project.
- Y4M to DIVXYUV4MPEG2 raw video stream.
Related: Convert · All formats · How it works