Initializing... drag & drop files here
Supports: X3F
X3F is Sigma's proprietary RAW format from the Foveon X3 sensor, which stacks red, green, and blue photodiodes vertically at every pixel site instead of using the Bayer mosaic pattern. Only Sigma Photo Pro, Iridient Developer, and a few others read X3F natively, and individual files easily run 30-60 MB — far too large to share, and impossible to play in any video tool. Xvid (the open-source GPL implementation of MPEG-4 Part 2 Advanced Simple Profile, version 1.3.7, last released Dec 28 2019) wraps your demosaiced frames in an AVI that virtually every legacy player — set-top DVD/DivX boxes, car head units, older Smart TVs, Windows Media Player — will recognise.
| Property | X3F (Sigma RAW) | Xvid (AVI) |
|---|---|---|
| Type | Still-image RAW container | Lossy video codec in AVI |
| Standard | Proprietary (Sigma / Foveon) | MPEG-4 Part 2 ASP (open, GPL) |
| Codec author | Sigma Corporation / Foveon Inc. | Xvid project (community fork of OpenDivX) |
| Sensor data | Three vertically stacked photodiodes per pixel site, no demosaicing | Encoded YUV 4:2:0 video frames |
| Typical size | 30-60 MB per frame (12-bit linear) | A 1-min 720x480 clip at 1500 kbps is ~12 MB |
| Bit depth | 12 bits/channel pre-demosaicing | 8-bit Y'CbCr after encoding |
| Compression | Lossless or lightly compressed | Lossy DCT + motion compensation, B-frames |
| Editable in browser | No — needs Sigma Photo Pro / dcraw | Plays in VLC, MX Player, most desktop tools |
| Playback support | Sigma Photo Pro, Iridient, SILKYPIX (limited) | DivX-certified DVD players, older Smart TVs, Windows, Linux, macOS via VLC |
| Last spec update | dp Quattro/SD Quattro variants (2014-2016) | Xvid 1.3.7 — Dec 28, 2019 |
| Best use today | Original archival capture for Sigma shooters | Legacy hardware playback, DVD/USB compatibility |
| Quality Preset | Approximate qscale | Typical bitrate (480p slideshow) | When to pick it |
|---|---|---|---|
| Very High (recommended) | ~3 | 2,500-4,000 kbps | Sharing the cleanest output, room on the disc |
| High | ~5 | 1,500-2,500 kbps | DVD-Video equivalent, looks fine on a TV |
| Medium | ~10 | 800-1,500 kbps | USB stick to an older car head unit |
| Low | ~15-20 | 400-800 kbps | Email-size proof reel, intentional macroblock look |
| Constraint Quality | bitrate-locked | exact target | Matching a fixed DVD bitrate budget |
The X3F-to-Xvid pipeline is almost always a slideshow workflow: you have a folder of Foveon frames and want a single playable file that runs on hardware too old or too locked-down for MP4/H.264. Xvid-in-AVI is the format that DivX-certified DVD players, 2010s in-car entertainment systems, and legacy industrial displays universally accept. If your target device is a modern phone, TV, or browser, convert X3F to MP4 instead — H.264 is half the file size at the same visual quality.
Partially. The Foveon X3 sensor captures full RGB at every pixel without demosaicing, which gives X3F files exceptionally clean color transitions and per-pixel detail. Xvid encodes in 8-bit Y'CbCr 4:2:0, so chroma is subsampled to half-resolution horizontally and vertically — the per-pixel color purity is flattened. The luminance detail and the distinctive Foveon micro-contrast survive at Very High preset; subtle skin-tone gradations may posterise at Medium/Low.
Use 720x480 if you're in NTSC territory (US, Canada, Japan) or 720x576 for PAL (most of Europe, Australia, much of Asia/Africa) — these match the active-pixel resolution of DVD-Video and are the safest bet for "DivX Certified" set-top boxes. Going higher (1080p or 4K) is fine for Smart TVs and PCs, but many 2005-2015 hardware players refuse anything above 720x576 even though their HDMI output is 1080p.
Xvid (MPEG-4 Part 2 ASP) is roughly 1.5-2x less efficient than H.264 and 3-4x less efficient than H.265 for the same perceptual quality. The codec was finalised in the early 2000s and never received the entropy-coding and intra-prediction improvements that came with AVC. If file size matters more than legacy compatibility, MP4/H.264 is the better choice; pick Xvid only when the playback device demands it.
This converter produces video-only Xvid output from your image inputs — the source X3F files contain no audio track. To add a soundtrack you'd typically build the silent AVI here and then mux audio in a desktop editor like Avidemux, Shotcut, or FFmpeg (e.g. ffmpeg -i slideshow.avi -i music.mp3 -c:v copy -c:a mp3 -shortest out.avi). MP3 or AC-3 are the safest audio codecs for legacy AVI playback.
On desktop yes — VLC, MX Player, mpv, PotPlayer, Kodi, and SMPlayer all bundle libavcodec, which decodes Xvid out of the box on Windows, macOS, Linux, and Android. iOS and tvOS native players do not decode Xvid/AVI; iPhone/iPad users need a third-party player like VLC for iOS or Infuse. Modern web browsers do not play Xvid in AVI at all — that's the trade-off for legacy hardware compatibility.
They're sibling codecs that both implement MPEG-4 Part 2 ASP, but they're not the same. Xvid is GPL-licensed open-source software; DivX is proprietary (DivX, LLC). Most files encoded by one will play in the other, with caveats — Xvid's optional features (multiple B-frames, custom quantisation matrices, GMC with three warp points) can confuse strict DivX-certified hardware. If your target player has the DivX logo, stick to the "Very High" or "High" preset and avoid the most aggressive options. See also convert X3F to DivX if you specifically need a DivX-fourcc'd file.
For sharing individual frames, yes — convert X3F to JPG is faster, produces tiny files, and works everywhere. Use the X3F-to-Xvid workflow when you specifically need a single playable video file (proof reel, slideshow, DVD/USB for legacy hardware) rather than a folder of stills.
The Xvid project hasn't shipped a new version since 1.3.7 on December 28, 2019, but the codec doesn't need updates — MPEG-4 Part 2 ASP is a frozen standard, and millions of files encoded over the past two decades aren't going away. Older DVD players, security DVRs from the 2010s, in-dash car entertainment, and some industrial displays were certified against that exact codec and have no migration path to H.264 or beyond. Xvid is "feature complete" rather than abandoned.