NEF to HEVC Converter

Convert NEF files to HEVC format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: NEF

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
Merge strategy
Select Merge images to combine all uploaded files into a single video. Use Video per image to create a separate video for each individual file.
Image Duration
Duration
How long each still image is held on screen. This applies to static images — including a static WebP, AVIF or HEIC. It is ignored for animated sources, which keep their own frame timing: GIF, APNG, and an animated WebP, AVIF or HEIC.
Background Color
Background Color
File Compression
Preset
Video resolution

NEF to HEVC Converter

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 common video extension: the file this tool writes is an H.265 (High Efficiency Video Coding) stream inside an ordinary Matroska (MKV) container, simply named .hevc. This converter renders one NEF into a single motionless H.265 frame and writes that video out as .hevc. It exists for a narrow job — a workflow that specifically wants an H.265 file under that extension — 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.

NEF Format at a Glance

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

HEVC (H.265) Format at a Glance

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 Matroska (MKV) container with normal timestamps and seeking — silent here, since a photo has no audio
Plays in normal players In MKV-capable players (VLC, mpv), yes; stock Apple/phone apps don't handle Matroska — renaming to .mkv helps
Best for Workflows that want an H.265 file named .hevc; MP4 is friendlier for everyday playback

What You Actually Get — Three One-way Facts

Three things shape the output, and all three are easy to miss:

  • The RAW gets rendered first. A NEF stores 12-bit or 14-bit sensor data with wide editing latitude — you can recover highlights, shift white balance, and push exposure long after the shot. To encode it as video it must be demosaiced into ordinary RGB pixels, and the current white balance and exposure are baked in. The default H.265 Main profile is 8-bit 4:2:0, so the raw latitude does not survive into the stream. Render once and keep the original NEF as your master.
  • The output is one frame held still, not a clip. The stream shows your single photo as a steady image for the duration you set — no panning, no zoom, no transition, and no audio. Because a motionless frame barely changes between samples, H.265 compresses it heavily.
  • The .hevc file is a Matroska video under an unusual extension. Despite the codec-style name, it is a normal Matroska (MKV) container holding the H.265 stream, complete with frame-rate, timestamp, and seeking metadata. MKV-capable players such as VLC and mpv open it directly; what trips phone galleries, QuickTime, and some editors is the unrecognized extension and their lack of Matroska support — renaming the file to .mkv often helps.

How to Convert NEF to HEVC

  1. Upload Your NEF File: Drag and drop your .nef onto the page or click "+ Add Files" to browse from your computer. You can queue several Nikon photos at once.
  2. Set Merge Strategy and Image Duration: Open Advanced Options. Use "Merge strategy" to pick "Merge images" (combine several photos into one stream) or "Video per image" (a separate file each), then set "Image Duration" to control how long the still shows — from 1/60s per frame up to 10 seconds, with 5 seconds the default.
  3. Pick Quality, Background, and Codec (Optional): Under "File Compression" keep "Preset" on "Very High (Recommended)"; set "Background Color" (White by default) to fill any letterbox bars; under "Show All Options" the "Video Codec" defaults to H.265, which is what produces the .hevc output.
  4. Convert and Download: Click "Convert" and download your .hevc file. No sign-up, no watermark.

When This Doesn't Work — and What to Use Instead

For almost everyone, a .hevc file 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 stock apps recognize, whereas the .hevc output — a Matroska file under an unusual extension — is refused by stock Apple and phone apps. Choose .hevc only when something downstream specifically expects an H.265 file with that name. If a tool insists on MP4, the file can be remuxed without re-encoding (ffmpeg -i in.hevc -c copy out.mp4), or simply renamed to .mkv for software that judges by extension.

Frequently Asked Questions

Because the file is a Matroska (MKV) container under an unusual extension, and QuickTime, the Windows Photos app, and most phone galleries don't support Matroska at all — while other software judges the file by its unrecognized .hevc name. The container itself is fine: it carries frame rate, timestamps, and track information, and VLC or mpv open it directly with working seek. Renaming the file to .mkv helps extension-driven apps; if a tool insists on MP4, remux without re-encoding (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.

What is the difference between a .hevc file and an MP4 with H.265 inside?

They share the same video codec — H.265/HEVC — and, despite its name, the .hevc file here is not a bare bitstream: it is a Matroska (MKV) container with timestamps, frame rate, and seeking metadata around the encoded video. The practical difference is compatibility, not structure — MP4 (and MOV) are recognized by stock phone, TV, and Apple apps, while Matroska is not, and the unusual .hevc extension confuses extension-driven software further. The pixels are identical; for anything you intend to watch or share in stock apps, choose the MP4.

Do I lose the NEF's raw editing latitude when I convert to HEVC?

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.

Will my Nikon Picture Control look survive the conversion?

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.

Does the HEVC output have any motion or sound?

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 output carries no audio track — a photo has no audio, so for image sources the converter hides the audio codec menu and writes none (the Matroska container could carry audio; there is simply nothing to fill it). 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.

Which codec and profile does this use, and how does H.265 compare to H.264?

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 file 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.

How long does the still show, and can I change it?

You set that with "Image Duration" under Advanced Options. It ranges from a single frame (as short as 1/60 second) up to 10 seconds per image, with 5 seconds the default. The chosen duration is simply how long the one rendered NEF frame is held in the stream — and because the picture never changes, a longer duration adds barely any file size, since H.265 compresses a motionless frame heavily. If you use "Merge images" with several NEFs, each photo holds for the duration in turn.

How are my files handled during conversion?

In our testing, a single full-resolution Nikon NEF held for 5 seconds at the "Very High" preset produced a .hevc file 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.

Rate NEF to HEVC Converter Tool

Rating: 4.8 / 5 - 98 reviews