Initializing... drag & drop files here
Supports: MRW
MRW is Minolta's RAW photo container and AV1 is a video codec, so this conversion is not a format swap — it builds a short, silent clip that holds one developed frame on screen. That is genuinely useful when you need a still inside a video timeline, a slideshow segment, or a looping background, and AV1 is the most efficient way to carry it. It is the wrong tool if you simply want to look at the photograph.
Two structural facts shape everything on this page. The source is a single still, so there is no audio track and no motion to encode. And the file you download is a Matroska container wearing an .av1 name, which most players judge by extension rather than contents.
| Property | Value |
|---|---|
| Full name | Minolta RAW / Minolta Raw Image |
| Vendor | Minolta, later Konica Minolta |
| File signature | \0MRM superblock with big-endian block lengths |
| Internal blocks | PRD (raw dimensions), TTW (TIFF/EXIF tags and thumbnail), WBG (white balance gains), RIF (requested image format), PAD |
| Payload | 12-bit sensor readout per photosite, Bayer mosaic, uncompressed |
| Motion / audio | None — a single still frame |
| Cameras | DiMAGE 5, 7, 7i, 7Hi, A1, A2, A200; Alpha/Dynax/Maxxum 5D and 7D |
| Status | Orphaned. Konica Minolta announced its camera-business exit on 19 January 2006 and transferred SLR operations to Sony that March |
| Succeeded by | Sony ARW on the Alpha bodies that inherited the Minolta mount |
| Property | Value |
|---|---|
| Codec | AV1, the AOMedia royalty-free video codec |
| Container | Matroska, written under an .av1 filename |
| Audio | None. The audio codec control does not render for image sources, and a photo has nothing to carry |
| Frame rate | 1 fps — one encoded frame held for the clip's duration |
| Default duration | 5 seconds; selectable from a fraction of a second up to 10 seconds |
| B-frames | Disabled, since every frame is identical |
| Colour depth | 8 bits per channel, developed from the RAW during decoding |
| Quality control | Quality Preset (default), Constant Quality, or Constraint Quality |
| Constant Quality range | CRF 16–63, lower meaning higher quality |
| Background | White by default, filling any padding around the still |
.mrw files onto the page or click "+ Add Files". With several files queued, "Merge strategy" decides whether they become one clip or one clip each.Because the source is an image rather than a video, the bitrate-oriented modes are hidden — there is no source bitrate to scale against, so targeting a data rate or an output size would be meaningless. Three modes remain:
Before encoding, the still is re-rendered to a clean intermediate image capped at 4096 pixels on its long edge. A Maxxum 7D frame is 3,008 × 2,000 and no camera in the MRW family reached even ten megapixels, so that ceiling never bites here — it exists for far larger modern sources.
Because almost every player picks its demuxer from the file extension, and .av1 is not a container name — it is a codec name. What we actually write is a Matroska file. We probed one of our own outputs: the first four bytes are 1A 45 DF A3, the EBML signature Matroska begins with, and the file reports exactly one stream. Rename it to .mkv — no re-encoding, the bytes are already correct — and players that refused it will open it. VLC and mpv sniff contents and usually manage without the rename.
There is nothing to make sound from. MRW is a photograph, so the conversion produces video only, and the audio codec control does not even render on this page for that reason. This is not a setting you have missed or a bug to work around. If the clip needs a soundtrack, add one in a video editor after conversion.
AV1 compresses a static frame more efficiently and carries no licensing baggage, but it encodes more slowly and hardware decoding is less universal on older devices. H.265 decodes in hardware on a much wider range of phones, TVs and laptops. For archiving or web delivery, AV1; for guaranteed playback on older kit, MRW to HEVC. Both land in a Matroska container here with the same extension caveat, so neither choice spares you the rename.
It sets the quantiser AV1 uses on that single encoded frame, on a 0–63 scale where lower means less quantisation and a bigger file. Since only one real frame exists, CRF is effectively the sole determinant of both quality and size — there is no motion for the encoder to exploit or squander. Values in the middle of the range keep a photograph looking clean; pushing towards the high end starts to smear the fine texture that made the RAW worth keeping.
Only slightly. At 1 fps with B-frames off, every frame after the first is an exact repeat, so the encoder spends almost nothing on them — a ten-second clip is not ten times the size of a one-second clip. Nearly all the bytes go into that first frame. Set the duration by what the edit needs rather than by size anxiety.
Because the frame's aspect ratio does not match the video resolution you chose, and the difference is padded with the Background Color, which starts on White. Either pick a resolution matching the photo's proportions, or change Background Color to something that suits the project. Video formats cannot store transparency, so padding of some colour is unavoidable when shapes disagree.
No. The RAW decoder develops MRW's 12-bit readout to 8 bits per channel before anything is encoded, and AV1 here carries that 8-bit signal. What survives is the picture; what is spent is the latitude to re-expose or re-balance it later. That is an argument for keeping the original .mrw rather than against this conversion — the video is a deliverable, not a master.
A still image format. MRW to PNG gives a lossless render if you select the Highest preset, MRW to TIFF suits archiving once you switch its compression to LZW, and MRW to JPG is the small, universally-openable option. Use this AV1 page only when the destination genuinely is a video timeline.