Initializing... drag & drop files here
Supports: MKV
Grab a single still from a Matroska (.mkv) video and save it as a Windows Bitmap (.bmp) image. This pulls one frame — or several separate stills — out of the video; it does not convert the whole clip. BMP stores that frame as raw, uncompressed pixels, which is exactly what some legacy Windows apps, imaging SDKs, and machine-vision tools expect, even though the files are large for their pixel count.
.mkv file onto the page or click "+ Add Files" to pick it from your computer..bmp. No sign-up, no watermark.The frame you pull out is only as sharp as the source video allows — converting a compressed video frame to BMP stores it losslessly but cannot add detail the encoder already discarded. The format you save it in only changes file size and compatibility, not the picture:
| Property | BMP (this tool) | PNG | JPG |
|---|---|---|---|
| Compression | None (raw pixels); RLE exists only for 4/8-bit and is rare | Lossless, compressed | Lossy, compressed |
| Typical 1080p frame size | ~6 MB at 24-bit | ~1–3 MB | ~0.2–0.5 MB |
| Quality vs source frame | Identical | Identical | Slight loss at high compression |
| Best for | Legacy Windows apps, imaging SDKs, machine vision that demand .bmp |
Sharing a pixel-exact still, web use | Quick previews, email, smallest file |
| Native readers | Windows, plus most desktop image viewers | Every modern browser and OS | Every modern browser and OS |
If you just want a small, shareable, pixel-exact still, extract the frame as PNG (lossless and compressed) or as JPG (smallest file). Choose BMP only when a tool specifically requires an uncompressed bitmap.
The MKV is compressed video — codecs like H.264 or VP9 store only the differences between frames. BMP stores every pixel of one frame as raw bytes with no compression. A 1920×1080 frame is 1920 × 1080 × 3 bytes (blue, green, red) ≈ 6 MB at 24-bit. That is normal for an uncompressed bitmap, not a sign anything went wrong.
No. BMP is a lossless container, so it preserves the frame exactly — but it cannot recover detail the video codec already threw away. The extracted still's ceiling is the source frame itself. In our testing, a frame pulled from a heavily compressed MKV shows the same blocking and softness in BMP as it does in the original video; BMP just stores those artifacts without adding more.
Yes. Switch from Specific Frame to Multiple Screenshots in Advanced Options. The tool samples the timeline and returns the frames as separate image files so you can keep the ones you want. Each is an independent still — this never reassembles them into a video.
The output is a standard 24-bit BMP (8 bits each for red, green, and blue), which covers the full color range of a typical video frame. BMP also supports 1-, 4-, 8-, 16-, and 32-bit variants, but 24-bit is the right match for photographic video content and is what virtually every Windows imaging tool expects.
PNG, almost always. PNG is also lossless, so the picture is identical, but its compression makes the file roughly 50–80% smaller than the equivalent BMP — and Windows, macOS, and Linux all save screenshots as PNG by default. Reach for BMP only when a specific application refuses anything but an uncompressed bitmap. For sharing, save the frame as PNG instead.
Your .mkv is uploaded over an encrypted connection, the frame is rendered on our servers, and both the upload and the resulting .bmp are deleted automatically a few hours after conversion. There is no sign-up, no watermark, and your files are never shared or made public.