Convert MOV to PNG

Converting MOV to PNG takes one frame out of footage you shot and stores it losslessly at the video’s own resolution, which is what you want when the still is going into a thumbnail, a mock-up or a composite rather than straight onto a page. It is decoded and encoded in your browser.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The PNG holds exactly what the MOV 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.

The frame is a starting point, not the finished picture

That is what separates this from taking a photograph out of a video to send to somebody. You are going to open the still in something — Photoshop, Affinity, Figma, an editor’s title tool — and put text over it, crop it, grade it, mask something out. The file has to survive being worked on rather than merely look acceptable.

PNG is the right container for that stage because nothing it stores degrades. Every subsequent save is exact, an alpha channel is available when you start cutting things out, and there is no generation of JPEG artefacts sitting under the work waiting to be sharpened into visibility. The compressed version is something you make at the end, from the finished image.

No colour profile is attached, and it shows on phone footage

This is the fact worth the most to this reader. The PNG is written with no ICC profile in it. An application that manages colour therefore has to assume something, and what it assumes is sRGB.

Modern phone and camera video is not sRGB. An iPhone records Display P3, which is a noticeably wider gamut, and camera footage may be in a log or broadcast space entirely. So a frame that looked vivid on the phone can open on a desktop looking flat, with reds and greens pulled in — not because anything went wrong in the conversion but because nothing told the editor what the numbers mean. Assign the correct profile once, note which one your camera uses, and it stops being a mystery.

Full resolution, including on a vertical clip

The still comes out at the size the video actually displays at. A 4K recording gives a 3840 by 2160 image; 1080p gives 1920 by 1080. There is no resize control on this conversion and none is needed, because one frame of 4K is a large photograph rather than a hundred of them.

Vertical footage is handled properly. A phone stores portrait video as landscape frames plus a rotation flag, and the flag is applied when the frame is read, so a portrait 4K clip produces a 2160 by 3840 PNG standing the right way up. Tools that read raw frames without honouring the flag are where sideways stills come from.

Choosing the moment is worth more than any setting

You set the timestamp in seconds and the frame displayed at that moment is what you get. A tenth of a second either way is the single most effective control on the page, and it is not close: between a frame taken mid-movement and one taken while a subject is briefly still there is a difference no amount of processing recovers.

The reason is how video compression works. Bits are spent where a viewer notices motion and economised everywhere else, so anything moving quickly is described roughly. Convert two or three candidate timestamps and compare them at full size before you start building anything on top of one.

The compression the frame arrived with is still in it

A still from video is never as clean as a photograph, and PNG cannot change that. The blocking around high-contrast edges, the smearing in fast motion and the coarse detail in shadow were all encoded into the video before the frame was extracted; storing them losslessly preserves them exactly.

It also means sharpening has to be handled carefully. A frame from a compressed source responds to sharpening by making the artefacts crisper along with the detail, particularly on skin and on flat backgrounds. Where the still is the deliverable and the subject was static, a much better answer is to take a photograph — cameras and phones can shoot stills while recording for precisely this reason.

The PNG has no alpha channel, and does not need one

A video frame is a rectangle with no transparency in it and nowhere for any to come from. The decoder hands over four channels with the fourth opaque from edge to edge, and the optimiser that runs before you get the file removes it: dropping a wholly opaque alpha plane is one of the standard PNG reductions and it is on by default here. What you download stores three channels.

Nothing is lost by that, because a uniformly opaque channel carries no information, and the file is smaller for not writing it out. It is worth knowing before you count on the channel being there. If you need one to work in — masking, cutting out a subject, compositing over another layer — your editor adds it the moment you start, and it will hold what you paint into it rather than what a conversion guessed.

How large the file turns out to be

PNG compresses losslessly, so the size depends on the content rather than on the dimensions alone. A 4K frame of a plain wall may be two megabytes; the same frame of a crowd, foliage or fine texture can be fifteen. Grain and video noise are the expensive part, because noise is by definition unpredictable and lossless compression cannot predict it.

