M4V to PNG Converter

Convert M4V files to PNG format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: MP4, M4V

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
Colors
Compression level
Compression level
Compression speed
Compression speed
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.

Extract a PNG Frame From an M4V Video

M4V is Apple's flavour of the MP4 container — the same ISO base media structure, usually holding H.264 video and AAC audio, with an extension Apple uses for iTunes downloads, Apple TV exports and QuickTime output. A PNG is a single still. So this tool does not "convert the video": it decodes one moment out of the timeline and writes that frame as a PNG. This page covers how to land on the frame you actually want, what the Quality Preset really does to the pixels, and when a different still format is the better grab.

How to Convert M4V to PNG

  1. Upload Your M4V File: Drag the .m4v onto the drop zone or click "Add Files" to browse. The page also accepts plain .mp4, so a renamed Apple file behaves identically. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours.
  2. Set the Frame Under Frame Selection: Open Advanced Options. Frame Selection starts on Specific Frame with Time (seconds) at 0. Decimals work, so 12.5 grabs the frame twelve and a half seconds in. Switch to Multiple Screenshots to sample the whole clip instead.
  3. Choose a Quality Preset and Resolution: Quality Preset defaults to Very High (Recommended); pick Highest if you need a true-colour PNG. Image resolution defaults to Keep original — swap to Preset Resolutions, a percentage, or an explicit Width × Height to shrink the still.
  4. Convert and Download: Click Convert and save the PNG. No sign-up, no watermark, no email gate.

Walk-through: Landing on a Frame That Isn't Black

The default 0 is the honest starting point, but on real footage it is rarely the frame you want. Most edited clips open on black, a fade-in, or a motion-blurred first field, and a still pulled from 0 inherits all of it. Scrub the clip in any player, note the timestamp of the shot you want, and type that into Time (seconds).

  • Opening title or fade-in: step forward. 1.5 to 2.5 clears almost every fade.
  • A specific action beat: decimals are read literally, so 47.25 and 47.75 give you two different frames a half-second apart — useful when a subject is moving and you want the sharpest one.
  • You are not sure which moment is sharpest: switch Frame Selection to Multiple Screenshots. The Capture Rate dropdown starts at 1 second per frame and ranges from one frame every ten seconds down to a frame every 0.1 s. Each captured frame is written as its own PNG file, so a 60-second clip at the default rate returns roughly sixty separate images — pick the keeper and discard the rest.
  • Timestamps are read against the file you upload. If you already trimmed the clip in our video cutter, the clock restarts at the new in-point, not the original.

What the Quality Preset Actually Does to a PNG

PNG containers are lossless, but the encoder in front of them does not have to be. Our pipeline sends every preset except Highest through pngquant, a palette quantizer — it picks an optimised colour table, maps the frame onto it, and writes an indexed PNG. Alpha survives that step intact; the colour count does not. That is a real trade-off worth knowing before you take a frame grab into a grading or print workflow.

Quality Preset What the encoder does Colour handling Alpha Best for
Highest True-colour PNG, maximum deflate, no quantizer Full 24-bit colour preserved Preserved Editing, grading, print, pixel-exact reference
Very High (default) Palette quantizer with a high quality floor Reduced to an optimised palette Preserved Web thumbnails, docs, general frame grabs
High / Medium Palette quantizer, looser floor Fewer colours, gradients start to band Preserved Small assets where size beats fidelity
Low / Very Low / Lowest Aggressive quantization Visible banding and posterisation Preserved Icons, sprites, deliberately flat graphics

Two more controls sit alongside it. Compression level (1-10, default 6) changes only how hard the deflate stage works — a higher number is a smaller file with byte-identical pixels, at the cost of encode time. Compression speed (1-10, default 4) is the quantizer's time budget: lower numbers let it search longer for a better palette. Neither affects the frame's geometry. If you want a hard size ceiling instead, Specific file size lets you name a byte target (it opens at 8 MB) and optionally tick Auto Scale so the encoder may shrink dimensions to reach it.

PNG vs the Other Frame-Grab Targets

Target Compression Colour ceiling at default Alpha Reach for it when
PNG (this page) Quantized palette; true-colour on Highest Palette-limited unless Highest Yes You want the widest-supported still with clean edges
JPG Lossy DCT Full 24-bit, with JPEG artefacts No The still is for quick sharing and size matters
WebP Lossy or lossless Full 24-bit Yes The frame is going straight onto a web page
PPM None at all Full 24-bit (or 48-bit) No Code, OpenCV or an image-processing pipeline reads it

