NEF to MPEG-2 Converter

Convert NEF files to MPEG-2 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 MPEG-2: What This Tutorial Covers

You have a Nikon NEF raw photo and something downstream — a DVD-authoring program, a legacy playout deck, a capture card — wants MPEG-2. This walk-through takes the raw file, renders it, holds it as a short silent clip and writes it out as an MPEG-2 stream. Along the way it covers the three things that trip people up on this particular target: why the frame size is the only quality control that does anything, why the .mpeg2 filename may need renaming before a player will touch it, and why the reported duration can look wrong even when the file is correct.

How to Convert NEF to MPEG-2

  1. Upload Your NEF File: Drag and drop your .nef onto the page or click "+ Add Files" to browse. Queue several Nikon frames if you want a sequence instead of a single slide.
  2. Set the Image Duration and Merge Strategy: Image Duration opens on 5 seconds per frame and runs from a single frame up to 10 seconds; that value becomes the length of the clip. Merge strategy opens on "Merge images", which chains a multi-file upload into one stream, while "Video per image" writes one file per photo.
  3. Choose a Video Resolution — Do Not Leave "Keep original": For DVD work, switch Video resolution to "Width x Height" and type 720 x 480 for NTSC or 720 x 576 for PAL; the Fixed Resolutions list holds display rasters such as 1920 x 1080 and 854 x 480 rather than disc rasters. On an MPEG-2 target this is the setting that governs both picture quality and file size.
  4. Convert and Download: Click Convert and save the file. 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: Why Frame Size Is Your Only Real Quality Control

MPEG-2 (ITU-T H.262 | ISO/IEC 13818-2) predates the constant-quality rate control that H.264 and H.265 made standard. It has no CRF parameter — only bitrate. On this page that has a very specific consequence for a still image, because a photograph has no source bitrate for a quality preset to scale from. Whichever of the three compression modes you select, the encoder falls back to a bitrate derived from the output frame size.

Compression mode Numeric input shown What actually reaches the encoder
Quality Preset (default: Very High) A seven-rung dropdown Scales a source bitrate; a still has none, so nothing moves
Constant Quality A 1-31 slider labelled CRF MPEG-2 has no quality mode; the figure is accepted, then discarded
Constraint Quality CRF plus a Max bitrate field The ceiling is replaced by the resolution-derived rate

So the working rule is simple: pick the frame size, and the bitrate follows. Standard-definition frames sit at the bottom of that scale; a full-HD frame is allocated several times as much. If your file is bigger than you want, go down a frame size — not down the quality dropdown.

The other reason to set a resolution is that "Keep original" hands MPEG-2 a frame it was never designed for. Recent Nikon bodies record roughly 20 to 45 megapixels, thousands of pixels on the long edge. MPEG-2 can describe large frames in principle, but no DVD tool, playout deck or capture card in the chain will accept one, and the encoder itself refuses certain very large sizes outright.

Where the file is going Frame size to set Where to set it Duration
NTSC DVD authoring 720 x 480 Type it under "Width x Height" 3-5 s for a slate
PAL DVD authoring 720 x 576 Type it under "Width x Height" 3-5 s for a slate
Modern MPEG-2 decoder or capture card 1280 x 720 or 1920 x 1080 Both are in Fixed Resolutions As required
Menu background loop Match the disc raster "Width x Height" 1-3 s; the authoring tool loops it
Multi-photo sequence Match the destination Either control Per-photo hold, Merge strategy on "Merge images"

DVD-Video caps MPEG-2 video at 9.8 Mbit/s with a 10.08 Mbit/s combined audio-plus-video ceiling, per the DVD-Video specification. A single held still at standard definition sits far beneath that, so the ceiling is never the constraint here — matching the raster is.

