NEF to AVCHD Converter

Convert NEF files to AVCHD 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

Convert NEF to AVCHD: What This Tutorial Covers

This is for people who need a Nikon RAW still delivered as an AVCHD-style clip — usually to feed a camcorder-oriented editor, a Blu-ray authoring project, or a workflow that only ingests AVCHD material. There is one surprise you should know before you start, and it is the whole reason this tutorial exists: the file we hand back is named .avchd, and nothing on a normal computer is registered to that extension. The bytes inside are fine. The name is the problem, and the fix takes two seconds once you know it.

How to Convert NEF to AVCHD

  1. Upload Your NEF File: Drag your .nef onto the page or click "+ Add Files". Nikon RAW is one of the two RAW extensions with a dedicated preview path here, so the thumbnail normally renders rather than showing a placeholder.
  2. Leave Video Codec on H.264: The Video Codec list is filtered down to a single entry on this page — H.264 — because that is the codec AVCHD is built on. There is nothing to choose and nothing to get wrong.
  3. Set Image Duration, Background Color and Video resolution: Image Duration holds the still for a chosen number of seconds (default 5); Background Color fills any letterbox area and defaults to White for image sources; Video resolution offers Keep original (default), a fixed width × height, or a height-only preset.
  4. Convert, Download, Then Rename: Click Convert and save the file. Rename the .avchd extension to .mts before you try to open it. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.

Walk-through: What the .avchd File Actually Is

AVCHD is not a container in its own right — it is a recording format layered on top of MPEG-2 Transport Stream. The official AVCHD specification names MPEG-4 AVC/H.264 for video and MPEG-2 Transport Stream as the system layer, with audio as either Dolby Digital (AC-3) at 64–640 kbps or Linear PCM. On a real camcorder that stream lives inside a directory tree on the card or disc, with the clips written as .MTS or .M2TS files under a BDMV/STREAM folder.

AVCHD specification What a one-photo export gives you
Video: MPEG-4 AVC/H.264 H.264 — matches
System layer: MPEG-2 Transport Stream MPEG-2 Transport Stream — matches
Audio: Dolby Digital (AC-3) 64–640 kbps, or Linear PCM None. A still has no soundtrack, so no audio stream is written
Clips stored as .MTS/.M2TS inside a BDMV/STREAM folder tree One loose file named .avchd, no folder structure
Recorded to DVD, SD card or Memory Stick by a camcorder Downloaded to your computer

What you get here is the stream, not the tree. Our pipeline muxes the H.264 into MPEG-TS and writes it under the .avchd name you asked for. We inspected the output byte-for-byte and it is a plain transport stream: sync byte 0x47 sits at offset 0, packets are 188 bytes, and the file length divides exactly by 188. That is the same framing a .mts file uses — which is why renaming works so cleanly:

If you rename the output to… Packet framing it implies Does our file match?
.mts Plain MPEG-TS, 188-byte packets, sync 0x47 at offset 0 Yes — byte-for-byte identical to what we wrote
.ts Plain MPEG-TS, 188-byte packets Yes
.m2ts BDAV, 192-byte packets — a 4-byte arrival-timestamp prefix, then sync 0x47 at offset 4 No — our file has no timestamp prefix. Most players sniff and cope, but a strict BDAV reader may not
.mp4 ISO base media format No — completely different container; the rename will fail to open

So: rename to .mts for a straight, honest match. If you specifically need genuine BDAV framing with the 192-byte packets, do not rename — convert again through NEF to M2TS, which writes that framing directly. If you just want a stream a normal player recognises without any renaming, NEF to MTS writes the same bytes under a name that already works.

Common Errors and How to Fix Them

  • "Windows/macOS doesn't know what to open this with" — Nothing on a stock system claims the .avchd extension. Rename it to .mts and it will open in VLC and most editors.
  • "My editor imported it but there's no audio" — Correct, and unavoidable here. A NEF is one photograph with no soundtrack, so the Audio Codec panel does not render at all and the output is written with a video stream only. AVCHD proper expects AC-3 or Linear PCM audio, so a silent single file is not a conformant AVCHD recording — add an audio track in your editor if the destination insists on one.
  • "Blu-ray authoring software rejects the file" — A single stream is not an AVCHD structure. Authoring tools usually want the whole BDMV/STREAM folder hierarchy that a camcorder writes, not one loose clip. Import the renamed .mts as a source clip into your editor and let the authoring step build the disc structure.
  • "The picture is soft compared to the RAW" — Every image is re-encoded to a clean PNG and clamped to 4096 pixels on the long edge before encoding, so a 45-megapixel Nikon frame is downscaled no matter what you pick under Video resolution. That clamp is not adjustable. If you need every original pixel, a video target is the wrong choice — use NEF to TIFF.
  • "There are white bars around my photo" — That is Background Color doing its job. When the frame shape does not match the photo's aspect ratio, the remainder is filled — with White by default for image sources. Choose Black (or any of the 23 other colours in the list) if a white surround looks wrong.
  • "The clip is only a few seconds and nothing moves" — Expected. One still is held for the Image Duration you set, encoded at 1 frame per second with B-frames disabled because every frame is identical.

