Initializing... drag & drop files here
Supports: AVI
BMP (Bitmap) is an uncompressed image format that stores every pixel's exact color value — no compression artifacts, no quality loss. Extracting AVI frames as BMP produces pixel-perfect images ideal for scientific analysis, machine vision, medical imaging, forensic examination, and any workflow where compression artifacts are unacceptable.
While BMP files are significantly larger than JPEG or PNG (a 1920×1080 frame is ~6 MB as BMP vs ~200 KB as JPEG), the zero-compression guarantee makes BMP the format of choice for applications requiring exact pixel data. Legacy Windows software and embedded systems also commonly require BMP input.
| Format | Compression | 1080p Frame Size | Quality Loss | Best For |
|---|---|---|---|---|
| BMP | None | ~6 MB | Zero | Scientific, forensic, legacy |
| PNG | Lossless | ~2–5 MB | Zero | Archival with smaller files |
| JPEG | Lossy | ~150–300 KB | Minimal | General sharing |
| AVIF | Lossy/lossless | ~60–100 KB | Minimal | Web optimization |
BMP stores raw pixel data with zero processing — no compression algorithm is applied. While PNG is also lossless, it applies compression that could theoretically interact with downstream analysis tools. BMP is the safest choice for scientific, medical, and forensic applications where absolute data integrity is required.
Yes. Choose "Multiple Screenshots" and set the capture rate. Be aware that BMP files are large — extracting 100 frames from a 1080p video produces ~600 MB of BMP files.
Since BMP is uncompressed, the only way to reduce file size is to reduce resolution. Scale by percentage (e.g., 50% halves dimensions and quarters file size) or pick a lower preset resolution. For smaller files with lossless quality, consider AVI to PNG instead.
XConvert handles AVI files with any codec including DivX, Xvid, MJPEG, H.264, MPEG-4, and uncompressed video.
Yes. Choose "Specific Frame" and enter the exact time in seconds. Decimal values work — 5.25 captures the frame at 5 seconds and 250 milliseconds.