HEVC to EPS Converter

Convert HEVC files to EPS format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: HEVC, MOV, MP4, M4V, MKV

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Image resolution
Frame Selection
Time (seconds)
Capture a single frame at the specified time. For example, 2.100 means 2 seconds and 100 milliseconds into the video.

Grabbing an HEVC Frame as EPS: What This Tutorial Covers

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.

How to Convert HEVC to EPS

  1. Upload Your HEVC File: Drag and drop the .hevc onto the page or click "Add Files" to browse for it. Batch uploads are supported, and each file produces its own EPS.
  2. Set the Frame Selection Time: Frame Selection opens on Specific Frame, with Time (seconds) set to 0 — the very first frame of the clip. Type a value such as 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.
  3. Switch to Multiple Screenshots or Scale the Resolution (Optional): Select Multiple Screenshots and pick a Capture Rate — from one frame every 0.1 seconds up to one every 10 seconds, defaulting to one per second — to pull a whole sequence, each saved as its own EPS. Under Image resolution, Keep original is selected; switch to Resolution Percentage to shrink the embedded raster.
  4. Convert and Download: Click Convert. The frame is decoded on our servers and embedded in a PostScript wrapper. Files are uploaded over an encrypted connection and deleted automatically after a few hours — no sign-up, no watermark.

Walk-through: Picking the Frame, and What "EPS" Means Here

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.

  • Want a clean hero frame? Set Time well past any intro — for most clips a few seconds in, e.g. 3, clears the fade.
  • Want a contact sheet? Use Multiple Screenshots with a wide Capture Rate — one frame every 3, 5, or 10 seconds. A rate of 0.1 seconds on a two-minute clip means twelve hundred EPS files.
  • Want a smaller file? Resolution Percentage is the only size control here, and it is effective, because the embedded raster is uncompressed and its size tracks pixel area directly.

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.

HEVC and EPS Compared

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

What the Output EPS Actually Contains

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.

Common Errors and How to Fix Them

  • "My EPS is just a black frame" — Time was left at 0 and your clip opens on a fade-in or a slate. Set Time (seconds) to a later moment.
  • "The EPS file is enormous" — Expected: the raster inside is uncompressed hex-encoded pixel data. Lower the Resolution Percentage, or use a normal image format if the print workflow does not insist on EPS.
  • "Word or PowerPoint will not place my EPS" — Microsoft turned off EPS insertion in Office on 11 April 2017 because of a security vulnerability, and removed the registry workaround for Microsoft 365 and Office 2019 in May 2018. Use HEVC to PNG or HEVC to JPG for Office documents.
  • "It gave me one image, not the whole video" — By design. EPS holds a single still. For motion, keep it as video with HEVC to MP4, or make a loop with HEVC to APNG.
  • "Multiple Screenshots produced hundreds of files" — The Capture Rate was set too tight. One frame per second on a five-minute clip is 300 EPS files; widen the rate to 5 or 10 seconds.
  • "The image will not scale cleanly in Illustrator" — Embedded rasters do not behave like vector paths. Enlarging past the source resolution pixelates exactly as any bitmap would.

When This Doesn't Work

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.

Frequently Asked Questions

Does this convert my whole HEVC video into EPS?

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.

Is the EPS a true vector file I can scale infinitely?

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.

Which frame do I get, and how do I choose a different one?

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.

Why is the EPS so much bigger than a JPG of the same frame?

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.

What resolution and bounding box does the EPS declare?

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.

Where are the quality and bit-depth settings?

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.

What software opens an EPS file?

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.

Does the EPS keep any metadata from the video?

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.

What happens to my file after the conversion?

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.

Rate HEVC to EPS Converter Tool

Rating: 4.8 / 5 - 110 reviews