When This Doesn't Work

If the receiving system is validating AVCHD conformance rather than just decoding a stream, a single silent clip will not satisfy it — conformance is about the whole recording structure, the audio format, and the frame-rate/resolution combinations the specification allows, none of which a one-photo export can supply. In that case the realistic path is to import the renamed .mts into a proper video editor, lay it on a timeline with an audio track, and export AVCHD from there. And if the reason you came here was simply "I need this photo as a video," skip the camcorder format entirely: NEF to MP4 produces a file that plays on phones, browsers and every editor, with no renaming step at all.

Frequently Asked Questions

Why does the file end in .avchd instead of .mts?

Because that is the target you selected, and we write the extension you asked for rather than silently substituting another one. AVCHD is a recording format rather than a file type, so there is no such thing as a canonical .avchd single file — camcorders write .MTS or .M2TS clips inside an AVCHD folder structure. We mux H.264 into MPEG-2 Transport Stream and name the result .avchd. Rename it to .mts and every normal player will open it.

Is the file actually damaged, or just misnamed?

Just misnamed. We checked the bytes: sync byte 0x47 at offset 0, 188-byte transport packets, total length divisible by 188 — a textbook MPEG-2 Transport Stream. Nothing about the data needs repairing. The extension is the only thing standing between you and playback.

Should I rename it to .mts or .m2ts?

.mts. Both extensions appear on camcorder cards, but they imply different packet framing: .mts and .ts mean plain 188-byte transport packets, while .m2ts means BDAV framing, where each packet is 192 bytes — a 4-byte arrival-timestamp prefix followed by the 188-byte packet. Our output has no timestamp prefixes, so .mts is the accurate rename. If you genuinely need BDAV framing, use NEF to M2TS instead of renaming.

Why is there no audio, and can I add some?

A NEF is a single still photograph — it carries no sound and no timeline. Because the source is an image, the entire Audio Codec section is hidden on this page and the file is written video-only rather than with a silent placeholder track. AVCHD's own specification allows Dolby Digital (AC-3) at 64–640 kbps or Linear PCM, so if the destination requires conformant audio you will need to add a track in a video editor after conversion.

Can I make a Blu-ray or camcorder card from this file?

Not directly. A disc or card is a directory structure — BDMV, STREAM, index and playlist files — and this conversion produces one loose stream. Use the renamed .mts as an input clip in authoring software and let that software build the structure. Treat the output as source footage, not as a finished disc image.

Why can I only choose H.264 for the codec?

Because AVCHD is defined around MPEG-4 AVC/H.264 — that is the codec the specification names for video. Offering MPEG-4, WMV or VP9 here would produce a file that is not AVCHD in any meaningful sense, so the Video Codec list is filtered down to the one correct answer. Every other codec our converter supports is available on the other video targets.

How big is the result and what controls it?

Almost all of the file is the first keyframe. We encoded a 4096 × 2730 still through this page's settings — H.264 at CRF 20, 1 frame per second, 5 seconds — and measured a 6.8 MB transport stream; the four repeat frames after the keyframe cost very little. That means shortening Image Duration barely shrinks the file, while lowering Video resolution to a 1080p-class preset shrinks it a great deal. Transport stream also carries more per-packet overhead than MP4, so the same picture in NEF to MP4 comes out slightly smaller.

Does converting to AVCHD keep my Nikon RAW's editing latitude?

No. Nikon stores white balance, hue, tone and sharpening as instruction sets rather than baking them into the sensor data — that is precisely what makes RAW re-editable. Producing video frames forces the pipeline to demosaic and develop the file into ordinary 8-bit video pixels, after which those instructions are spent. Keep the original .nef as your master; export NEF to TIFF if you want a still that survives further editing.

What happens to my NEF after I upload it?

It is sent over an encrypted connection, processed on our servers and deleted automatically after a few hours. There is no sign-up, no watermark, and files are never shared or made public. If you have several Nikon targets to compare, the NEF converter hub lists them all in one place.

Rate NEF to AVCHD Converter Tool

Rating: 4.8 / 5 - 69 reviews