Initializing... drag & drop files here
Supports: MPG, MPEG
An .mpeg file is a video — an MPEG program stream carrying MPEG-1 or MPEG-2 video, the format behind DVDs, VCDs and older broadcast captures. EPS is Encapsulated PostScript: a print-and-layout interchange format that Adobe Illustrator, InDesign, QuarkXPress and LaTeX accept as a placed graphic. This page decodes one frame of your video and wraps that frame in an EPS. Be clear on what that means: the frame is embedded as a bitmap inside the PostScript, not traced into vector paths, and the result is unusually large for what it holds.
| Property | Value |
|---|---|
| Accepted extensions | .mpeg, .mpg |
| Container | MPEG program stream |
| Video codec | MPEG-1 video, or MPEG-2 video (ITU-T H.262 / ISO-IEC 13818-2, first approved July 1995) |
| Typical frame size | 720×480 NTSC DVD, 720×576 PAL DVD, 352×240 / 352×288 VCD |
| Scan type | Frequently interlaced |
| What we take from it | A single decoded frame — the video itself does not survive into EPS |
| Property | Value |
|---|---|
| Full name | Encapsulated PostScript |
| Content written here | A raster bitmap embedded in PostScript — never a vector trace |
| PostScript level | Level 1, uncompressed, ASCII-hex encoded |
| Resolution / density | Fixed at 72 pixels per inch — there is no DPI control on this page |
| Pixel-to-point mapping | 1 pixel = 1 PostScript point, so the BoundingBox matches the pixel dimensions |
| BoundingBox | The required DSC comment giving the lower-left and upper-right corners of the artwork |
| Metadata | Stripped |
| Size for a 1080p frame | Roughly 12.6 MB |
| Opens in | Illustrator, InDesign, QuarkXPress, LaTeX \includegraphics, Ghostscript-based viewers |
| Does not open in | Microsoft Office (insertion disabled since 2017), most image viewers, browsers |
Two design choices in the format multiply the size, and neither is adjustable here.
First, the pixels are stored uncompressed — no DEFLATE, no DCT, no run-length coding. Second, they are written as ASCII hexadecimal, so every byte of image data becomes two text characters. The arithmetic is direct: a 1920×1080 frame is 2,073,600 pixels, which is about 6.2 MB of raw RGB, which becomes about 12.4 MB once hex-encoded, plus PostScript preamble. That is where the roughly 12.6 MB figure comes from, and why a standard-definition 720×576 frame still lands in the low megabytes.
The only lever you have is "Resolution Percentage" under "Image resolution", which scales the frame before embedding. Note what is not on this page: EPS is the one image target here with no pixel-dimension control at all — no preset resolutions, no Width, no Height, no Width × Height. It is percentage or original size, nothing else. If you need an exact pixel size, scale the frame first as a PNG and place that instead.
.mpeg or .mpg onto the page, or click "Add Files". Both extensions are accepted and several clips can be queued together.0. Set a real timestamp — disc material very often opens on black — or switch to "Multiple Screenshots" and set a "Capture Rate" from 0.1 to 10 seconds per frame to pull a series of stills..eps. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.No. EPS is a wrapper that may contain, as the format reference puts it, "any combination of text, graphics and images" — and a video frame has no underlying geometry to trace, so it goes in as a raster bitmap. The PostScript envelope makes it placeable in print software, but enlarging it past its native pixel size softens exactly like enlarging a JPG. True vectorisation means redrawing the artwork or running a dedicated tracer, which is a different job from a frame grab.
It is fixed at 72 pixels per inch and there is no DPI control on this page. Our EPS writer pins the density deliberately so that one image pixel maps to exactly one PostScript point, which makes the declared BoundingBox equal the pixel dimensions of the frame. Layout applications then place it at 1:1 and you scale it inside the document. If you need a nominal 300 DPI asset for print, export the frame as a PNG or TIFF and set the density in your image editor.
Because the pixels are stored uncompressed and then encoded as ASCII hexadecimal, which doubles the byte count again. There is no compression option on this page to change that — it is how the file is written. The only way to shrink it is to shrink the frame with "Resolution Percentage", or to use a compressed still format instead: MPEG to PNG is dramatically smaller — and lossless if you set its Quality Preset to "Highest" — while MPEG to JPG is smaller still.
No. Microsoft turned off EPS insertion in Office with the security update of 11 April 2017, because EPS files can carry embedded scripts, and removed the registry workaround for Microsoft 365 and Office 2019 in May 2018 — Microsoft's current guidance lists no workaround for Microsoft 365, Office 2024, Office 2021 or Office 2019. If your destination is an Office document, convert to PNG or JPG instead. Reserve EPS for Adobe and prepress workflows that still run PostScript.
The frame time starts at 0, and disc-sourced MPEG material very often begins on a black leader, a fade-in, or a menu background. Set "Time (seconds)" to a moment with actual picture in it. If you do not know where the content starts, switch to "Multiple Screenshots" with a one-second capture rate and choose from the results.
Yes. Switch "Frame Selection" to "Multiple Screenshots" and set the "Capture Rate" — anywhere from 0.1 seconds per frame up to 10 seconds per frame. Each sampled frame is written as its own .eps. That is the practical way to build a contact sheet of stills from one program stream, though remember each file carries the full uncompressed-plus-hex size penalty.
Only as sharp as the source, which on .mpeg material means lossy MPEG-1 or MPEG-2 with whatever artifacts the original encode left. On top of that, MPEG only stores complete pictures on keyframes, so landing on a fast-motion inter-frame produces a softer, blockier still — nudge the timestamp to a calmer moment. Interlaced sources add a further complication: we do not deinterlace, so a frame pulled from a moving scene shows horizontal field combing that will be very visible in print.
Only when the receiving workflow specifically asks for it — older Illustrator and InDesign templates, QuarkXPress documents, and LaTeX figures using \includegraphics. For a raster image, a modern layout tool would rather have a PNG or TIFF: same pixels, a fraction of the bytes, no PostScript interpreter needed. EPS earns its place when the asset is genuinely vector artwork, which a video frame never is.