That is worth knowing before building a folder of stills. If they are working files, the size is the price of exactness and it is worth paying. If they are going anywhere near a web page, run the finished image through a lossy format afterwards — a WebP or a JPG at the end of the process, made from the edited PNG rather than instead of it.

One frame per conversion, and how to work around it

Each run produces a single image. Getting five frames means five conversions with five timestamps, and each one reopens the file and decodes forward from the keyframe before the moment you asked for, so the cost is much the same wherever in the recording the frame sits.

For a handful of candidates that is faster than opening an editor. For an actual sequence — every tenth frame, or a contact sheet of an entire take — it is not, and a desktop tool that steps through frames is the right instrument. This page is for the two or three stills you have actually decided you want.

Footage nobody has seen, decoded where it sits

The MOV is read, decoded and encoded to PNG inside this browser tab, using the codecs the machine already has for playing video. Nothing carrying the footage is transmitted, and the network tab confirms it during a conversion.

For this audience that has a specific value. The thumbnail is for a video that has not gone out, the mock-up is for a client who has not approved it, the composite is for a campaign that is not announced. Uploading a gigabyte of the source to get one frame back would be slow, and it would also put unreleased work on a server chosen from a search result.

How to export a PNG frame from a MOV

  1. Drop the MOV onto this page and type the moment you want, in seconds.
  2. Convert, then try a timestamp a tenth of a second either side and compare the two.
  3. Open the PNG in your editor and assign the source’s colour profile before you start work.

MOV and PNG: compressed motion against an exact still

MOV compared with PNG
MOVPNG
Full nameQuickTime MoviePortable Network Graphics
File extension.mov, .qt.png
Media typevideo/quicktimeimage/png
CompressionLossy — file size is bought with qualityLossless — nothing is discarded
First published19911996
Published byApplePNG Development Group
SpecificationQuickTime File FormatISO/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, MKVWebP, SVG, JXL

What survives

Transparency survives. Both MOV and PNG store an alpha channel, so a cut-out stays cut out and nothing is filled in behind it.

Opening the result

PNG opens in every current browser. MOV 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: MOV opens in Final Cut Pro, QuickTime Player and Adobe Premiere Pro, 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: MOV at editing and broadcast, 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.

MOV is Apple's format, published in 1991. The specification is QuickTime File Format, and it is worth reading if the file has to outlive the tool that wrote it.

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

MOV to PNG: colour, resolution and choosing the frame

Is the PNG lossless?

The encoding is. Every pixel the decoder produced is stored exactly, and saving it again does not degrade it — which is why PNG is the right target when the still is going into a layered document rather than onto a page. What it cannot be is better than the frame, and the frame carries the video’s own compression.

Why does the still look flatter than the video did?

Usually colour management. The PNG is written with no ICC profile attached, so any application that manages colour has to assume sRGB. Footage from an iPhone is Display P3, and camera footage can be something else again, so saturated colour — a sunset, a red jacket, a screen in shot — can arrive visibly duller. Assigning the correct profile in your editor is the fix, and it is a one-off per source.

What size will the PNG be?

The video’s own frame size, unchanged. A 4K recording gives 3840 by 2160 and a vertical 4K clip gives 2160 by 3840, because the rotation is applied when the frame is read. A lossless still of that size typically runs from four to fifteen megabytes depending on how much detail is in it.

PNG or JPG for a frame I am going to edit?

PNG while you are working, JPG when you publish. A frame from video has already been compressed once, and re-compressing it as JPG before you sharpen or grade it stacks a second set of artefacts underneath everything you do. Export the JPG at the end from the finished image instead.

Can I get several frames at once?

One per conversion. Set the timestamp, convert, change it, convert again — the file is opened from scratch each time, so every frame costs a moment no matter how far into the recording it is. For a numbered sequence out of a whole clip, a desktop tool that can step frame by frame is the better instrument.

Is the footage uploaded to take one frame?

No. The MOV is decoded in this browser tab and the frame is encoded here too. That is also why there is no queue and no daily count for this particular job — nothing has to travel before the work can start. The file itself has to be under the free tier’s 100 MB, which a long or high-bitrate MOV will pass.

More about these formats

Where these figures come from

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