Convert M4V to PNG

Converting M4V to PNG saves one frame from a video without any further compression, which is what you want when the frame contains a slide, an interface or anything with lettering in it. Type the second you need; the default of 0 gives the first frame of the file.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The PNG holds exactly what the M4V held.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing One frame, at full resolution. A still from compressed video carries that compression — a fast-moving moment looks softer than a static one, which is the video’s own encoding rather than anything this conversion does.

Up to 100 files at once. Mixed formats are fine.

PNG is the right target when the frame contains words

PNG has been lossless since 1996: it stores the frame exactly as the decoder produced it, adds nothing of its own, and survives being opened and re-saved indefinitely. On a photograph that fidelity is a luxury you pay for in file size. On a slide, a diagram or a screen full of interface it is the difference between legible and irritating.

JPEG’s compression works by discarding what the eye rarely misses, and hard edges are exactly where the eye does miss it — the result is a faint halo around lettering that gets worse each time the file is saved. For a screenshot going into a manual, a bug report or a set of documentation that will be edited later, that is not a trade worth making.

The blur PNG cannot fix, and where it came from

Video is stored with colour at a fraction of the resolution of brightness, because eyes are far more sensitive to one than the other. That works beautifully on faces and landscapes and is brutal on coloured text: red or blue lettering on a slide loses its edges before the file ever reaches you, and no still format puts them back.

The second cause is bit allocation. An encoder spends fewer bits on frames where things are moving, so a slide captured while a presenter was mid-transition is materially softer than the same slide two seconds later once everything settled. PNG preserves whichever of those you hand it, faithfully — which is the point and also the limit.

Waiting a moment usually beats any format choice

If the frame is a slide, take it a second or two after the transition finishes rather than during it. If it is an interface, take it while nothing is animating — no menu sliding, no cursor moving, no spinner turning. Encoders reward stillness with detail and the difference is often dramatic.

Since a conversion is cheap, the practical method is to try three timestamps a fraction of a second apart and keep the best. That takes under a minute and reliably produces a sharper image than any amount of deliberation about which format to use.

A protected M4V yields no frame at all

Video bought or rented from the iTunes Store carries FairPlay encryption. A browser has no key for it, so nothing can be decoded and the conversion stops with a message saying nothing in the file could be converted. That is a lock rather than a fault.

Screen recordings, QuickTime and iMovie exports, camera footage and course-platform downloads are all unprotected and behave normally. Since this page’s material is overwhelmingly recordings people made themselves, the question rarely bites here — but it explains the one file on the shelf that refuses.

The still comes out at the recording’s own size

No downscaling happens: a screen captured at 2560 by 1440 gives a PNG at 2560 by 1440, whatever size the player window happened to be when you found the moment. That is the fundamental advantage over pausing and taking a screenshot, which captures the player at its on-screen size, complete with a control bar if it has not faded.

It matters most for exactly this material. A slide screenshotted from a half-size player is a slide nobody can read at full size in a document; the same slide extracted from the file is sharp enough to crop into.

One frame per conversion, and how to get several

The timestamp control takes seconds and returns the frame being shown at that moment — the last frame whose own start time falls at or before the number. Each run produces exactly one image; there is no sequence export and no interval mode.

For a recorded talk that means one conversion per slide, which sounds tedious and in practice is not: type the second, download, type the next. Keeping a list of the timestamps as you go is worth more than the images, because a recording you come back to a month later is one where finding the moments again is the slow part.

The alpha channel is there and it is entirely opaque

PNG carries transparency and the output has an alpha channel, but a video frame is a solid rectangle of pixels — there is nothing in the source that could be transparent. Every pixel comes out fully opaque.

If the goal is a screenshot with the background removed, or a logo lifted off a slide, that is editing work in an image editor rather than something a conversion supplies. Extract the frame losslessly first, which is what this page does, and cut it out afterwards from an image that has not already been degraded by a lossy save.

How large a PNG frame turns out to be

Larger than the JPG of the same frame, and how much larger depends entirely on the content. PNG compresses runs of identical pixels extremely well, so a slide with a plain background and some text can be remarkably small, while a frame of a busy camera shot can be several times the size of a JPEG of it.

