Initializing... drag & drop files here
Supports: EPS
EPS (Encapsulated PostScript) is Adobe's single-graphic vector format — developed as early as 1987 by Adobe founders John Warnock and Chuck Geschke together with Aldus — and it stores PostScript drawing code rather than a grid of pixels. MKV (Matroska) is an open container whose specification is now published by the IETF as RFC 9559, Matroska Media Container Format Specification (Standards Track, October 2024). Putting a vector graphic inside a Matroska file is an unusual job, and two things happen that are easy to miss: the artwork is rasterized onto a fixed pixel grid, and the result is one motionless frame with no audio. This tutorial walks through the settings that matter, then points you at the conversions most people who land here actually want.
.eps onto the page or click "+ Add Files" to browse. You can queue several files and convert them in one batch.Duration is the whole length of the clip, because there is only one picture to show. A 1/60s, 1/30s or 1/24s setting gives you a single-frame slate to drop on a timeline at that project frame rate; 3 to 10 seconds gives a title card that stays on screen long enough to read.
Video resolution is the pixel grid the vector is rendered onto, and it is the only setting that decides how much detail survives. Left on "Keep original", the frame comes out at whatever pixel size the EPS renders to from its own %%BoundingBox — usually a modest, print-derived size rather than 1080p. If the clip is going into an HD or 4K timeline, pick the matching Fixed Resolution before converting rather than upscaling the MKV afterwards. Our pipeline normalises every uploaded image to a clean PNG capped at 4096 px on the long edge before encoding, so 8K output from a small vector is not the goal here — matching your destination is.
Background Color does two jobs: it fills transparent areas of the artwork, and it fills the letterbox bars when your chosen resolution has a different aspect ratio from the graphic. White is the default for image sources; the dropdown offers a list of named colours including Black, so a slate destined for dark footage should be switched deliberately.
One thing you will not find on this page: bitrate and target-file-size modes. Because the source is a still image, File Compression offers only Quality Preset, Constant Quality and Constraint Quality — there is no meaningful source bitrate to scale against.
| Property | EPS (source) | MKV (output) |
|---|---|---|
| What the file holds | PostScript drawing code — paths, curves, fills | Encoded video frames in a Matroska container |
| Scales up without quality loss | Yes, infinitely | No — locked to the resolution you render at |
| Motion | None (a single still graphic) | One motionless frame held for the set duration |
| Audio | None | None — image sources produce a silent video track |
| Transparency | Supported by the artwork itself | Not supported by video; filled with Background Color |
| Opens in a web browser | No | No — MKV needs VLC, mpv, Plex, Jellyfin or similar |
| Typical role | Print and design master artwork | Slate, title card or placeholder in a Matroska workflow |
| Codec | Why you would pick it | Watch out for |
|---|---|---|
| H.264 (default) | Widest player and hardware-decode support; compresses a motionless frame very efficiently | None for this job — it is the sensible default |
| H.265 | Smaller files at the same quality on modern players | Older players and some TV boxes cannot decode it |
| VP9 / AV1 | Royalty-free, matches a WebM-oriented pipeline | Slower to encode; AV1 support is newer |
| MPEG-4 / Xvid / DivX | Compatibility with old set-top boxes and legacy players | Noticeably larger files for the same quality |
| MJPEG / HuffYUV | Frame-exact intermediate for an editor | Very large files — an MJPEG or HuffYUV still is not a delivery format |
If your real goal is simply to see or use the artwork, a video container is the wrong tool. Convert to a raster image with EPS to PNG for a crisp picture that opens everywhere (the Highest preset keeps it lossless), or EPS to JPG for a smaller flat image. If you need the graphic to stay scalable, EPS to SVG keeps it as vector markup and EPS to PDF keeps it as a PostScript-descended vector document. Reach for MKV only when the destination specifically wants Matroska — a Plex or Jellyfin library, an mpv-based signage player, or an editor whose project is already MKV-based. And keep the original .eps: once rasterized, the line art cannot be turned back into editable vector paths.
No. EPS stores artwork as PostScript paths that redraw cleanly at any size, but a video frame is a fixed grid of pixels. The conversion renders the vector once, at the resolution you choose, and everything after that is flat raster data. Zooming into the MKV softens it exactly like enlarging a JPG. Keep the source .eps if you may need to resize or edit the artwork later, and convert to EPS to SVG if you need a scalable file rather than a video.
The clip lasts exactly as long as the "Duration" you pick, because there is a single frame to show. The dropdown starts at 1/60s (a single frame at 60fps) and runs through 1/30s, 1/24s, 0.1s, 0.2s, 0.3s, 0.5s and then whole seconds up to 10 seconds per frame. The default is 5 seconds per frame. Sub-second values are the ones to use when you want a one-frame slate rather than a hold.
H.264 by default. Matroska is a container rather than a codec, so the Video Codec control under Show All Options also offers H.265, AV1, VP9, VP8, Theora, MPEG-1, MPEG-2, MPEG-4, MS MPEG-4, Xvid, DivX, MJPEG, HuffYUV and several legacy options. H.264 is the right answer unless your player specifically wants something else — a motionless frame compresses extremely well under any modern codec.
Because there is no audio anywhere in an EPS file to carry across. EPS is pure vector drawing instructions for print and design software. The image-to-video path therefore writes a video track only, and the Audio Codec control is not shown for image sources. If your workflow needs sound, lay the MKV on a timeline alongside an audio track in an editor.
"Merge strategy" decides. The default, "Merge images", renders each file and joins them into a single MKV, each graphic held for the duration you set — a five-file batch at the default 5 seconds becomes a 25-second slideshow. Switching to "Video per image" produces one MKV per uploaded file instead, all using the same settings.
Because there is no source bitrate to scale from — the input is a still image, not a video stream. On image-to-video conversions the File Compression group shows Quality Preset (default "Very High (Recommended)"), Constant Quality and Constraint Quality only; the percentage, exact-size and bitrate modes you see on video-to-video pages are hidden. A motionless frame is cheap to encode, so the quality presets are enough to control size in practice.
MP4 in almost every case. MKV is excellent for home-media libraries and multi-track archives, but Safari, most phones and most browsers will not open it. Choose MKV when the destination explicitly prefers Matroska, and use EPS to MP4 when it needs to play anywhere. If you already have an MKV that needs to be portable, MKV to MP4 remuxes the other direction, and Compress MKV shrinks an existing file.
Video editors and web players cannot interpret PostScript. EPS needs a PostScript-aware renderer, which is why it lives in print and design software rather than in media tools — and why Microsoft turned off EPS image support in Office in April 2017 (the last workaround was removed in May 2018), citing the security risk of EPS's embedded scripting. Converting the artwork to raster pixels, whether as an image or wrapped in a video container, is what makes it usable outside a design suite. Our converter uploads your file over an encrypted connection, renders and encodes it on our servers, and deletes it automatically after a few hours; nothing is shared or made public.