Initializing... drag & drop files here
Supports: NEF
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.
.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..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.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.
.avchd extension. Rename it to .mts and it will open in VLC and most editors.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.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.
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.
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.
.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.
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.
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.
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.
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.
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.
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.