M2V to HEIC Converter

Convert M2V files to HEIC format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: M2V

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Image Compression
Quality preset
Higher quality settings preserve more detail but result in larger files. Lower settings reduce file size by increasing compression.
Image resolution
Frame Selection
Time (seconds)
Capture a single frame at the specified time. For example, 2.100 means 2 seconds and 100 milliseconds into the video.

M2V to HEIC Converter

This tool takes a frame out of a raw MPEG-2 video stream and writes it as a HEIC still image. The two formats sit at opposite ends of the media timeline: .m2v is an MPEG-2 elementary stream from the DVD and broadcast era — video only, no container, no audio, no metadata — while HEIC is the HEVC-coded still-image format Apple made the iPhone camera default in 2017. Converting between them is a frame grab: you nominate a moment in the clip, and the encoder writes that single frame into a HEIF container.

M2V Format at a Glance

Property Value
Full name MPEG-2 Video elementary stream
Standard ITU-T H.262 / ISO/IEC 13818-2, first approved July 1995
Container None — the raw codec bitstream is the entire file
Audio Not supported; the soundtrack is a separate file until muxing
File-level metadata None: no duration, no bitrate, no timestamps, no EXIF
Typical resolution 720x480 (NTSC DVD), 720x576 (PAL DVD), up to 1920x1080 for HD MPEG-2
Typical bitrate DVD-Video permits up to 9.8 Mbit/s for video alone
Scanning Usually interlaced (480i / 576i) on DVD-sourced material
Pixel aspect Often non-square — a 16:9 NTSC frame is 720x480 with a 32:27 sample aspect ratio
Colour 8-bit 4:2:0 in consumer use
Typical origin DVD authoring, broadcast servers, MPEG-2 capture cards

HEIC Format at a Glance

Property Value
Full name High Efficiency Image File (HEIF) container carrying HEVC-coded images
Standard ISO/IEC 23008-12 (MPEG-H Part 12), first published 2017; third edition 2025
Payload HEVC (H.265) intra-coded image
Bit depth 8 to 12 bits per channel
Chroma 4:2:0 and 4:2:2
Alpha channel Supported
Beyond single stills Image sequences, bursts, depth maps and auxiliary images
Native browser support Safari 17+ on macOS and iOS only — Chrome, Firefox and Edge do not decode HEIC
Desktop support Native on recent macOS and iOS; Windows needs the HEIF Image Extensions plus a separate HEVC extension, which is usually a paid item in the Microsoft Store
Best for Apple ecosystems, and storing many stills at small size

How to Convert M2V to HEIC

  1. Upload Your M2V File: Drag the .m2v onto the page or click "Add Files". Several files can be queued and converted together.
  2. Choose the Frame: Open Advanced Options and look at "Frame Selection". It starts on Specific Frame with the time set to 0 seconds — the first frame of the clip. Enter any timestamp in seconds to grab a different moment, or switch to Multiple Screenshots and set a Capture Rate to produce a series of HEIC stills instead of one.
  3. Set Quality and Dimensions (Optional): "Image Compression" opens on Quality Preset with Very High (Recommended) selected, ranging from Highest to Lowest; "Specific file size" swaps that for a byte target with an Auto Scale checkbox. "Image resolution" is on Keep original and also accepts a percentage, a preset, a Width, a Height, or an exact Width x Height.
  4. Convert and Download: Click Convert. Your file uploads over an encrypted connection, is processed on our servers, and is deleted automatically after a few hours. No sign-up, no watermark.

Frequently Asked Questions

Do I get the whole clip or a single image?

A single image, unless you ask otherwise. HEIC here is a still format, so the converter seeks to the timestamp in Frame Selection — 0 seconds by default — decodes that one frame and encodes it. Switching to Multiple Screenshots and setting a Capture Rate gives you one HEIC per sampled frame instead. HEIF can technically store image sequences, but if you want something that moves, M2V to GIF or a real video target like M2V to MP4 is the right tool.

What opens a HEIC file outside Apple devices?

Less than you would hope. Safari 17 and later display HEIC on macOS and iOS; Chrome, Firefox and Edge do not decode it at all, so a HEIC will not render in a web page for most visitors. On Windows you need Microsoft's HEIF Image Extensions for the container and an HEVC extension for the picture data, and the HEVC piece is normally a paid Store item because Microsoft licenses HEVC separately. GIMP, IrfanView and XnView read HEIC through libheif. If the file has to be universally openable, take the frame as M2V to JPG instead, or run HEIC to JPG afterwards.

Why is HEIC smaller than JPEG for the same frame?

Because the picture inside is coded with HEVC intra-frame tools rather than JPEG's 8x8 DCT from 1992: variable block sizes down to 4x4 and up to 64x64, 35 intra-prediction directions, a deblocking filter and a modern entropy coder. On smooth content the difference is large. On DVD-era footage it narrows, because analogue noise and MPEG-2 mosquito artefacts are fine random detail that every codec has to spend bits reproducing. If the file is bigger than you expected from a noisy source, lower the Quality Preset rather than assuming something went wrong.

Why does my 16:9 DVD frame look narrow?

Because DVD video is anamorphic and stills are not. A 16:9 NTSC title stores 720x480 pixels and relies on a sample aspect ratio of 32:27 carried in the MPEG-2 sequence header to stretch the picture at playback. Once the frame becomes an image, only the stored pixel grid survives, so the result looks horizontally compressed. Correct it in step 3 by choosing Width x Height and typing the display size: 854x480 or 640x360 for 16:9, 640x480 for 4:3.

Can HEIC carry the 10-bit or HDR data my source has?

The container can — HEIF supports 8 to 12-bit samples and HEVC's HDR transfer functions. Your .m2v almost certainly cannot supply them: consumer MPEG-2 is 8-bit 4:2:0 standard dynamic range. There is also no tone-mapping or colour-space conversion step in this pipeline, so the output represents the input as it is rather than remapping it. HEIC's extra headroom is real, but on DVD-sourced material it goes unused.

Will the still be free of interlacing artefacts?

No, if the source is interlaced. DVD MPEG-2 is typically 480i or 576i, meaning each frame is woven from two fields captured a moment apart, and nothing in this pipeline deinterlaces. Any subject that moved between the two fields shows horizontal comb teeth in the extracted still. Choosing a frame from a static shot sidesteps it; otherwise deinterlace the clip locally before uploading.

Does any metadata survive from the M2V?

There is essentially none to survive. An MPEG-2 elementary stream has no container, so it stores no creation date, no camera model, no title, no EXIF, not even a duration or bitrate field — only what the video sequence header itself declares: frame size, frame rate, and aspect ratio. The HEIC you get is a clean image with nothing inherited. If you need provenance recorded, add it in an image editor or asset manager after conversion.

Why do some tools say my M2V has no duration?

Because it genuinely has none. We probed a raw MPEG-2 elementary stream with ffprobe: it identifies the file as mpegvideo and reports duration=N/A and bit_rate=N/A at both stream and container level, since there is no header to hold either value. Players and converters must derive the running time by decoding or counting frames, which is what our server does before seeking to your timestamp — so a time beyond the end of the clip will not return a frame.

What happens to my file after conversion?

It is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours, along with the HEIC output. There is no sign-up, no watermark, and files are never shared or made public. If you want the same frame in a more portable format, the sibling targets are M2V to JPG, M2V to PNG and M2V to AVIF.

Rate M2V to HEIC Converter Tool

Rating: 4.8 / 5 - 86 reviews