Initializing... drag & drop files here
Supports: BMP
This tool turns a still BMP bitmap into a short, silent AV1 video clip — a single frame held on screen for a set duration and encoded with the AOMedia AV1 codec. It is not the same as converting BMP to a still image: the output is a video-only bitstream with no audio track. If you actually want a modern still image rather than a clip, you almost certainly want BMP to AVIF instead, which stores one AV1-compressed frame as a picture.
People searching "BMP to AV1" often mean one of two different things. BMP is an uncompressed raster still image; AV1 is a video codec. There is no still-image format whose extension is .av1. The closest still equivalent is AVIF, which wraps one AV1 frame in an image container.
| Property | BMP | AV1 (this output) | AVIF (the still alternative) |
|---|---|---|---|
| Media type | Still image | Video clip | Still image |
| Compression | None (raw raster) | AV1 inter/intra video coding | AV1 intra-frame coding |
| Has audio? | No | No (silent) | No |
| Container | BMP file | Bare AV1 elementary stream | HEIF image container |
| Best for | Lossless editing source | Generating a video from a picture | Web-ready modern image |
| Get it via | — | This page | BMP to AVIF |
| Property | Value |
|---|---|
| Full name | AOMedia Video 1 |
| Developed by | Alliance for Open Media (Amazon, Apple, Google, Microsoft, Mozilla, Netflix and others) |
| Released | Bitstream spec March 28, 2018; validated 1.0.0 June 25, 2018 |
| Type | Royalty-free video codec |
| Output here | Bare AV1 elementary stream (video only, no container) |
| Native browser support | Chrome 70+, Firefox 67+, Edge 121+, Opera 57+; Safari 17+ partial (hardware decoder dependent) |
| For broad playback | Re-wrap into MP4 or WebM via AV1 to MP4 |
Often not. The output is a raw AV1 elementary stream, not a media container, so many players and browsers will not open it directly. VLC and ffmpeg-based tools can play raw streams, but for reliable playback in browsers, phones, and editors, re-wrap the clip into a container with AV1 to MP4 or a WebM tool.
No. A BMP is a still image with no audio, so the conversion produces a silent video. There is no audio track to add during this step.
That is expected — a single BMP becomes a single frame held for the duration you set under Image Duration (5 seconds by default). To make a longer slideshow-style clip, upload several images and use the "Merge images" strategy.
If you want a picture, choose AVIF — it stores one AV1-compressed frame as a still image with wide modern support. Convert to AV1 video only when you specifically need a video clip, for example to drop a logo or photo into a video timeline.
BMP is uncompressed, so any video encode applies lossy compression. In our testing, keeping the Quality Preset on "Very High" produces a clip that looks visually identical to the source bitmap at normal viewing sizes while being dramatically smaller than the raw BMP.
AV1 is a royalty-free codec from the Alliance for Open Media and decodes natively in Chrome 70+, Firefox 67+, Edge 121+, and Opera 57+, with partial Safari 17+ support that depends on hardware decoding. Support applies to AV1 inside a container; a bare elementary stream still needs to be wrapped first.