Initializing... drag & drop files here
Supports: RM
.rm is RealNetworks' RealMedia container — RealVideo, generally with a RealAudio track. EPS is Encapsulated PostScript, a page-description format from the desktop-publishing era. Converting between them means decoding one frame of the video and wrapping that frame inside a PostScript file that a layout program can place on a page.
The single most important thing to understand before you start: this is not a tracing or vectorisation step. The frame goes into the EPS as a raster image — a grid of pixels described in PostScript — not as editable paths. If you were hoping to get scalable artwork out of a video frame, no converter does that, and an EPS of a photograph is simply a photograph in an awkward wrapper.
.rm onto the page or click "Add Files". Multiple RealMedia clips can be queued and they all use the same frame and resolution settings.0. Type the timestamp you want — decimals such as 7.5 work — or switch to "Multiple Screenshots" and set a Capture Rate to sample the clip, which writes one EPS per captured frame..eps. 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.The EPS this page writes is deliberately conservative, so that even very old RIPs and layout programs can read it.
| Property | Value |
|---|---|
| Header | %!PS-Adobe-3.0 EPSF-3.0 |
| PostScript language level | Level 1 |
| Data encoding | Clean7Bit — the image is written as ASCII hexadecimal, not binary |
| Image compression | None |
| Bounding box | 0 0 W H, taken directly from the frame's pixel dimensions |
| Resolution | Fixed at 72 pixels per inch, so one pixel becomes one PostScript point |
| Preview | None embedded |
| Colour | RGB, as decoded from the video |
Because the density is pinned at 72 and there is no DPI control on this page, the placed size follows directly from the frame size: a 352 x 288 RealVideo frame arrives as a 352 x 288 point box, which is 4.89 x 4.00 inches (124 x 102 mm) when a layout program places it at 100%. Scale it down in the layout to increase its effective print resolution.
ASCII-hex encoding writes two text characters for every byte of image data, and there is no compression at any stage. Three channels at two characters each means roughly six bytes of file per pixel of picture, before the PostScript prolog. Measured across four frame sizes from the same decoded RealVideo still:
| Frame size | Pixels | EPS size | Bytes per pixel |
|---|---|---|---|
| 320 x 240 | 76,800 | 472,403 | 6.15 |
| 352 x 288 | 101,376 | 621,750 | 6.13 |
| 640 x 480 | 307,200 | 1,872,526 | 6.10 |
| 720 x 576 | 414,720 | 2,525,917 | 6.09 |
Extrapolating the same rate, a 1920 x 1080 frame lands around 12 MB. For comparison, the PNG of the 352 x 288 frame used in that test was 39,958 bytes — the EPS is roughly fifteen times larger for exactly the same picture. If size matters and the destination will accept it, take the still as RM to PNG or RM to JPG instead and place that.
EPS survives in places that have not moved on, and those are the cases worth converting for.
latex to DVI to PostScript takes EPS natively, where pdflatex wants PDF, PNG or JPG instead. If you are on pdflatex, converting to EPS is a step backwards.For anything current, PDF has replaced EPS in essentially every print pipeline, and a raster still is better served by a raster format.
No. The frame is embedded as a raster and stays a raster, so enlarging it in a layout program magnifies the pixels exactly as it would with a PNG. EPS is a container that can hold vectors, raster images or both; what goes into it here is a picture. No converter can turn a photographic video frame into meaningful vector paths — automatic tracing of a photograph produces a blobby approximation, not a faithful scalable copy.
Two reasons compound. The image data is uncompressed, and it is then written as ASCII hexadecimal, which doubles it again — two text characters per byte. That works out at roughly six bytes of file per pixel, so even a small RealVideo frame becomes a file of several hundred kilobytes. The upside is that the result is plain 7-bit text that any PostScript interpreter can read; the downside is the size.
Not from this page — the density is fixed at 72 pixels per inch, which makes one pixel exactly one PostScript point. To change the placed size, either scale the graphic inside your layout program (which is the normal way to do it, and increases effective print resolution as you shrink) or use Resolution Percentage to change the pixel dimensions before conversion, which changes the bounding box proportionally.
The EPS path exposes only Keep original and Resolution Percentage. On most still-image targets you also get preset resolutions and explicit width/height fields, but those are not offered here. Percentage is therefore the only resolution lever, and it applies to both dimensions together, preserving the frame's aspect ratio.
No preview is embedded. Some layout applications render EPS content directly and will show the picture; others display a grey box with the file name where a TIFF or WMF preview would normally be, and print correctly regardless. If a placeholder box is a problem in your workflow, place a PNG for positioning and swap it at output time, or use a format your layout software renders natively.
No. An EPS describes one page of graphics — it has no concept of an audio stream, a duration or a frame rate, so all of that is discarded. Only the pixels of the one frame you selected survive. If you also want the soundtrack, run the file separately through RM to MP3.
It samples the clip at the Capture Rate you choose and writes one EPS per captured frame rather than one file containing many. Given the size figures above, this adds up fast: a two-minute clip at one frame per second produces 120 files of several hundred kilobytes each. When a job produces more than one file, a download-all option appears alongside the individual downloads.
Time (seconds) was left at its starting value of 0, and most recordings begin on black, a fade-in or a station identifier. Enter a timestamp from inside the content instead. If you are not sure where anything interesting sits, run "Multiple Screenshots" at a slow rate such as ten seconds per frame first, find the moment you want, then re-run with "Specific Frame".
RealVideo was designed for dial-up and early-broadband bitrates, so its frames carry heavy compression artefacts that a still exposes mercilessly. On top of that, 72 pixels per inch is a screen density — placing the EPS at 100% gives you a 72 DPI picture on the page, which is well below the 300 DPI print work normally wants. Scaling it to a quarter of its natural size gets you to roughly 288 DPI, at the cost of a much smaller picture.
It is uploaded over an encrypted connection, decoded on our servers and deleted automatically after a few hours along with the EPS it produced. There is no sign-up, no watermark and files are never shared or made public. If you only need one frame from a long recording, trimming first with Video Cutter, which takes .rm directly, avoids uploading the whole thing.