Common Errors and How to Fix Them

  • "My player will not open the .mpeg2 file" — The bytes are a standard MPEG program stream; the extension is what the player does not recognise. Rename the file to .mpg or .mpeg and it opens normally, with no re-encode and nothing lost. Our NEF to MPG and NEF to MPEG pages write the same stream under those names if you would rather not rename.
  • "The duration shown is shorter than the duration I set" — Look at frames, not at the header. In our testing a five-second clip from a single still contained five coded pictures and decoded to a full five seconds, while the program stream's own header advertised two. A stream running at one picture per second gives duration estimators very little to work with, and some players and probes report a short figure. The picture data is correct.
  • "The clip is silent" — Expected, and not a fault. A photograph has no audio, so the converter writes a video-only stream rather than padding it with a silent track. Add sound at the authoring or editing stage.
  • "The picture looks soft on the disc" — That is the standard-definition downscale, not a conversion bug. A DVD frame holds about a third of a megapixel; your NEF holds tens of millions of pixels. For the full frame, export a still with NEF to PNG instead.
  • "The colours are not what my raw editor showed" — A NEF keeps white balance, hue and tone as instruction sets rather than baked-in pixels. This converter applies a neutral standard render, not a camera-maker picture profile. Develop the raw first and convert the exported TIFF or PNG if the look matters.

When This Doesn't Work

MPEG-2 is worth targeting only when something in your chain genuinely requires it — an optical-disc authoring tool, an older broadcast or institutional player, a hardware decoder with a fixed input list. Everything else is better served by a modern codec: browsers do not decode MPEG-2 natively and phones generally will not open a program stream at all, so a still meant for sharing should go through NEF to MP4. If your authoring tool wants the video stream on its own so it can multiplex your own audio alongside it, ask for the elementary stream instead with NEF to M2V. And if what you actually wanted was the photograph rather than a video of the photograph, NEF to JPG is the shorter route.

Frequently Asked Questions

What is the difference between .mpeg2, .mpeg and .mpg?

Nothing in the video data — all three carry MPEG-2 video inside an MPEG program stream from this converter. The difference is recognition. .mpg and .mpeg are the conventional names that players, capture tools and operating systems associate with the format; .mpeg2 is a descriptive name that many of them have never been taught. If you have a choice, take the file from NEF to MPG; if you already have a .mpeg2, renaming it is enough.

Is MPEG-2 the same thing as H.262?

Yes. MPEG-2 Video was published jointly as ITU-T Recommendation H.262 and ISO/IEC 13818-2, and the two names describe identical technical text. You will see H.262 used in telecom and broadcast documents and MPEG-2 used almost everywhere else. Part 1 of the same standard family, ISO/IEC 13818-1, defines the program and transport streams that carry it.

Why does raising the quality preset not make the file bigger?

Because a still image has no source bitrate for the preset to scale, and MPEG-2 has no constant-quality mode to fall back on. All three compression modes on this page end up at the same resolution-derived bitrate. Change the frame size under Video resolution and the file size moves immediately; that is the control that works here. On a modern codec target such as NEF to MP4, the quality dropdown behaves normally.

Can I burn the output straight to a DVD?

Not directly — this converter produces a compliant video stream, not a disc image. You still need authoring software to build the VIDEO_TS structure, add menus and navigation, and multiplex your audio. Give that software a 720 x 480 or 720 x 576 stream and it will accept it. Some authoring tools prefer to receive the video on its own as an elementary stream, which is what NEF to M2V produces.

How long does the still stay on screen, and can I change it?

Image Duration sets it, and it opens on 5 seconds per frame. The dropdown runs from single-frame options up through 1, 2, 3 and so on to 10 seconds per frame. For a slate or menu background, 3 to 5 seconds is usually plenty; longer values simply repeat the same coded picture and make the file bigger without adding anything to look at.

Does the MPEG-2 file keep my Nikon photo's resolution and colour depth?

No on both counts. A NEF holds 12-bit or 14-bit per channel sensor data at full sensor resolution; MPEG-2 stores 8-bit 4:2:0 video at whatever frame size you selected, which for DVD work is a fraction of a megapixel. The render is a deliberate one-way step. Keep the .nef as your master and treat the MPEG-2 file purely as a delivery copy.

Why is there no audio codec option on this page?

Because the source is an image. The audio controls are hidden for image-to-video conversions, since there is no sound in a photograph to encode and inventing a silent track would only add bytes. If your destination requires an audio stream to be present — some authoring tools and playout systems do — add it at that stage, where you can also choose the codec the system expects.

How are my files handled and how long are they kept?

Your NEF is uploaded over an encrypted connection, rendered and encoded on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. Raw files run tens of megabytes each, so the upload is usually the slowest step of the job. Other targets from the same source are listed on the NEF converter page.

Rate NEF to MPEG-2 Converter Tool

Rating: 4.8 / 5 - 87 reviews