Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
MP4toPNG
Up to 100 files at once. Mixed formats are fine.
Converting MP4 to PNG takes a single frame out of a video as a proper image, at the video’s own resolution and at a moment you choose by typing a timestamp. Drop the file above and it happens inside your browser. This is the alternative to pausing and pressing Print Screen, which gives you screen resolution, the player’s controls and roughly the right moment.
Almost everyone doing this has already tried the obvious thing: play the video, pause, press Print Screen, crop. It works, and it costs three things that are easy not to notice until later.
The resolution is your screen’s, not the video’s — a 4K recording playing in a window three hundred pixels tall gives a picture three hundred pixels tall. The player comes with it: a progress bar fading out, a pause button, sometimes a cursor. And the moment is approximate, because pausing lands wherever the click landed, which is rarely the frame you were watching for.
The control under the result is a number of seconds, and decimals count. Type 12 for twelve seconds in, or 12.4 if the thing you want is briefly visible. That is a different way of working from scrubbing: you can convert, look, adjust by a tenth of a second and convert again, without ever loading a video editor.
Ask for a time past the end and the page says how long the video actually is rather than producing nothing. That sounds small and is the difference between an error you can act on and one you have to investigate.
Video encoders do not spend their bits evenly. A frame in the middle of fast movement — a pan, a cut, someone turning quickly — genuinely contains less detail than a still one, because the encoder correctly assumed nobody would study it. Extracting that frame gives you exactly what was recorded, which is less than you might expect.
Nothing recovers detail that was never stored, and no converter can. What helps is choosing a moment where the picture settles: a fraction of a second before or after the movement is often visibly better. This is also why a frame from a heavily compressed download looks worse than one from the original recording, at the same resolution.
PNG is lossless, so the frame you get is exactly the frame that was decoded and it will not soften if you crop, annotate and re-save it. That makes it the right choice for anything that is going to be worked on — a screenshot for documentation, a still to draw over, an image for a bug report.
The cost is size: a lossless 4K frame can run to several megabytes. If the picture is going straight into a document, a slide or an email, converting the same video to JPG or WebP instead gives a far smaller file with no visible difference on real footage. Both are offered from the same video, so it is one click either way.
| MP4 | PNG | |
|---|---|---|
| Full name | MPEG-4 Video | Portable Network Graphics |
| File extension | .mp4 | .png |
| Media type | video/mp4 | image/png |
| Compression | Lossy — file size is bought with quality | Lossless — nothing is discarded |