Common Errors and How to Fix Them

  • "The PNG is black, grey, or a blurred fade" — you captured the opening frame. Set Time (seconds) a second or two in and re-run.
  • "Gradients look banded or posterised" — the palette quantizer did its job. Set Quality Preset to Highest for a true-colour PNG, and check that Colors is not set to By Color Reduction + Dither (that mode opens at a 128-colour palette).
  • "The upload or conversion fails on a movie I bought" — that M4V is FairPlay-protected. See the section below; no converter can read it.
  • "The still is soft even though I picked Highest" — PNG can only record what the frame contained. Low-bitrate H.264 bakes macroblocking and motion blur into the frame itself, and no still format recovers detail the video never stored.
  • "I got dozens of files instead of one"Frame Selection is on Multiple Screenshots. Switch it back to Specific Frame for a single image.
  • "The PNG is much bigger than I expected" — an uncompressed-looking frame at Highest and Keep original resolution can run into the megabytes. Drop to a Preset Resolution, or leave the preset at Very High.

When This Doesn't Work

The hard stop is FairPlay DRM. Films, TV episodes and rentals from the iTunes Store and the Apple TV app are encrypted so they decode only on a device authorised to the purchasing Apple ID, and renaming .m4v to .mp4 changes the label without touching the encryption. Every frame-extraction tool fails on those files, and there is no server-side workaround. Home-made M4V files — HandBrake encodes, screen recordings, camera or editor exports — carry no DRM and convert normally. If a DRM-free file still misbehaves, the container itself may be damaged or only partially downloaded; rewriting it through M4V to MP4 first and then extracting the frame from the MP4 often clears it.

Frequently Asked Questions

Is the PNG I get actually lossless?

Only on the Highest preset. PNG's own compression is lossless, but every other preset runs the frame through a palette quantizer first, so the file is a faithful encoding of an already colour-reduced image. Full alpha survives either way. If the still is heading into Photoshop, a colour grade, or a print layout, choose Highest and accept the larger file; for a web thumbnail the default Very High is usually indistinguishable.

Why is my PNG black when the video clearly isn't?

Because Time (seconds) defaults to 0 and most clips begin on black or a fade. The tool captured exactly what was on screen at time zero. Set the timestamp to a moment with real picture — anywhere from 1.5 seconds up — and the grab will look like the shot you expected.

Can I extract a frame from an iTunes movie or rental?

No. Purchased and rented titles carry Apple's FairPlay copy protection, which ties decoding to an authorised Apple device. The video stream cannot be read by a converter, so the job fails rather than returning a blank image. Only DRM-free M4V files convert — your own exports, recordings, and encodes.

What resolution will the PNG be?

Whatever the source frame is, because Image resolution defaults to Keep original — a 1080p M4V yields a 1080-pixel-tall PNG. The Preset Resolutions dropdown sets the height and lets the width follow the source aspect ratio, so a 16:9 frame at the 480p preset comes out 480 pixels tall, not 480 wide. Use Width x Height if you need both dimensions pinned exactly.

Does the PNG keep any transparency?

There is nothing to keep. H.264 inside an M4V has no alpha channel, so the extracted frame is fully opaque. PNG can store alpha and the quantizer preserves it, which matters if you later cut a subject out in an editor — the format will hold the transparency you add, it just cannot invent any from the video.

How do I get a PNG for every frame instead of one?

Set Frame Selection to Multiple Screenshots and pick a Capture Rate. The fastest option is a frame every 0.1 seconds; each sample is written as its own PNG rather than a single sheet. There is no true "every frame of a 30 fps clip" mode here, so if you need a complete frame-accurate sequence, a desktop ffmpeg run is the right tool. To grab stills from formats other than M4V, the broader video to PNG page accepts MP4, MOV, MKV and others.

Does converting to PNG keep the audio or any video metadata?

No. A PNG holds one raster image, so the AAC audio track, chapter markers, iTunes artwork and timecode are all discarded — only pixels survive. If you want the audio too, run a separate audio extraction on the original file rather than expecting the still to carry it.

Why is a still frame larger than several seconds of the video?

Because H.264 only stores the differences between frames and throws away detail your eye is unlikely to miss, while a PNG stores a complete picture with no interframe prediction. A few seconds of 1080p video can compress to less than a single full-resolution still of one of those frames. Reducing the resolution is the most effective lever; changing Compression level shrinks the file without touching the pixels but rarely by more than a modest margin.

What happens to my M4V after the conversion?

It is uploaded over an encrypted connection, processed on our servers, and both the upload and the generated PNG are deleted automatically after a few hours. Nothing is shared, published, or used for anything else, and there is no account, watermark, or email requirement.

Rate M4V to PNG Converter Tool

Rating: 4.8 / 5 - 58 reviews