Initializing... drag & drop files here
Supports: RAF
A .raf is a single still photograph — Fujifilm's RAW format, holding unprocessed sensor data from an X-series or GFX body before any in-camera rendering. MPEG-2 is a motion video standard (ISO/IEC 13818-2, technically identical to ITU-T H.262), the coding that carried DVD-Video and digital broadcast for two decades. There is no sense in which one is a version of the other, so this page does the only thing that makes sense: it demosaics your photograph into ordinary pixels and builds a short silent video clip that holds that frame on screen for a duration you choose.
Convert here when a DVD-authoring tool, a broadcast ingest step or an editing timeline from that era needs the photograph delivered as video. If you simply want a picture you can look at, RAF to JPG or RAF to TIFF is the page you want instead.
.raf onto the page or click "Add Files". Several photographs can be queued; the next control decides whether they become one clip or several.This page renders a File Compression group with three modes, and it is worth knowing what each one does before you spend time on it, because MPEG-2 has no CRF mode and a still photograph has no source bitrate.
| Control | Effect on the output | Verdict |
|---|---|---|
| Video resolution | Decides the pixel count, and therefore the bitrate the encoder is given | The main lever. Set this first |
| Image Duration | Sets how long the frame is held, and so the clip's length and total size | Works. Default 5 seconds per photo |
| Merge strategy | One combined clip, or one file per photo | Works. Changes the shape of your output more than anything else here |
| Background Color | Paints whatever the photograph does not cover after a shape change | Works, but you only see it if you change the aspect ratio |
| Quality Preset | Scales a source clip's bitrate up or down — and a still has no source bitrate to scale | Not the control that decides picture quality on this page |
| Constant Quality | MPEG-2 has no quality mode, so the value is accepted and then replaced by a bitrate derived from the output resolution | The number you type does not survive |
| Constraint Quality | Same substitution as Constant Quality; the Max bitrate box is not what sets the rate | The number you type does not survive |
So the practical workflow is: choose Video resolution deliberately, choose Image Duration, and leave the compression group alone.
MPEG-2 cannot encode reliably below a resolution-dependent minimum, so the encoder is given a floor calculated from the output pixel count — and on this page that floor is effectively the bitrate, since none of the quality modes overrides it. The floor never drops below 2 Mbit/s.
| Output resolution | Pixels | Approximate bitrate used |
|---|---|---|
| 640 x 480 (VGA) | 307,200 | 2 Mbit/s (the floor) |
| 1280 x 720 (HD) | 921,600 | about 2.8 Mbit/s |
| 1920 x 1080 (Full HD) | 2,073,600 | about 7.5 Mbit/s |
| 2560 x 1440 (QHD) | 3,686,400 | about 16.6 Mbit/s |
| 3840 x 2160 (4K UHD) | 8,294,400 | about 45 Mbit/s |
Combine that with Image Duration to predict the file size: 5 seconds at 1920 x 1080 is roughly 4.7 MB, and the same 5 seconds at 4K is roughly 28 MB, for exactly the same photograph.
A note on what happens before encoding. The RAW is demosaiced and rasterised to a clean intermediate PNG first, and the long edge of that intermediate is capped at 4,096 pixels — modern Fujifilm captures comfortably exceed that, so a full-resolution RAF is downscaled before the encoder ever sees it. The frame is then encoded at one frame per second with B-frames switched off, which is why the file is far smaller than a real 25 or 30 fps clip of the same length.
Because a photograph has no sound to carry over. On this page there is no Audio Codec control at all — it is suppressed for image sources — and the encoder writes video only, so the result has no audio stream rather than a silent one. Most players report this as a missing audio track, which is expected. Add music or narration afterwards in any video editor if the clip needs it.
The tonal latitude does not. A RAF holds 12- or 14-bit linear sensor data with enormous headroom for recovering shadows and highlights; MPEG-2 Main Profile stores 8-bit samples with 4:2:0 chroma subsampling and lossy DCT compression. Smooth gradients — skies, studio backdrops, deep shadow — band first. The resolution is also reduced, because the intermediate frame is capped at 4,096 pixels on the long edge. For anything you intend to edit or print, keep a still format such as RAF to TIFF.
Both. Fujifilm's X-series bodies use the X-Trans colour filter array — a 6 x 6 pattern rather than the conventional Bayer grid — and the demosaic step handles it, as it does the Bayer sensors in the GFX medium-format line. The render is a standard neutral one; it is not an attempt to reproduce a specific Fujifilm film simulation, since those are recipes the camera applies when writing its own JPEG rather than data baked into the RAW.
One, unless you change Merge strategy. Its default, "Merge images", concatenates every uploaded photograph into a single continuous clip in upload order, so the total running time is roughly the number of photos multiplied by the Image Duration. Switch to "Video per image" if you want a separate MPEG-2 file for each RAF instead. This is the setting worth checking before you convert, because it changes the shape of the result more than any other.
.mpeg2, and will a player open it?The extension follows this converter's naming. What is inside is an MPEG program stream carrying MPEG-2 video — the same wrapper family as .mpg and .mpeg files and DVD .VOB objects. VLC, mpv and anything built on ffmpeg identify the contents and play it regardless of the name. Some older players and hardware devices dispatch strictly on the extension, so if one refuses the file, rename it to .mpg and it will be recognised. Nothing about the bytes changes.
Not in the Fixed Resolutions list, which runs from 7680 x 4320 down to 256 x 144 and includes 854 x 480 and 640 x 480 but not the DVD frame sizes. Use Width x Height and type 720 x 480 for NTSC or 720 x 576 for PAL. Remember that DVD frames are anamorphic, so a 3:2 photograph placed in a 720 x 480 frame will be padded — and the padding takes the Background Color, which is white unless you change it.
It fills whatever the photograph does not cover. RAW files have no transparency, so at Keep original you will never see it. The moment you force a different frame shape — a square Instagram size, a vertical format, a DVD frame — padding appears around the picture, and that padding is painted in the Background Color. It defaults to White; set it to Black for conventional letterbox bars, or pick from the 23 other named colours in the list.
MPEG-2 is the right answer only when a specific downstream system demands it — DVD authoring software, a broadcast ingest specification, or an editing suite from that generation. Everywhere else H.264 in an MP4 is smaller at matching quality and plays on phones, browsers and televisions without argument, which is RAF to MP4. If the requirement is just "a video file", choose MP4.
Five seconds, the default, is a reasonable hold for a single photograph in a sequence. Shorter entries down to a single frame exist for building an animation out of many stills — bear in mind the encode runs at one frame per second regardless, so selecting "1/30s (single frame at 30fps)" gives you one frame in the output rather than a thirtieth of a second of motion. Ten seconds is the longest hold available per photo.
Because the source is a still image, and holding one unchanging frame at 25 or 30 frames per second would spend a great deal of bitrate storing the same picture over and over. The encode runs at one frame per second with B-frames disabled, which produces a much smaller file that looks identical — there is no motion to lose. If a downstream tool insists on a broadcast frame rate, re-encode the clip in that tool or in a video editor after conversion.
They are uploaded over an encrypted connection, converted on our servers and deleted automatically after a few hours, along with everything the job produced. There is no sign-up, no watermark and files are never shared or made public. Fujifilm RAW files run to tens of megabytes each, so a large batch is limited mainly by upload time on your connection.