Initializing... drag & drop files here
Supports: ERF
An ERF is a single Epson RAW photograph from the R-D1 rangefinder line, so either target has to invent time: the raw is developed into ordinary pixels and then held on screen as a short, silent clip. The real question is which wrapper that clip should live in. The .hevc file this page produces is a Matroska container carrying an H.265 video stream — excellent compression, awkward compatibility. An MP4 carrying H.264 is bigger by a hair on a single repeated frame and plays essentially everywhere. Convert to .hevc when a specific H.265 pipeline asks for it; otherwise take the MP4.
.hevc Output vs an MP4| Property | .hevc from this page |
MP4 |
|---|---|---|
| Container | Matroska, written under the .hevc extension |
MP4 (ISO base media file format) |
| Video codec | H.265 / HEVC | H.264 by default |
| Is it a raw elementary stream? | No — it is a real container, so it carries timing and stream metadata | No |
| Audio | None; a still image has no audio to carry | None, for the same reason |
| Codec standardised | ITU-T approved H.265 on 13 April 2013; ISO/IEC published it on 25 November 2013 | H.264, roughly a decade earlier |
| Compression advantage | 25-50% better than H.264 at equal quality on real footage | Baseline for comparison |
| Advantage on one repeated frame | Marginal — a static image already compresses extremely well either way | Marginal loss |
| Licensing | Patent-encumbered, which is why browser support is uneven | Also licensed, but universally implemented |
| Opens by double-click | Often not — stock file managers and Apple apps skip Matroska | Almost always |
| Plays in VLC, mpv, ffmpeg | Yes | Yes |
| Encoding time | Slower | Faster |
.hevc.mkv makes most players and file managers treat it correctly..hevc file frequently opens nothing, because the extension is unfamiliar even though the container is not.| Environment | H.265 / HEVC | Notes |
|---|---|---|
| Safari (macOS / iOS) | Full support from Safari 13 | Apple's platforms handle HEVC system-wide, which is why it is the most reliable target |
| Chrome, Edge, Opera | Partial | Depends on an available hardware decoder on the machine; overall caniuse records 92.32% of tracked users as full or partial |
| Firefox | Partial from version 137 | Support was disabled by default in versions 121 to 136 |
| VLC, mpv, ffmpeg | Yes | Standalone players carry their own decoders and need no system codec |
This page's .hevc file in a browser |
No | Browsers do not play Matroska regardless of the codec inside it — this is a desktop-player and pipeline format, not a web format |
.erf files onto the page or click "+ Add Files". Raw files are large, so the upload is usually the longest step; several R-D1, R-D1s or R-D1x frames can be queued at once..hevc file I get — a raw stream or a container?A container. The output is a Matroska file carrying an H.265 video stream, written under the .hevc extension rather than .mkv. That matters in practice: it is not a bare elementary bitstream, so it carries proper timing and stream metadata, and VLC, mpv and ffmpeg open it directly. If a player or file manager refuses it, rename the file to .mkv — the bytes are already correct and only the extension is unfamiliar.
No on both counts. An ERF is a single photograph with no motion and no audio, so the result is a freeze-frame: the rendered picture held for the Duration you set, with no pan, zoom or transition, and no audio track. The Audio Codec control does not even render for image-to-video conversions, because there is nothing to fill it. Uploading several ERFs with "Merge images" selected gives you each photo in turn with hard cuts between them.
Because a static frame is the easiest thing a video codec ever encodes. H.265 was standardised in 2013 as a 25-50% bitrate improvement over H.264 at equal quality, but that figure comes from real moving footage where the codec's better prediction tools have something to predict. With one identical frame repeated for five seconds, both codecs reduce the repeats to almost nothing and the absolute saving is tiny — while H.265 still costs you the slower encode and the compatibility friction.
Yes, at three separate stages. Demosaicing the Bayer sensor data bakes in one white balance, exposure and tone curve, which ends the raw editing latitude for good. The frame is then scaled to a video resolution, which for a 6.1-megapixel photograph normally means downscaling. Finally H.265 compresses lossily. Keep the original .erf as your master and treat the clip as a delivery file you can regenerate at any time.
No, and several converter sites get this backwards. darktable's RawSpeed decodes ERF using its uncompressed decompressor, reading 12-bit samples MSB-first with a control byte inserted roughly every ten pixels — there is no entropy-coding stage on the sensor data. That is why an ERF is bulky for a 6-megapixel camera: 6.1 million photosites at 12 bits each is about 9 MB of pixel data by simple arithmetic, before metadata and the embedded preview are added.
Because the picture's aspect ratio rarely matches the video frame's. When the rendered 3:2 R-D1 image sits inside an output resolution with a different shape, the leftover area must be filled with something, and the alternatives — stretching or cropping — would damage the photograph. Background Color chooses that fill and is preselected to White; the dropdown offers a list of named colours including Black. It never touches the photo itself.
Because the source is an image. Image-to-video conversions offer Quality Preset (the default, on "Very High (Recommended)"), Constant Quality and Constraint Quality; the bitrate and target-size modes that appear on video-to-video pages are not shown. With one repeated frame there is nothing for a bitrate ladder to allocate, and quality-based encoding produces a more predictable result.
ERF is Epson RAW Format, written only by the Epson R-D1 — announced in March 2004 and described by Wikipedia as the first digital rangefinder ever commercially produced — and by its successors, the R-D1s (March 2006) and the Japan-only R-D1x / R-D1xG (April 2009). All three used a 6.1-megapixel Sony ICX413AQ APS-C CCD behind a Leica M mount, and Epson then left the camera business, so ERF is a closed set. It is a TIFF-based raw identified by a SEIKO EPSON CORP. maker tag; LibRaw lists all three bodies, and ExifTool reads and writes its EXIF, IPTC, XMP and ICC metadata. For every other output from the same file, see the ERF converter hub.