Initializing... drag & drop files here
Supports: HEVC, MOV, MP4, M4V, MKV
This conversion is worth being precise about, because the name promises something it does not do: it does not turn an HEVC video into EPS. It captures one frame from the clip and wraps that single still inside an Encapsulated PostScript file for placement in a print or desktop-publishing layout. This guide covers choosing which frame you get, the two controls the page actually exposes, why the resulting EPS is a raster image rather than scalable vector art, and why the file is so much larger than the same frame saved as a PNG.
.hevc onto the page or click "Add Files" to browse for it. Batch uploads are supported, and each file produces its own EPS.2.5 to capture the frame two and a half seconds in. The field accepts milliseconds, so 2.100 means two seconds and one hundred milliseconds.Two things trip people up on this conversion. The first is frame selection. Because Time (seconds) starts at 0, a straight one-click convert hands you the opening frame of the clip — which is very often a fade-in, a black slate, or a blank intro card. If you want something representative, scrub the video in any player, note the timestamp of the moment you want, and type that number into the Time field.
3, clears the fade.The second is the format itself. EPS can carry vector paths or raster pixels, and most converters describe it flatly as "a vector format", which is misleading in this context. Your HEVC frame is pixel data, so the output EPS embeds that decoded raster inside a PostScript bounding box. It places cleanly in a print layout and prints at whatever size the layout asks for; it is not auto-traced, infinitely scalable artwork. If you genuinely need vector geometry, run the extracted frame through an image tracer afterwards — Illustrator's Image Trace or Inkscape's Trace Bitmap.
| Property | HEVC (input) | EPS (output) |
|---|---|---|
| Type | Video bitstream, H.265 | Encapsulated PostScript still |
| Standard | ITU-T H.265 / ISO/IEC 23008-2, first published April 2013 | Adobe, originating in the late 1980s alongside PostScript |
| Content | A sequence of compressed frames | A single image inside a declared bounding box |
| Compression | Lossy inter-frame; roughly 25–50% smaller than H.264 at matched quality | None on the embedded raster — pixels are written as ASCII hex |
| Motion and audio | Both possible | Neither — one still image, no sound |
| Opens in | VLC, mpv, hardware decoders on most 2016-and-later devices | Illustrator, InDesign, Photoshop, CorelDRAW, Affinity, Inkscape, GIMP, macOS Preview, Ghostscript |
| Best for | Capturing and playing motion efficiently | Dropping a still into a print or DTP layout |
| Aspect | What this converter produces |
|---|---|
| Page geometry | A %%BoundingBox equal to the frame's pixel dimensions at 1 pixel = 1 point — a 1920×1080 frame declares a box 1920 by 1080 points |
| Raster encoding | PostScript Language Level 1, image data written as ASCII hex with compression disabled |
| Frames included | Exactly one — frame 0 of whatever the extraction step produced |
| Metadata | Stripped; no EXIF or colour-profile payload is carried through |
| Typical size | Large. The same 1920×1080 frame measured about 12 MB as EPS against roughly 300 KB as PNG and under 200 KB as JPG |
That last row is not a defect so much as an inherent property of the encoding. Two ASCII characters are written per byte of image data with no compression stage, so an EPS runs to roughly twice the raw pixel payload — for a 1920×1080 RGB frame that is about 6 MB of pixels becoming about 12 MB of text. Scaling with Resolution Percentage is the direct remedy; using HEVC to PNG or HEVC to JPG instead is the better one when EPS is not specifically required.
If your source is a .mov or .mp4 container carrying an HEVC track rather than a bare .hevc stream, upload it to the tool that matches its real extension — MP4 to EPS does the same single-frame capture. DRM-protected and truncated files will not decode at all. And if the end goal is simply a still image that opens everywhere, EPS is the wrong shape for the job: HEVC to PNG is lossless and a fraction of the size, HEVC to JPG is smaller again. EPS earns its overhead only when a print or DTP workflow specifically asks for an .eps file.
No. EPS holds one still image and has no concept of motion or sound, so the tool captures a single frame — the first one by default, or whichever timestamp you enter in Time (seconds) — and embeds it in a PostScript wrapper. Every other frame, the motion, and any audio are discarded. To keep the footage as video, use HEVC to MP4; to keep the motion as an image, use HEVC to APNG.
No, and this is the most common misconception about the format. EPS can carry vector paths or raster pixels; a video frame is pixel data, so what you get is a bitmap wrapped in a PostScript bounding box. It places and prints cleanly at or below its native size, but enlarging it pixelates exactly like any other raster. Genuine vector output would require tracing the image afterwards in Illustrator or Inkscape.
By default the frame at Time 0 — the very first frame of the clip. To pick another, type the timestamp you want into Time (seconds); the field takes fractions, so 2.5 is two and a half seconds in and 2.100 is two seconds and one hundred milliseconds. For several stills at once, switch to Multiple Screenshots and choose a Capture Rate between one frame every 0.1 seconds and one every 10 seconds; each captured frame becomes its own EPS.
Because nothing inside it is compressed. The converter writes PostScript Language Level 1 with the pixel data as ASCII hex — two text characters per byte of image data — plus a bounding-box header, whereas a JPG applies lossy compression and a PNG applies DEFLATE. Measuring the same 1920×1080 frame three ways gave roughly 12 MB as EPS, about 300 KB as PNG, and under 200 KB as JPG. Lower the Resolution Percentage if the file has to be smaller.
The bounding box equals the frame's pixel dimensions at one pixel per PostScript point, so a 1920×1080 capture declares a %%BoundingBox 1920 by 1080 points wide and lands in a layout at that size — about 26.7 by 15 inches at 72 points per inch. Most layout applications will let you scale it down on placement, which raises the effective print resolution as you do so.
They do not apply to this target and are not shown. The EPS path embeds the decoded frame as uncompressed hex, so there is no quality factor to set, and the bit-depth control belongs to a different output format. The only size lever on this page is Image resolution → Resolution Percentage; the preset, width, and height resolution modes are hidden for EPS output.
Adobe Illustrator, InDesign and Photoshop, CorelDRAW, Affinity Designer and Publisher, Inkscape, GIMP, and macOS Preview all open EPS, and Ghostscript is the universal interpreter on the command line. Microsoft Office is the notable exception: EPS insertion has been disabled in Word, Excel, PowerPoint and Publisher since April 2017.
No. Metadata is stripped during the conversion, so no EXIF block, timecode, or embedded colour profile is carried into the EPS. The file contains the bounding box, the PostScript preamble, and the pixel data. If you need the capture timestamp, record it yourself from the Time value you entered.
It is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. Nothing is shared or made public, there is no sign-up, and no watermark is applied. For the opposite direction — rendering an EPS into an HEVC clip — see EPS to HEVC.