That split matches the advice. Screen and slide content is both the case where PNG is technically right and the case where it costs least; photographic content is where it is expensive and where a JPG would have been fine. Let the contents of the frame decide rather than a rule.

Nothing is uploaded, which matters for internal recordings

The frame is decoded and written inside the browser tab on your own machine, so the M4V is never sent anywhere. The network tab during a conversion is the proof, and the free tier takes files up to 100 MB.

The material this page attracts is frequently internal: a recorded planning meeting, a demo of an unreleased build, a support session containing somebody’s account details on screen. Extracting a frame from those on a stranger’s server is a decision somebody would eventually have to explain, and not making it is simpler.

How to save a PNG frame from an M4V

  1. Drop the M4V here and type the second the slide or screen is on.
  2. Try a moment when nothing is moving — a settled frame is far sharper than a transition.
  3. Download the PNG, and keep a note of the timestamps if you need several frames.

M4V and PNG: a compressed recording and a lossless still

M4V compared with PNG
M4VPNG
Full nameiTunes VideoPortable Network Graphics
File extension.m4v.png
Media typevideo/x-m4vimage/png
CompressionLossy — file size is bought with qualityLossless — nothing is discarded
First published20051996
Published byApplePNG Development Group
SpecificationISO/IEC 15948
LicensingPublished, not standardisedOpen standard
Standing todayCurrentCurrent
Bit depth16
Colour it can describeRGB, greyscale, indexed palette
Largest image2,147,483,647 px per side
Opens in a browserSome browsersEvery browser
Considered insteadMP4, MOVWebP, SVG, JXL

Opening the result

PNG opens in every current browser. M4V has narrower browser support than that. If the file is going onto a web page or into a form, that is usually the whole reason for the conversion.

The usual programs do not overlap: M4V opens in QuickTime Player, VLC and iTunes, PNG in Adobe Photoshop, GIMP and Paint.NET — so whoever receives the result needs something from the second list.

What each format is for

The two are aimed at different work: M4V at handing a finished file over and phones, PNG at screenshots, line art and logos and the web. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

PNG comes from PNG Development Group and dates from 1996, specified as ISO/IEC 15948. Adobe Photoshop, GIMP and Paint.NET all read it.

M4V to PNG: text, resolution and protected files

Are my M4V files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is mediabunny, a wrapper around WebCodecs, which borrows your device's own hardware decoders; your browser fetches it once and caches it.

Why PNG rather than JPG for a frame with text in it?

JPEG compression puts a faint halo around hard edges, which is invisible on a face and distracting around lettering, and it compounds if the image is re-saved. PNG is lossless, so the frame you extract is the frame that stays. On photographic content, JPG is the better choice and a fraction of the size.

The text is still blurry. Is that the conversion?

No — it arrived that way. Video stores colour at a fraction of the resolution of brightness, which damages coloured text specifically, and the encoder spends fewer bits on frames where anything is moving. PNG preserves the frame exactly, including the damage. Nothing can restore detail the recording did not keep.

Which frame do I get?

The one on screen at the timestamp you type — formally, the last frame whose start time is at or before that second. The default is 0, the first frame of the video. One conversion produces one image.

My M4V will not convert at all. Why?

It is a protected iTunes Store file. FairPlay encryption cannot be decoded in a browser, so no frame can be read. Anything you exported from QuickTime, iMovie or Final Cut, or that came off a screen recorder or a course platform, converts normally.

What resolution is the PNG?

The video’s own, with no downscaling. A screen recorded at 1440p produces a 2560 by 1440 PNG whatever size the player window was when you found the moment, which is the main reason to extract a frame instead of screenshotting a paused player.

Does the PNG have a transparent background?

No. A video frame is fully opaque, so the alpha channel is present and entirely solid. If you need part of the image cut out, that is an editing job rather than something a conversion can supply.

More about these formats

Where these figures come from

The claims this page makes about M4V and PNG are checkable, and these are the documents that settle them.