Initializing... drag & drop files here
Supports: BMP
A BMP is a single still image, so converting it to HEVC (H.265 video) does not create motion — it produces a silent video that holds that one picture on screen for a duration you choose. This walk-through shows how to do it, when it actually makes sense, and why HEVC is usually the wrong target for a single still.
.bmp onto the page or click "+ Add Files". With several bitmaps, pick Merge images to chain them into one clip or Video per image for a separate file each.This is the part people get wrong, so it is worth being precise. A BMP holds one frame of pixels and nothing else — no timeline, no audio, no animation. The conversion takes that single image and repeats it as the only frame of an H.265 stream for the duration you set. The result plays like a paused video:
.hevc file, since the extension is a raw H.265 elementary stream.If you want X, set the controls like this:
HEVC's whole advantage is inter-frame compression — it predicts each frame from the ones around it to shrink moving footage. A still image has no motion to predict, so none of that benefit applies. Worse, HEVC's intra-frame coding will re-compress your bitmap lossily, so a pristine uncompressed BMP comes out slightly degraded with nothing gained in detail. You also inherit HEVC's real-world downsides: slow encoding, patchy playback, and patent-licensing baggage (see the table). For one frame, those costs buy you almost nothing.
| Concern | What happens with BMP → HEVC |
|---|---|
| Detail gained | None — wrapping a still adds no information; H.265 intra-coding re-compresses it lossily |
| Motion compression benefit | None — there is no motion between frames to compress |
| Playback | A raw .hevc stream often will not open directly; it usually needs a container like MP4/MOV/MKV |
| Encoding speed | Slow relative to H.264 for the same hardware |
| Licensing | HEVC is patent-encumbered (multiple pools: MPEG LA, Access Advance, Velos Media) |
| Better still-as-video target | BMP to MP4 — H.264 plays virtually everywhere |
Most people who land here do not actually need video at all. If your goal is just a smaller, shareable still, keep it an image: BMP to PNG is lossless and far smaller than an uncompressed bitmap, and BMP to JPG is smaller still for photos. If a platform genuinely demands a video file, BMP to MP4 is the safe choice — its H.264 codec plays on virtually every phone, browser, and social app, where a bare .hevc stream frequently will not. Reach for HEVC only when a specific pipeline explicitly requires an H.265 elementary stream. To go the other direction and pull a frame back out of an H.265 file, see HEVC to MP4.
No. A BMP is a single still raster image with no frames, timeline, or audio of its own. The conversion holds that one image on screen for the duration you choose, so there is no motion, and because the source is an image the output is silent — the audio codec is not written at all. To get movement or sound you would need a video editor, not a format conversion.
No. Wrapping a still in HEVC adds no detail. HEVC's compression advantage comes from predicting one moving frame from another, and a single repeated frame has nothing to predict. Its intra-frame coding will actually re-compress your bitmap lossily, so an uncompressed BMP comes out slightly softer, not sharper, with no upside.
A .hevc file is a raw H.265 elementary stream with no container around it, and most browsers and players expect HEVC inside a container such as MP4, MOV, or MKV. That, plus HEVC's patchy native playback, is why a bare stream often refuses to open. If you need a still as a video that plays anywhere, convert BMP to MP4 instead — its H.264 codec is supported on virtually every device.
HEVC (H.265, standardized in 2013 by the JCT-VC group of ISO/IEC MPEG and ITU-T) is built to compress motion, encodes slowly, has patchy playback, and is patent-encumbered through several licensing pools. For one frame none of its motion-compression gains apply, so you pay all of HEVC's costs for none of its benefit. If you only need a smaller still, BMP to PNG or BMP to JPG is the right tool.
The Image Duration dropdown ranges from a single frame (1/60s, 1/30s, or 1/24s) up to 10 seconds per image. In our testing, a 1920×1080 BMP set to 5 seconds produced a short silent H.265 clip a few hundred kilobytes in size, since a static frame needs almost no data to repeat. For a true single frame to drop into an editing timeline, choose "1/30s"; for a slide meant to dwell on screen, choose 5–10 seconds.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion. There is no sign-up and no watermark, and your files are never shared or made public.