Initializing... drag & drop files here
Supports: M2V
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.
| 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 |
| 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 |
.m2v onto the page or click "Add Files". Several files can be queued and converted together.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.
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.
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.
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.
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.
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.
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.
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.
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.