Initializing... drag & drop files here
Supports: DIVX
Grab a single frame from a DivX video and save it as a Windows Bitmap (BMP) — an uncompressed, pixel-exact still that opens natively in Paint, legacy Windows imaging apps, and machine-vision tools. DivX is a lossy MPEG-4 Part 2 codec, so the frame you pull already carries the video's compression; BMP just stores those decoded pixels verbatim without adding any further loss. Files upload over an encrypted connection, process on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.
.divx or .avi carrying the DivX codec). Batch uploads are supported.2.100 lands at 2 seconds 100 milliseconds. Or choose Multiple Screenshots to extract a numbered sequence at a set interval.BMP gives you raw, predictable pixels, but the files are large. For a still that's lossless yet far smaller, PNG is usually the better pick; for an everyday image to share, JPG is smaller again. Pick BMP only when a downstream tool specifically needs uncompressed bitmap data.
| Property | BMP (this page) | PNG | JPG |
|---|---|---|---|
| Compression | None (24-bit); optional RLE on indexed | Lossless DEFLATE | Lossy DCT |
| 1080p frame size (typical) | ~6 MB (24-bit) | ~1-2 MB | ~150-300 KB |
| Lossless | Yes (pixel-exact) | Yes | No |
| Transparency | 32-bit alpha (limited reader support) | Yes (alpha channel) | No |
| Best for | Legacy Windows, embedded, machine vision | Web, screenshots, archival | Sharing, email, web pages |
A 24-bit 1920x1080 frame is about 6.2 MB (1920 x 1080 x 3 bytes plus a small header), and a 4K (3840x2160) frame is near 24 MB — BMP stores every pixel without compression. Multi-screenshot jobs multiply that fast. To shrink output, lower the Resolution Percentage, or use DivX to PNG for a lossless still that's typically a quarter to a third of the BMP size.
It matches what your player shows, but not necessarily the encoder's original source. DivX is MPEG-4 Part 2 ASP and uses chroma subsampling, so color is reconstructed at decode time; the RGB written to BMP is mathematically the decoded frame. If you also drop Resolution Percentage below 100%, the resampling adds correct-but-not-pixel-identical interpolation. For exact decoded pixels, keep the original resolution and 24-bit depth.
Yes. Choose Specific Frame under Frame Selection and type the time into Time (seconds). Decimals are supported — 5.25 pulls the frame at 5 seconds 250 milliseconds, and the closest decoded frame to that time is returned. In our testing, a 2.100 request on a 25 fps clip returned the frame at roughly the 52nd frame, exactly where that timestamp falls.
Pick Multiple Screenshots instead of Specific Frame and set the interval to 1 second. The converter walks the clip start to finish at that cadence and outputs a numbered BMP sequence. To match the source frame rate, set the interval close to 1 / framerate (about 0.04 s for 25 fps, 0.033 s for 30 fps).
BMP is uncompressed by design — that is the format, not a setting. If you wanted a lossless still without the bulk, you picked the wrong target: DivX to PNG gives the same pixel-for-pixel quality at a fraction of the size, and DivX to JPG is smaller still when minor lossy compression is acceptable.
Files travel over an encrypted (TLS) connection, are processed on our servers, and are deleted automatically a few hours after the job finishes. There is no sign-up, no watermark on the output, and files are never shared or made public.