Initializing... drag & drop files here
Supports: RM
This tool pulls a single still frame out of a RealMedia (.rm) video and saves it as a TIF image. RealMedia is RealNetworks' streaming container from the dial-up era, and most converters only re-encode the whole clip to MP4 or audio — this one freezes one moment and hands you a lossless raster still, the kind of format an archive or print shop expects. You pick the timestamp; you get one image.
.rm (or .rmvb) file onto the page, or click "+ Add Files" to browse. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.2.100 grabs the frame at 2.1 seconds. That one frame becomes your TIF. To sample several stills across the clip instead, switch to Multiple Screenshots.| Property | TIF | JPG | PNG |
|---|---|---|---|
| First specified | Aldus, 1986 (TIFF 6.0, 1992; now Adobe) | JFIF, 1992 | 1996 (W3C) |
| Compression | None, PackBits, LZW, Deflate, or JPEG | Lossy (DCT) | Lossless (Deflate) |
| Bit depth per channel | 1, 8, or 16 | 8 only | 8 or 16 |
| Color models | RGB, CMYK, grayscale | YCbCr (RGB on export) | RGB / grayscale + alpha |
| Browser preview | No — Safari only; download to view elsewhere | Yes, universal | Yes, universal |
| Best for | Archive, print, precision editing | Sharing small photographic stills | Web/UI graphics, sharp text, alpha |
No — and this is the honest limit. RealVideo was aggressively compressed for dial-up and early-broadband streaming, so source frames are small (standard definition or below, often 320×240 or smaller) and carry visible compression artifacts. TIF preserves those pixels faithfully — it is a precision raster format, not a lossy one — but it cannot rebuild detail the original RealVideo encode already threw away. You get an exact, re-editable copy of the existing frame, not an upscaled or restored one. The honest reason to do this is preservation: pulling a still out of an old webcast, news clip, or lecture archive before .rm players disappear. If a grab comes out blurry or shows thin horizontal lines (combing from interlaced source), nudge Time (seconds) a few hundredths of a second to land on a still moment between scene cuts.
It depends on where the still is going. TIF can hold the frame uncompressed for maximum compatibility with older imaging software, with lossless LZW or Deflate to shrink the file with no quality loss (these decode to pixels identical to the uncompressed version), or with JPEG compression when you want a smaller file and can accept some loss. Per the TIFF specification, uncompressed and PackBits are baseline, while LZW, Deflate, and JPEG are extensions that essentially every modern TIFF app — Photoshop, Affinity Photo, GIMP, ImageMagick, Preview — reads. For an archival master of an already-tiny RealVideo frame, a lossless setting is the safe pick.
No — this tool writes one image per file. The TIFF format itself can store several images in a single file, but here switching to Multiple Screenshots returns each sampled frame as its own .tif, delivered together as a ZIP — not a single multi-page TIFF. If you want a handful of stills from across the clip, that mode samples at the interval you set; if you want one exact moment, stay on Specific Frame.
In our testing, a 320×240 RealVideo frame saved as uncompressed 8-bit RGB TIF landed near 230 KB (matching the raw pixel math, 320 × 240 × 3 bytes ≈ 225 KB), dropping by roughly a third to a half with LZW or Deflate at zero quality loss. Because the source frame is already small and low-detail, the absolute size is modest either way. TIF is not a web format — MDN lists it among image types to avoid for web content, with Safari the only browser that renders it natively — so for anything you plan to post or email, extract to RM to JPG instead. If you want the whole moving clip in a modern container rather than one still, use RM to MP4. (.tif and .tiff are the same format — the RM to TIFF converter outputs the four-letter spelling.)
Your RM file is uploaded over an encrypted (TLS) connection, the frame is extracted on xconvert's servers, and the files are deleted automatically a few hours after conversion. There is no account to create, no watermark on the output, and your files are never shared or made public. The frame is captured at the video's native resolution; you can scale it down with the Resolution Percentage or Width x Height controls before downloading.