Initializing... drag & drop files here
Supports: NEF
NEF is Nikon's raw photo format — the unprocessed sensor data a Nikon D-series or Z-series body writes, with white balance and tone stored as adjustable instructions rather than baked into pixels. .hevc is not a normal video file: it is a raw H.265 (High Efficiency Video Coding) elementary stream — the bare encoded bitstream with no container around it. This converter renders one NEF into a single motionless H.265 frame and writes that bitstream out as .hevc. It exists for a narrow job — feeding a muxer or testing an H.265 encoder pipeline — and the two reference tables below explain what each format actually is before you commit, because for almost everyone the file you really want is an MP4 or a JPG instead.
| Property | Value |
|---|---|
| Full name | Nikon Electronic Format (Nikon's raw) |
| Type | Camera raw — unprocessed sensor data |
| Used by | Nikon D-series and Z-series cameras |
| Bit depth | 12-bit or 14-bit per channel, depending on the body |
| White balance / tone | Stored as editable instruction sets, not baked into the image |
| Picture Control | Nikon's own profiles; not replicated by third-party renderers |
| Best for | Non-destructive editing and archiving of the original capture |
| Renders to | JPG, PNG, TIFF, WebP for pictures; H.264/H.265 video for a slate |
| Property | Value |
|---|---|
| Standard | H.265 (ITU-T) / MPEG-H Part 2 (ISO/IEC) |
| Approved | April 2013; successor to H.264 / AVC |
| Standardized by | ITU-T VCEG and ISO/IEC MPEG, jointly |
| Default profile here | Main — 8-bit, 4:2:0 chroma (Main 10 carries 10-bit) |
| Compression vs H.264 | Roughly half the bitrate for similar quality |
.hevc packaging |
Raw elementary stream — no container, no timestamps or audio |
| Plays in normal players | No — a bare stream needs muxing into MP4/MKV first |
| Best for | Muxing into a container, or feeding an H.265 encoder/test pipeline |
Three things shape the output, and all three are easy to miss:
.hevc file is a raw bitstream, not a packaged video. It carries only the H.265 data — no MP4 or MKV container, and therefore none of the frame-rate, timestamp, or seeking metadata a container holds. That is fine for an encoder or a muxing step, but it means most everyday players, phone galleries, and editors will refuse to open it..nef onto the page or click "+ Add Files" to browse from your computer. You can queue several Nikon photos at once..hevc stream..hevc file. No sign-up, no watermark.For almost everyone, a raw .hevc stream is the wrong target for a Nikon photo. If you only want a viewable, shareable picture, convert NEF to JPG and keep the original .nef as your editable master — far smaller, supported everywhere, and no video wrapper at all. If you want a video clip that actually plays on phones, browsers, TVs, and editors, convert NEF to MP4 instead: the same H.265-class encoding can sit inside an MP4 container that opens almost everywhere, whereas a bare .hevc opens almost nowhere. Choose raw .hevc only when something downstream specifically expects a container-less H.265 elementary stream — an encoder benchmark, a muxing step, or a low-level video pipeline. There is no setting that makes a bare elementary stream behave like a finished video; that is precisely the job a container does.
Because .hevc here is a raw H.265 elementary stream with no container. QuickTime, the Windows Photos app, phone galleries, browsers, and most editors expect a container (MP4, MOV, MKV) that carries frame rate, timestamps, and track information — a bare stream has none of that, so they refuse it or error out. Even players that can decode H.265 often still need the stream wrapped first. The reliable fix is to mux it into MP4 (for example with FFmpeg: ffmpeg -i input.hevc -c copy output.mp4) or simply convert NEF to MP4 in the first place so the result opens broadly.
They share the same video codec — H.265/HEVC — but differ in packaging. A .hevc file is the encoded bitstream alone. An MP4 (or MOV/MKV) wraps that same bitstream in a container that adds timestamps, frame rate, optional audio, and seeking metadata. The pixels are identical; the MP4 is a finished, playable file, while the raw .hevc is a building block meant to be muxed or fed into another tool. For anything you intend to watch or share, choose the container.
Yes. A NEF holds 12-bit or 14-bit sensor data, and Nikon stores white balance, hue, tone, and sharpening as instruction sets you can change non-destructively. To encode the photo as H.265, the converter renders it first — applying those settings and flattening the result to ordinary 8-bit video pixels, since the default Main profile is 8-bit 4:2:0. Once that rendered frame is inside the stream, the latitude is gone. Keep your original .nef as the master if you may still want to edit it.
Not exactly. Picture Control profiles (Standard, Vivid, Neutral, and so on) are Nikon's own instructions interpreted by Nikon software. A third-party renderer reads the raw sensor data and applies its own default development, so the colour and contrast may differ from what you saw on the camera or in Nikon's NX Studio. If matching a specific in-camera look matters, render the NEF in Nikon software to a standard image first, then convert that.
No. The conversion takes one NEF photo and encodes it as a static image held for the duration you set. There is no panning, zoom, or animation, and the stream carries no audio track — an image-to-video conversion writes none, and audio cannot be added to a raw elementary stream anyway (that is a container's job). If you choose "Merge images" with several photos, they encode back to back, but each frame is still a static image shown for its set duration, with no transitions.
It uses H.265 (HEVC), the codec the .hevc extension implies; under "Show All Options" the "Video Codec" is set to H.265 by default. H.265 was approved by ITU-T and ISO/IEC in 2013 as the successor to H.264/AVC, and it reaches roughly the same visual quality at about half the bitrate. For a single motionless frame those savings barely matter — the codec choice is mainly why the output is a .hevc stream rather than an H.264 file. The default Main profile encodes 8-bit 4:2:0; Main 10 would carry 10-bit, but a rendered NEF here is delivered as 8-bit.
In our testing, a single full-resolution Nikon NEF held for 5 seconds at the "Very High" preset produced a .hevc stream only a couple of megabytes in size, because a motionless H.265 frame compresses heavily. Your file is uploaded over an encrypted connection, rendered and encoded on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public. The main practical limit is upload size and time, not your device.