Initializing... drag & drop files here
Supports: MTS
MTS is the AVCHD container your Sony, Panasonic, or Canon camcorder writes, holding H.264-compressed 1080p video. BMP is Microsoft's Windows bitmap — an uncompressed, lossless raster format. This tool decodes one frame (or a batch of frames) from your MTS clip and saves it as a BMP still, giving you a pixel-exact bitmap with no additional compression applied on top of the source video.
| Property | Value |
|---|---|
| Format | MTS / M2TS — AVCHD (Advanced Video Coding High Definition) |
| Introduced | 2006, co-developed by Sony and Panasonic |
| Video codec | H.264 / MPEG-4 AVC |
| Typical resolution | 1080i / 1080p and 720p |
| Container | MPEG-2 Transport Stream (.mts on camera, .m2ts on disc) |
| Audio | Dolby AC-3 or linear PCM |
| Best for | Recording HD footage on AVCHD camcorders |
| Plays in browsers | No native support — needs conversion to MP4/WebM |
| Property | Value |
|---|---|
| Format | BMP — Windows Bitmap (device-independent bitmap) |
| Origin | Microsoft, for the Windows and OS/2 graphics subsystem |
| Compression | Typically none — pixel data stored uncompressed |
| Quality | Lossless container (stores the decoded frame exactly) |
| Common bit depth | 24-bit (true color, 16.7 million colors) |
| 1080p frame size | About 6.2 MB at 24-bit (1920 × 1080 × 3 bytes) |
| Best for | Pixel-exact stills for editing or analysis pipelines, Windows tooling |
| Plays in browsers | Limited — no native <img> support in most browsers |
2.100 lands on 2 seconds and 100 ms. Choose Multiple Screenshots to pull a sequence of frames, delivered together as a ZIP.No. BMP stores the decoded frame uncompressed, so the conversion itself adds no new loss — it preserves the decode exactly. The one caveat: the source MTS is already H.264-compressed video, so any detail that codec discarded during recording is gone before extraction. BMP can't restore what H.264 never kept; it just captures the pixels as they decode, without throwing any more away.
Because BMP applies no compression. A 1080p frame at 24-bit color is roughly 6.2 MB as a BMP (1920 × 1080 × 3 bytes of raw pixel data). The same frame saved as JPG can be a few hundred kilobytes because JPEG drops data the eye is unlikely to notice. If file size matters more than a pixel-exact bitmap, convert MTS to JPG instead.
For most people, PNG is the better choice — it is lossless like BMP but compressed, so you get the same pixel-exact frame at a much smaller size and with native browser support. Pick BMP specifically when a Windows tool or an editing/analysis pipeline expects an uncompressed bitmap. Pick JPG when you just need a shareable still and want the smallest file.
Choose Specific Frame in Advanced Options, then type the timestamp into the Time (seconds) field. The field takes a decimal, so 12.500 extracts the frame at 12.5 seconds. For a burst of stills across the clip, switch to Multiple Screenshots, which returns the frames packaged as a ZIP.
The output is a standard 24-bit true-color BMP, which stores 16.7 million colors with one byte each for red, green, and blue. That matches the color range of the decoded H.264 frame, so no color information is lost in the handoff from video to bitmap.
BMP opens in Windows Photos, Paint, and virtually every desktop image editor (Photoshop, GIMP, IrfanView). Web browsers and many phone galleries have only partial BMP support, so if you plan to post the still online or view it on mobile, PNG is the safer, smaller format.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.
To convert the whole clip to a widely playable format instead of grabbing a frame, use MTS to MP4. Going the other direction — building an MTS clip from bitmap stills — is handled by BMP to MTS.