Initializing... drag & drop files here
Supports: RAF
Converting Fujifilm raw stills into an MKV gives you something no other target here does: a real, correctly-named Matroska container plus a codec dropdown with twenty-one entries. That choice is the whole decision on this page — the container is the easy part. The short answer is to leave it on H.264, which is what it ships with. The long answer is that several of the listed codecs will quietly resize your photograph, and one of them will fail outright at the default settings. This page explains which, and why.
Every image is normalised to a maximum long edge of 4096 pixels before encoding, so a full-resolution 3:2 Fujifilm frame — 7728×5152 on an X-T5 — arrives at the encoder as 4096×2730. Here is what each codec then does with it:
| Codec | On our supported MKV list | What happens to a 4096×2730 still | Verdict |
|---|---|---|---|
| H.264 (default) | Yes | Kept at 4096×2730 | The safe choice; plays everywhere |
| H.265 | Yes | Kept at 4096×2730 | Smaller at equal quality; needs a newer decoder |
| AV1 | Yes | Kept at 4096×2730 | Smallest files, slowest encode |
| VP9 | Yes | Kept at 4096×2730 | Solid open alternative to H.265 |
| VP8 | Yes | Kept at 4096×2730 | Older; use Quality Preset, not Constant Quality |
| Theora | Yes | Kept at 4096×2730 | Legacy open codec, rarely the right answer |
| MPEG-2 | Yes | Fails — see the warning below | Only with an explicit smaller frame size |
| MPEG-4 | Yes | Clamped to 2048 px per axis, including on "Keep original" — and per-axis, so the aspect ratio breaks | Legacy players only |
| Xvid, DivX, MS MPEG-4 | No | Also reduced toward 2048 px | Legacy players only |
| MPEG-1 | No | Capped just under 4096 px | Historic interest only |
| H.263 | No | Snapped to 1408×1152 — aspect ratio not preserved | Avoid |
| H.261, H.263+ | No | Capped at 352×288 | Avoid |
| WMV 1, WMV 2, FLV, Flash Video, MJPEG, HuffYUV | No | Varies by codec | Untested combinations |
Matroska itself is broader than that list: its codec specification defines identifiers for MPEG-1, MPEG-4 ASP and MJPEG among others, plus a catch-all V_MS/VFW/FOURCC mapping for Video-for-Windows codecs carried over from AVI. So a "No" above means the combination is outside what we validate, not that the format forbids it — but the practical risk is identical either way, because the codec you pick is passed straight through without being checked against the container. A fringe choice can mux cleanly and still fail to decode in the player you hand it to.
The one outright failure is worth spelling out: picking MPEG-2 and leaving the resolution on "Keep original" produces a hard error, because the pre-encode normalise step lands the frame on exactly 4096 pixels and the MPEG-2 encoder rejects any dimension that is a multiple of 4096. We reproduced it directly — ffmpeg reports "Width or Height are not allowed to be multiples of 4096" and writes a zero-byte file, while the same encode at 3840×2560 succeeds. If you need MPEG-2, set an explicit Width x Height first.
.raf files onto the page or click "+ Add Files". Only .raf inputs are accepted, and upload order becomes shot order when files are merged..mkv. It opens directly, with no renaming. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. No sign-up, no watermark.Regardless of which codec you choose, these are fixed for image sources:
| Setting | Value | Adjustable |
|---|---|---|
| Container | Matroska | No — that is the point of this page |
| Frame rate | 1 fps | No |
| B-frames | Disabled | No |
| Pixel format | yuv420p — 8-bit, 4:2:0 |
No |
| Audio track | None | No — a photograph has no audio, so the controls are hidden |
| Clip length | 5 seconds per still by default | Yes, via Image Duration |
| Long-edge cap before encoding | 4096 px | No |
| Background and letterbox fill | White | Yes, via Background Color |
| Rate control modes offered | Quality Preset (selected), Constant Quality, Constraint Quality | Yes |
Bitrate and target-file-size modes are hidden for image sources, because a still has no source bitrate to scale from. Size is governed by resolution, clip length and the quality mode you pick.
Because of an unlucky collision between two limits. Images are normalised to a 4096-pixel long edge before encoding, and the MPEG-2 encoder refuses frame dimensions that are exact multiples of 4096 — it reports "Width or Height are not allowed to be multiples of 4096" and produces nothing. Any full-resolution Fujifilm frame wider than 4096 lands on exactly that number. Set an explicit Width x Height (3840×2560 works) or a Preset Resolution before selecting MPEG-2.
Those codecs are capped at 2048 pixels on each axis in this pipeline, and the resize is applied silently rather than refusing the job. If you set 1920×1280 you will get it; if you leave "Keep original" you will get roughly 2048 pixels wide instead of 4096. Choose H.264 or newer if resolution matters.
There is no audio in a photograph, so there is nothing to encode and the audio controls are hidden rather than offering an option that would do nothing. If you want a soundtrack over the slideshow, produce the MKV here and add audio in a video editor afterwards.
Because a held still image is identical in every frame, so storing 25 or 30 copies per second only inflates the file. The clip plays for the full Image Duration regardless; only the number of stored frames differs. There is no frame-rate control on this page for that reason.
Yes, and that is the default behaviour. Merge strategy ships on "Merge images", so every raw you upload becomes one shot in a single MKV, in upload order, each held for the Image Duration you set. Twelve photographs at 5 seconds each gives a one-minute film. Pick "Video per image" if you would rather have one file per photograph.
No. The raw decoder develops Fujifilm raw at 8 bits per channel by default, and the encoder writes yuv420p, which is 8-bit with the colour channels at half resolution. Combined with the 4096-pixel long-edge cap, an MKV from this page is a delivery file, not an archival one. Keep the .raf masters, and use RAF to TIFF if you want a still render instead.
No, and it is worth being explicit about that. Your codec choice is passed straight to the encoder rather than being checked against the output container, so a fringe pick such as HuffYUV, Flash Video or WMV can produce a file that muxes without complaint and then fails to decode in the player you hand it to. The rows marked "Yes" in the table above are the combinations we treat as supported for Matroska output; everything else is a gamble that is rarely worth taking.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. If the finished MKV is larger than you want, compress MKV will shrink it, and the RAF converter hub lists every other target Fujifilm raw can reach here.