Initializing... drag & drop files here
Supports: ORF
Most ORF-to-MPEG-2 conversions succeed on the first try and then disappoint on the second step: the file is much bigger than expected, or it refuses to play on the device it was made for, or the picture sits between two white bars. None of those are failures — they are all predictable consequences of feeding a 20-megapixel Olympus raw to a video codec designed in 1995 for standard-definition television. This page walks through each of them, and through the settings that actually change the result.
.orf onto the page or click "+ Add Files". Only .orf is accepted. 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.| Stage | What happens | E-M1 Mark II sample |
|---|---|---|
| Raw decode | The ORF is demosaiced from its Bayer CFA to a full-colour picture | 5240 × 3912 |
| Normalisation | Re-encoded to a clean PNG, long edge clamped to 4096 pixels, dimensions rounded to even numbers | 4092 × 3056 |
| Orientation | The decoder honours the camera's orientation flag, so portrait frames come out upright | unchanged (landscape frame) |
| Scaling | Scaled to the chosen Video resolution, aspect preserved, bars filled with the Background Color | your choice |
| Encode | MPEG-2 at 1 frame per second, B-frames off, 8-bit 4:2:0 | 3.4 MB for 5 s at full size |
| Mux | Written as an MPEG program stream under an .mpeg2 name, one stream, no audio |
— |
| Property | Value |
|---|---|
| Full name | Olympus RAW Format |
| Container | TIFF-based, with a custom magic of MMOR, IIRO or IIRS instead of standard TIFF magic — the E-M1 Mark II file we tested begins IIRO |
| MIME type | image/x-olympus-orf |
| Structure | IFD 0 carries the main image; IFD 1 usually holds a 160 × 120 preview |
| Written by | Olympus and OM System bodies, from the E-series through OM-D, PEN and OM-1 |
| Still current? | Yes — unlike CRW, MRW or ERF, ORF is a living format |
Because the image normalisation step clamps the long edge to 4096 pixels. Recent Olympus and OM System sensors exceed that, so a 5240 × 3912 decode becomes 4092 × 3056. The reduction is proportional, so nothing is cropped and the aspect ratio is unchanged. Older Four Thirds bodies with smaller sensors are under the ceiling and pass through untouched.
720 × 480 for NTSC regions or 720 × 576 for PAL, entered through "Width x Height". Those are the only two frame sizes the DVD-Video specification allows, and MPEG-2 is the codec it requires. The disc structure itself — the VIDEO_TS folder, menus, IFO and BUP files — is produced by your authoring application afterwards; this converter writes the video stream.
It should not. The step that prepares every image for encoding applies the orientation flag by default rather than ignoring it — we checked that behaviour directly by handing the same step a file tagged with orientation 6, which came back rotated upright rather than on its side. One side effect is worth expecting: a portrait frame is fitted inside a box computed from the unrotated dimensions, so it arrives with fewer pixels than a landscape frame from the same body.
Length is the number of raws multiplied by the Image Duration. There is no frame-rate control on this page — the encode is fixed at one frame per second with B-frames disabled, because identical frames gain nothing from bidirectional prediction and B-frames introduce a start-time offset at low frame rates. Use the Image Duration dropdown to change the pace.
Not on this page. The group renders, but MPEG-2 is the only selectable entry — every other codec is hidden because the output extension is .mpeg2. If you want a different codec, use the converter for that target instead, for example ORF to MP4.
No. The conversion demosaics the sensor data, drops to 8-bit 4:2:0 and applies lossy compression. Nothing survives that you could later use for exposure recovery. Develop the raw first if that matters — ORF to TIFF keeps considerably more of the original tonal range.
.mpeg2 file not open in my browser?Because browsers do not implement MPEG-2 decoding, and an MPEG program stream is not a format any of them accept for <video>. The extension is also non-standard — the underlying container is an MPEG program stream, and renaming the file to .mpg improves its odds with desktop players. For anything web-facing, convert to MP4 instead.
Nothing visible. It only matters once more than one raw is queued, at which point "Merge images" concatenates them into a single MPEG-2 slideshow in queue order and "Video per image" returns a separate clip for each. With one file the result is the same either way.