Initializing... drag & drop files here
Supports: JPG, JPEG, JFIF
DivX is a video codec implementing the MPEG-4 Part 2 (Advanced Simple Profile) standard, first released as DivX 4.0 in July 2001 and certified into thousands of consumer DVD players, Blu-ray decks, set-top boxes, car head units, and digital photo frames between roughly 2003 and 2012. Converting JPEG photos to DivX produces a slideshow video that those legacy devices can play directly from a USB stick or burned disc — something they cannot do with a folder full of JPEG files or a modern H.264 MP4.
.avi and .divx files directly off USB or DVD-R. A DivX slideshow renders without the device having to support JPEG decoding or modern codecs.| Property | DivX (this page) | MP4 (H.264) | Xvid | AVI (MPEG-4) |
|---|---|---|---|---|
| Codec family | MPEG-4 Part 2 ASP | MPEG-4 Part 10 (AVC) | MPEG-4 Part 2 ASP | Variable; commonly MPEG-4 Part 2 |
| Typical container | AVI /.divx | MP4 | AVI | AVI |
| Released | DivX 4.0, July 2001 | 2003 (H.264 baseline) | January 2001 | AVI 1992; MPEG-4 codec varies |
| Legacy DVD-player support | Native on DivX-certified hardware | Rare on pre-2010 DVD players | Some DivX players (depends on profile) | Common on USB-capable players |
| Modern device support | Limited (VLC, DivX Player) | Universal | Limited | Limited |
| Typical compression vs H.264 | Larger at same quality | Reference baseline | Comparable to DivX | Depends on codec |
| Royalty status | Proprietary (DivX, LLC; now owned by Rovi/Xperi) | MPEG LA AVC pool | Free (GPL) | Container royalty-free |
Pick DivX for hardware compatibility with DivX-certified set-top players. Pick MP4/H.264 for any device made after 2010. Pick Xvid if you want an open-source codec that some (but not all) DivX players still accept.
| Preset / Resolution | Best for | Notes |
|---|---|---|
| Very High (Recommended) | Default, balances size and clarity | Suitable for 720p–1080p slideshows |
| Highest | Archival masters | Largest files; near-source clarity |
| Medium | Email or USB sharing | ~1–2 MB per minute at 720p |
| Lowest | Quick preview / very old hardware | Visible artifacts; smallest files |
| 720×480 (NTSC) | DVD-Video authoring (US/Japan) | Matches NTSC pixel grid |
| 720×576 (PAL) | DVD-Video authoring (Europe/Australia) | Matches PAL pixel grid |
| 1280×720 | Modern DivX-HD certified players | Requires DivX HD certification on device |
| 1920×1080 | Smart-TV USB playback | Older non-HD DivX players may reject |
DivX Home Theater certification (the most common level on 2000s-era DVD players) tops out at standard-definition 720×576/720×480; for higher resolutions confirm the device carries DivX HD or DivX Plus HD certification.
If the player carries the DivX Certified or DivX Home Theater logo, it should play a DivX-in-AVI file at 720×576 (PAL) or 720×480 (NTSC) with MP3 audio — that is the profile this converter outputs by default. Higher resolutions (720p, 1080p) require DivX HD or DivX Plus HD certification, which only appeared on later devices (roughly 2008 onward). When in doubt, render at 720×576 first.
Both implement the same MPEG-4 Part 2 ASP standard. DivX is proprietary (originally DivX, Inc.; now part of Xperi/Rovi) and is what consumer hardware certifies against. Xvid is a free, GPL-licensed implementation released in January 2001. Files encoded with Xvid play on most DivX players, but some Xvid encodes use advanced ASP features (Quarter-Pel motion, Global Motion Compensation, multiple B-frames) that DivX Home Theater devices reject. The DivX encode this tool produces stays inside the Home Theater profile by default. See also Xvid output.
Only one reason: legacy hardware. If the target device is a phone, tablet, computer, smart TV from 2014 or later, or any modern Blu-ray player, convert to MP4 instead — H.264 in MP4 is universally supported and compresses better than DivX. DivX is the right choice when your target is a 2003–2012-era DVD player, car stereo, or photo frame whose firmware predates H.264.
For a slideshow watched by humans, 3–5 seconds per image is the comfortable range — enough time to register the subject without fatigue. For ambient/background play (a digital frame on a sideboard), 7–10 seconds works. The 1/60s and 1/30s settings are not slideshow speeds; they place each image on a single video frame at 60 fps or 30 fps, useful for stop-motion, time-lapse, or technical previews where you want one photo per frame.
Not from this single-step JPEG-to-DivX page — the audio track defaults to silent. To add music, first generate the silent DivX, then mux an MP3 audio track in a video editor (DaVinci Resolve, Shotcut, Avidemux) or remux with ffmpeg: ffmpeg -i slideshow.divx -i music.mp3 -c:v copy -c:a copy -shortest output.avi.
.avi rather than .divx?DivX video almost always lives inside an AVI container (the .divx extension is the same AVI structure with a different filename). Most DVD players and media boxes look for .avi; that's the most compatible output. If your specific device only enumerates .divx extensions, simply rename the file — the byte content is identical.
Pick the 720×576 Fixed Resolution preset in step 3 and leave Quality Preset on Very High (Recommended). The output AVI then drops directly into DVDStyler or DVD Flick as a DivX-in-AVI source; those tools transcode to MPEG-2 program stream for the final DVD-Video burn. Use 720×480 instead for NTSC-region DVDs (US, Canada, Japan).
Yes. Use DivX to MP4 for the reverse direction — H.264 inside MP4 is the most compatible modern format. You can also start from other formats: JPG to DivX handles .jpg-extension files specifically, and Image to DivX accepts mixed batches of JPEG, PNG, BMP, and other still formats in one upload.
The converter letterboxes them: the image is scaled to fit fully inside the chosen output resolution, and the unused area is filled with the Background Color (default Black, configurable to any of two dozen named colors). A portrait phone photo at 3024×4032 inside a 1920×1080 frame produces a centered image with black bars on the left and right.