Initializing... drag & drop files here
Supports: MPG, MPEG
This conversion pulls a single frame out of an MPEG-1 or MPEG-2 program stream and writes it as a TIFF. Before you run it, it is worth being clear about what TIFF buys you here, because a frame from a .mpeg is not the same raw material as a photograph off a camera. The short answer: choose TIFF when the still is going into print, colour work, an archive or a tool that insists on it — and choose PNG or JPG when the still is going to be looked at. The rest of this page lays out the trade so you can pick once and not re-convert.
The arithmetic anchor for everything below is that one 720 x 480 NTSC DVD frame is 1,036,800 bytes of raw 8-bit RGB pixels — a shade over 1 MB before any format does anything to it.
| Format | Compression | Lossless from the decoded frame? | Size against 1.04 MB of raw pixels | Renders in a browser | Best for |
|---|---|---|---|---|---|
| TIFF (LZW) | Lossless dictionary coding | Yes | Below raw, varies with content | Safari only | Print, colour work, archival masters |
| TIFF (JPEG — the preselected default) | Lossy DCT inside a TIFF wrapper | No | A small fraction of raw | Safari only | Smaller TIFFs when fidelity is secondary |
| PNG | Lossless DEFLATE, optionally palette-quantised | Only on the "Highest" quality preset; lower presets quantise the palette | Below raw | Every browser | A lossless still that also has to be viewable |
| JPG | Lossy DCT | No | A small fraction of raw | Every browser | Email, chat, web pages, documents |
| BMP | Usually none | Yes | Raw plus a small header | Every browser, but MDN advises against it | Legacy Windows tooling |
| PPM | None at all | Yes | Raw plus a ~15-byte header | No | Code that must read pixels without a decoder |
PNG is the format TIFF actually competes with for this job, since both can be lossless and both are widely supported by editors.
| TIFF | PNG | |
|---|---|---|
| Origin | Revision 6.0 published in 1992, stewarded by Adobe | W3C Recommendation from 1996, later standardised as ISO/IEC 15948 |
| Compression choices | Ten, from lossless LZW and Deflate through lossy JPEG | One, DEFLATE, with optional palette reduction |
| Fidelity here | Exactly lossless on LZW, Deflate, PackBits, ZSTD or None | Truly lossless only on the Highest preset |
| Bit depth ceiling | Extends well past 8 bits per channel through extensions | Up to 16 bits per channel |
| Several images in one file | Yes, the format allows it — though this conversion writes one file per frame | No, a single image per file |
| Browser display | Safari only | Universal |
| Typical destination | Print workflows, editing suites, digital preservation | Web pages, documents, screenshots, anything shared |
| Choose it when | The receiving tool or archive specifies TIFF | Anyone has to actually look at the image |
.mpeg or .mpg onto the page, or click "Add Files" to browse; several clips can be queued together.0, which is the first decoded frame — usually leader, a logo card or menu art on DVD and broadcast captures. Enter the moment you actually want, or switch to "Multiple Screenshots" with a Capture Rate.Only if something downstream asks for TIFF. On a frame this size both formats can store identical pixels, so the difference is practical rather than technical: TIFF gives you a menu of compression schemes and a long history in print and preservation workflows, while PNG opens in every browser and every operating system's default viewer. If nobody has specified a format, PNG on the Highest preset is the easier lossless choice; if a printer, publisher or archive named TIFF, use TIFF and set Compression Type to LZW.
Because the Compression Type dropdown is preselected on JPEG, a lossy scheme, rather than on a lossless one. That combination is legal — the TIFF container has always been able to carry JPEG-compressed data — but it means the default output has been through a second lossy stage on top of what MPEG already discarded. Reading the quality mapping out of our own pipeline, the preselected "Very High" preset means quality 95, "Highest" means 100 and "Medium" means 80, and those numbers only apply while a lossy Compression Type is selected. Choose LZW and the preset stops mattering, because the pixels are preserved exactly.
JPG, without much hesitation. A TIFF of a standard-definition frame is around a megabyte even with lossless compression, will not preview inline in most mail clients, and does not render in Chrome, Firefox or Edge — MDN describes TIFF as something to offer as a download for printing and precision editing rather than as web content. Extract to MPEG to JPG for anything with an audience, and keep the TIFF as the working master if you need one.
No, and this is where expectations usually outrun the source. MPEG-1 and MPEG-2 video is 8 bits per channel with chroma subsampled, and it is lossy, so the frame the decoder reconstructs is the ceiling. TIFF can technically carry deeper bit depths, but promoting an 8-bit frame into a 16-bit file adds zeroes rather than detail. What TIFF does give you is the guarantee that no further loss occurs — provided you move Compression Type off JPEG.
No. Timecode, recording date, camera identifiers, chapter marks and stream-level tags all live in the MPEG container and its elementary streams, none of which survives the jump to a single still. Plan to record provenance yourself — in the filename, a sidecar file or your asset manager — if the frame is going into an archive where that matters.
The format allows it, but this conversion does not produce it. Choosing "Multiple Screenshots" and a Capture Rate returns each sampled frame as its own separate image rather than assembling them into one multi-page TIFF. If a genuine multi-page file is a hard requirement, extract the frames here and combine them in a tool built for it.
Not one byte. Both write the same format; .tif survives only because early Windows required three-character extensions, exactly as .jpg shadows .jpeg. Use whichever name your downstream software expects — the File extension control on this page switches between the two without changing anything else about the conversion.
Because anamorphic DVD material stores a 16:9 picture inside a 720 x 480 or 720 x 576 pixel grid and leaves the stretching to the player. A still image carries no such instruction, and nothing in this pipeline adjusts pixel aspect ratio, so the extracted frame keeps the stored geometry and looks horizontally squeezed. Set Width x Height to the display dimensions instead — roughly 854 x 480 for 16:9 NTSC or 1024 x 576 for 16:9 PAL.
The MPEG is uploaded over an encrypted connection and everything happens on our servers: the requested frame is decoded to a lossless intermediate, then written out as a TIFF with the Compression Type you chose. Upload and output are both deleted automatically after a few hours, with no sign-up, no watermark, and nothing shared or made public.