Initializing... drag & drop files here
Supports: RMVB
RMVB is RealNetworks' variable-bitrate RealMedia, the format that carried a great deal of downloadable video in the early 2000s, built around RealVideo and sized for connections that were measured in kilobits. HEIF is the ISO still-image container from 2015 (ISO/IEC 23008-12) that Apple made the default on iPhones. Extracting a frame from one into the other works cleanly — but the interesting question is not how, it is what you can reasonably do with the result, because RMVB frames are far smaller than anything a modern camera produces.
| Property | RMVB (source) | HEIF (target) |
|---|---|---|
| Type | Video container and codec family | Still-image container |
| Origin | RealNetworks, early 2000s | ISO/IEC 23008-12, 2015 |
| Typical payload | RealVideo 8/9/10 video, RealAudio or AAC sound | One HEVC-coded still image |
| Designed for | Downloads and streaming over slow connections | Small, high-quality photos on phones |
| Typical frame size | 320 × 240 up to 848 × 480 | Whatever you give it |
| Compression | Lossy, variable bitrate | Lossy by default at the quality settings offered here |
| Native support in browsers | None | None — HEIF is a file format, not a web image format |
| Native support on Apple devices | None | Yes, since 2017 |
.rmvb onto the page or click "+ Add Files". Several files can be queued and each produces its own still..heif. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.RMVB was optimised for file size at a time when a two-hour film was expected to fit on a CD. That means small frames, and a still inherits every one of those pixels and no more.
| RMVB frame size | Megapixels | Fills how much of a 1920-wide screen | Sensible print width at 300 dpi |
|---|---|---|---|
| 320 × 240 | 0.08 MP | One sixth of the width | About 1 inch |
| 512 × 384 | 0.20 MP | Just over a quarter | About 1.7 inches |
| 640 × 480 | 0.31 MP | One third | About 2.1 inches |
| 848 × 480 | 0.41 MP | Just under half | About 2.8 inches |
For comparison, a modern phone photo is somewhere between 12 and 48 megapixels. An RMVB frame is a thumbnail by today's standards — perfectly good as a screenshot, an avatar, a reference image or a scene marker, and not a substitute for a photograph.
You get the first frame unless you say otherwise. Because RealMedia files carry an index, the Specific Frame control genuinely works here: enter a Time in seconds and the decoder walks to that point and takes the frame there. That matters more on this source type than on most, because RMVB releases often open on several seconds of black, a logo card or a fade-in — so the first frame is frequently the least useful one in the file. Change the number and convert again to iterate.
Not with the resolution control, no. Enlarging the frame during the conversion adds pixels by interpolation without adding detail, and it makes the HEIF several times bigger for a picture that looks softer, not sharper. Leave Image resolution on Keep original and scale later if a specific pixel size is required by whatever you are putting it into. If you genuinely need a larger, cleaner image, that is a job for a dedicated upscaler, not a format conversion.
In substance, yes. The .heif produced here is HEVC-coded and its container brand is heic — HEIF is the family of formats and HEIC is the name used when HEVC is the codec inside, so the two are the same file with different extensions. Anything that opens an iPhone .heic will open this. Renaming between .heif and .heic is safe if some piece of software insists on one spelling.
Because it was already soft or blocky in the video. RMVB was encoded for small file sizes over slow connections, which means aggressive quantisation, and a frozen frame shows every artefact that motion normally hides — blocking in flat areas, ringing around edges, smeared fine detail. The extraction itself is faithful: the frame is decoded at full precision and held as a lossless PNG before the HEIF encode. Nothing in the conversion is degrading the picture beyond that final encode; you are simply seeing the source clearly for the first time.
No. RealMedia files can carry title, author and copyright fields in their header, but the frame-extraction step passes the decoder a picture and nothing else, so none of that reaches the still. HEIF is perfectly capable of holding metadata — it just is not given any here. If you need the information, read it off the .rmvb with MediaInfo before converting and add it to the still afterwards with an EXIF editor.
.heif open on Windows?Not without help. Windows 10 and 11 do not include HEIF support by default — Microsoft ships it as separate Microsoft Store components, HEIF Image Extensions for the container plus an HEVC decoder for the picture data, and the HEVC part is not always free. Apple platforms have supported HEIF natively since 2017 and most photo editors read it now. If the still has to open on an unknown machine with no setup, RMVB to JPG is the safe choice.
At these frame sizes the differences shrink along with the picture. PNG is lossless, so it captures exactly what the decoder produced — sensible when you intend to edit or crop the frame, and the file is still small because the frame is small. HEIF at the default preset is a good deal smaller than PNG for a near-identical picture, which matters if you are pulling hundreds of stills. JPG is the pick when the file has to open anywhere with no preparation. Given how compressed the source already is, avoid stacking another heavy lossy pass on top: keep the Quality Preset at Very High or better.
Yes. Choose Multiple Screenshots under Frame Selection and pick a Capture Rate — the list runs from ten frames per second down to one frame every ten seconds, and each captured frame becomes its own HEIF. One every ten seconds across a two-hour RMVB gives you 720 stills, which is a workable contact sheet for finding scenes. Watch the file count rather than the file size; each individual still is tiny at these frame dimensions.
The picture data is necessarily re-encoded, because a RealVideo frame and a HEVC still are different things. What does not happen is a second decode or a preview-quality shortcut: the frame is decoded once at full precision, held as a lossless PNG, and encoded to HEIF once. So the only quality loss between the video and the still is that final HEIF encode, which the Quality Preset controls directly. For other targets from the same file, see the RMVB converter hub or RMVB to PNG for a lossless still.