Initializing... drag & drop files here
Supports: ASF
An EPS made from a video frame is not a vector drawing. It is a PostScript wrapper with the picture embedded inside it as ordinary pixels — nothing is traced, no outlines are produced, and the result cannot be scaled up without going soft. That is worth saying first because "EPS" carries an expectation of infinite scalability, and the expectation is wrong here. What you do get is a file that drops into a PostScript-based print or DTP workflow without any raster import step, which is exactly why the format is still asked for.
.asf onto the page or click "+ Add Files". Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.0, which grabs the opening frame. Type a timestamp in seconds — decimals are accepted — to take a different moment..eps; switching Frame Selection to "Multiple Screenshots" returns one EPS per captured frame at the capture rate you set.| Property | Value in the EPS we write |
|---|---|
| Header | %!PS-Adobe-3.0 EPSF-3.0 |
| PostScript level | %%LanguageLevel: 1 |
| Data encoding | %%DocumentData: Clean7Bit — the image is ASCII-hex, not binary |
| Compression | None. The pixels are written out uncompressed |
| Bounding box | %%BoundingBox: 0 0 W H, where W and H are the pixel dimensions |
| Scale convention | One pixel equals one PostScript point, so 72 pixels equal one inch |
| Pages | 1 |
| Metadata | Stripped |
| Vector content | None — the frame is embedded as a raster |
Because the data is uncompressed and hex-encoded, an EPS is roughly six bytes per pixel. We measured a 640 × 360 frame at 1,405,817 bytes and a 1920 × 1080 frame at 12,606,813 bytes. That is not a defect; it is what a Level 1 PostScript image block costs.
The one-pixel-equals-one-point convention is what surprises people when the EPS lands in a layout. A 1920-pixel-wide frame declares a bounding box 1920 points wide, which is 26.67 inches. Placed at 100% it is a wall poster at 72 dpi. Scale it in the layout application and the effective resolution rises in proportion:
| Placement scale in the layout | Printed width of a 1920 px frame | Effective resolution |
|---|---|---|
| 100% | 26.67 in | 72 dpi |
| 50% | 13.33 in | 144 dpi |
| 33% | 8.8 in | 218 dpi |
| 24% | 6.4 in | 300 dpi |
Reducing the placement scale is the correct move — it changes nothing about the file, only how the RIP maps it to paper. Reducing the Resolution Percentage on this page does the opposite: it throws pixels away before the EPS is written, which makes the file smaller but caps how large you can print it. Use the percentage to control file size, use the layout scale to control print resolution.
No. The picture inside it is a grid of pixels, so enlarging past its native size softens it exactly as enlarging a JPEG would. The PostScript wrapper is what makes it an EPS; it does not make the content resolution-independent. If you genuinely need outlines rather than pixels, that is a tracing job, and a video frame — full of noise, motion blur and compression artefacts — is close to the worst possible input for one.
Because it is uncompressed and hex-encoded. Every pixel is written as ASCII characters inside a Level 1 PostScript image operator, which costs roughly six bytes per pixel — about 12.6 MB for a full-HD frame. There is no quality or compression control on this page to reduce it, because the format as written here has none. The Resolution Percentage is the only lever, and it works by using fewer pixels.
Not on this page. The EPS is written at a fixed 72 pixels per inch so that the bounding box matches the pixel dimensions exactly, which keeps the file predictable when it is placed. Control the printed resolution by scaling the placement in your layout application instead — the table above shows the arithmetic.
The first one. Frame Selection opens on "Specific Frame" with "Time (seconds)" set to 0. Enter any timestamp to move; the field takes decimals, so 12.5 means twelve and a half seconds in. To collect several candidates at once, switch to "Multiple Screenshots" and choose a capture rate.
Because it is hidden on EPS targets. Only "Keep original" and "Resolution Percentage" render here — no height presets and no explicit Width or Height fields. Keep original is what the page starts on, so unless you change the percentage the EPS carries the video's own frame size.
No. Metadata is stripped when the file is written, and there is no embedded ICC profile. Colours are written as plain RGB values in the PostScript image data. If your print workflow depends on a specific profile, apply it in the layout application or at the RIP.
It can. Standard-definition ASF material is often interlaced, each stored frame is woven from two fields captured moments apart, and no deinterlacing is applied anywhere in this conversion. A subject that moved between the fields freezes as comb-like stripes — and at print sizes that is more visible, not less. Pick a low-motion moment.
For almost everything, yes. If the destination is anything other than a PostScript workflow that demands EPS, ASF to PNG gives you the identical picture, losslessly compressed, at a small fraction of the size, and ASF to JPG is smaller still. Reach for EPS only when the receiving system will not take a raster file directly.