Initializing... drag & drop files here
Supports: MP4, M4V
An M4V is a video — Apple's MP4 variant, hundreds of H.264 frames playing over time — and an EPS is a single-page Encapsulated PostScript document built to be dropped into a print or design layout. Those are very different things, so this tool does the only sensible mapping between them: it grabs one frame from your M4V (the very first frame by default, or any timestamp you set) and embeds that frame as a raster image inside an EPS, discarding all motion and audio. The result is a print-placeable still — not redrawn vector art. For almost everyone a normal image is the better target, so this page is honest about when EPS is actually the right call.
| Property | Value |
|---|---|
| Format | M4V — Apple's MPEG-4 video variant (.m4v) |
| Container | MPEG-4 Part 14 (MP4), ISO/IEC 14496-14 |
| Typical codecs | H.264 (AVC) video, AAC audio |
| Common sources | iTunes / Apple TV downloads, QuickTime exports, iPhone-adjacent workflows |
| Copy protection | Store-bought titles may carry Apple FairPlay DRM (see FAQ) |
| What we read from it | A single decoded video frame at your chosen time |
| Accepted inputs here | .m4v, .mp4 |
| Property | Value |
|---|---|
| Format | EPS — Encapsulated PostScript (.eps) |
| Author / origin | Adobe (John Warnock & Chuck Geschke) with Aldus, developed from 1987 |
| Structure | A self-contained, single-page PostScript document for embedding in other documents |
| Content it can hold | Vector paths, raster (bitmap) images, or both — wrapped in PostScript |
| What this tool writes | A grabbed video frame embedded as a raster image (not auto-traced vector) |
| Bounding box | A %%BoundingBox DSC comment defines the rectangle the image occupies |
| Typical use | Print, prepress, and design placement — InDesign, Illustrator, QuarkXPress, LaTeX |
| Opens in | Illustrator, InDesign, Photoshop, CorelDRAW, Inkscape, GIMP, Ghostscript, macOS Preview |
.m4v onto the page or click "+ Add Files" to pick it from your device. You can queue several clips; each produces its own EPS.0, the very first frame. Decimals work, so 2.100 grabs the frame 2 seconds and 100 milliseconds in. Or switch to "Multiple Screenshots" to export several frames as separate EPS files.No — this is the most common misunderstanding about EPS. EPS is a wrapper that can carry vector paths, raster pixels, or both, and saving something as .eps does not magically convert it to vectors. A video frame is pixel data, so this tool embeds the decoded frame as a raster image inside the PostScript wrapper. It is a print-placeable still, not editable vector line art. If you genuinely need vectors, extract a PNG first and run it through an image-tracing tool (Illustrator's Image Trace or Inkscape's "Trace Bitmap") — and accept that tracing a photographic frame rarely looks clean.
One frame. A video is many frames over time, but an EPS is a single still page, so this decodes exactly one moment from the clip — by default the very first frame at 0 seconds — and discards all motion and audio. If you need several stills, switch to "Multiple Screenshots," which samples frames across the clip and returns each as its own EPS. To keep the motion instead, convert to an animated GIF.
You pick it. Under "Specific Frame," the "Time (seconds)" field controls which frame is decoded — set it to 0 for the opening frame or 12.5 for the moment 12.5 seconds in. Decimals are supported down to the millisecond (the page notes 2.100 means 2 seconds and 100 milliseconds), so you are not limited to whatever a player happens to show first.
Rarely, but the honest cases are real: dropping a single video still into a print layout (InDesign, QuarkXPress), placing it in an Illustrator artboard, including it as a \includegraphics figure in a classical LaTeX → dvips workflow, or feeding a prepress pipeline that specifically ingests .eps. If a design or print tool in front of you demands EPS, this gets you there. If nothing is demanding it, you almost certainly want a plain image instead — see below.
For most people, yes. A lossless M4V to PNG gives you a pixel-exact frame that opens in every browser, editor, and OS with no PostScript overhead, and M4V to JPG gives a much smaller file for sharing. An EPS of the same frame is typically several times larger because it wraps the raster in a text-based PostScript container, and far fewer apps open it cleanly. Reach for EPS only when a specific print or design tool requires .eps.
No. Microsoft turned off EPS image support across Office on April 11, 2017 as a security measure — EPS can embed executable PostScript, which made it an attack vector — and removed the registry workaround for Microsoft 365 and Office 2019 in 2018. Inserting an EPS now shows only a placeholder. For Word, PowerPoint, or Google Docs, convert the frame to PNG or JPG instead. EPS still opens fine in design and prepress apps like Illustrator, InDesign, CorelDRAW, and Ghostscript.
No. Movies and shows purchased from iTunes or the Apple TV app are protected with Apple's FairPlay DRM, which can only be decoded on a device authorized with the purchasing Apple account. Third-party tools cannot read the protected video, so the frame grab will fail. Renaming .m4v to .mp4 only changes the label; it does not strip the DRM. Only DRM-free M4V files — your own QuickTime exports or unprotected downloads — will convert. If you only need a playable copy of a DRM-free clip, see M4V to MP4.
The embedded frame keeps the source resolution because "Keep original" is the default — a 1080p M4V produces a roughly 1920x1080 still, a 4K clip about 3840x2160. The EPS itself is usually several times larger than the same frame saved as JPG, because PostScript wraps the raster in a text-based container (header, bounding box, often ASCII85 encoding). In our testing, a single 1080p frame that was around 300 KB as a JPG came out a few megabytes as an EPS; a 4K frame can exceed 10 MB. Use "Resolution Percentage" to shrink the embedded raster if size matters.
Your M4V is uploaded over an encrypted connection, processed on our servers, and the upload plus the generated EPS are deleted automatically a few hours after conversion. There is no sign-up, no watermark, and files are never shared or made public.