Initializing... drag & drop files here
Supports: RM
This walk-through is for anyone with old .rm files — lectures, home recordings, downloaded streams from the RealPlayer years — who needs them opening in QuickTime Player, iMovie or Final Cut Pro rather than in nothing at all. By the end you will have a .mov with a current codec inside, plus the specific settings that matter for low-resolution RealVideo footage and a fix list for the things RealMedia actually goes wrong on.
.rm onto the page or click "+ Add Files". Several clips can be queued and they run with the same settings..mov. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.RealVideo cannot be dropped into a QuickTime container as-is — no Apple software has ever decoded it, and there is no path that copies the stream across untouched. The picture is decoded from RealVideo and re-encoded into a codec MOV supports, which means one extra lossy generation. Everything below is about keeping that generation cheap.
MOV and MP4 are close relatives structurally — dumping the top-level atoms of a .mov and an .mp4 produced from the same source gives ftyp / wide / mdat / moov and ftyp / free / mdat / moov respectively. That is why the two behave so similarly and why the choice between them is really about which software you are feeding.
The MOV target exposes a narrower codec set than the Matroska target does, because QuickTime is stricter about what it will hold:
| MOV (this page) | MKV (for comparison) | |
|---|---|---|
| Video codecs offered | 18, including H.264 (default), H.265, MPEG-1/2/4, Xvid, DivX, MJPEG, Theora, WMV 1/2, HuffYUV | 22 — the same list plus AV1, VP8 and VP9 |
| Audio codecs offered | 15, including AAC (default), AC-3, E-AC-3, MP2, MP3, AMR, DTS, Speex, four PCM variants | 24 — adds FLAC, Opus, Vorbis, WavPack, TTA and more |
| Apple editors | Native container for QuickTime, iMovie, Final Cut Pro | Not supported without conversion |
| Browsers | Not a web delivery format | Not a web delivery format |
| Best for | Mac playback and editing | Long-term archives and media servers |
These are measured results, not estimates — four RealMedia samples run through the default settings (H.264, Very High preset, Keep original resolution, AAC audio):
| Source | Codecs inside | Frame size | Source size | MOV out |
|---|---|---|---|---|
| Sample A | RealVideo 2.0 + Cook 44.1 kHz | 352×240 | 593,680 B | 1,076,346 B |
| Sample B | RealVideo 2.0 + SIPR 8 kHz | 320×240 | 2,158,636 B | 7,427,175 B |
| Sample C, 7 fps | RealVideo 3.0 + Cook 8 kHz | 168×116 | 59,090 B | 251,227 B |
| Sample D, no audio track | RealVideo 3.0 only | 320×240 | 528,425 B | 807,114 B |
Expect the MOV to be bigger than the RM in every case. That is not a fault: RealVideo was compressed for dial-up, and a high-quality H.264 re-encode preserves what is there rather than compressing it further. Drop the Quality Preset or use Specific file size if the size matters more than the fidelity.
.ram or .rpm file is usually a one-line text file holding a http:// or rtsp:// address to a stream hosted elsewhere; open it in a text editor and if all you see is a URL, there is no video in it to convert..rm footage is inherently soft and no re-encode can recover detail that was never captured.Two situations defeat any converter. The first is DRM: some RealNetworks-era downloads were encrypted against a RealPlayer licence, and an encrypted stream cannot be decoded by anyone without the key. The second is genuine corruption — half-downloaded streams with a broken index will fail or produce a partial file. A quick triage: open the .rm in VLC media player first. If VLC plays it end to end, this page will convert it, because both rely on the same FFmpeg-lineage RealVideo decoders. If VLC stumbles too, the file itself is damaged. When only the soundtrack matters, skip the video entirely with RM to MP3.
RM is RealMedia, RealNetworks' proprietary streaming container. Every one starts with the four-byte signature .RMF, and inside are RealVideo and RealAudio streams rather than anything Apple, Microsoft or a browser ever adopted. The Library of Congress format registry describes it as a proprietary format with little public documentation, widely used for streaming from the mid-1990s. Its decline was gradual rather than sudden; the practical result today is that only FFmpeg-based players still open it.
Yes. Decoding happens on our servers, and the FFmpeg documentation lists decoder support for RealVideo 1.0, 2.0, 3.0, 4.0 and 6.0 along with the RealAudio family — that covers essentially every RealVideo generation shipped. Upload the file as-is.
MOV if you are working on a Mac in QuickTime, iMovie or Final Cut Pro, where it is the native container. MP4 for everything else — Windows, Android, smart TVs, web uploads. They are structurally close cousins and both can carry H.264 and AAC, so the decision is about which application you hand the file to, not about quality.
Usually, yes. A modern encoder at a high quality preset spends more bits than a 1990s streaming encoder ever did. On a 528,425-byte RealVideo sample at 320×240, the default settings produced roughly 800 KB of output. If that matters, switch File Compression to Specific file size and name a target.
Yes. MOV with H.264 inside imports directly into both. Apple ProRes would be the dedicated editing codec, but it is not among the 18 codec choices this page offers — and at the resolution RealMedia footage carries, it would be a great deal of file for very little benefit.
Yes, as long as Video resolution stays on Keep original, which is how the page opens. If you pick a preset resolution instead, the height is what the preset sets and the width follows the source aspect, so the shape is preserved either way — the difference is only whether the frame is resized at all.
Small ones. Four real RealMedia samples measured for this page came out at 352×240, 320×240, 320×240 and 168×116 — the last at 7 frames per second. RealVideo was built for dial-up and early broadband, so sub-DVD resolution is normal rather than a sign of a damaged file.
RMVB is the variable-bitrate variant of RealMedia and uses the same container family. This page accepts .rm; for .rmvb files use RMVB to MP4, which is set up for that extension. Renaming an .rmvb to .rm to sneak it through is not worth the trouble.
Your .rm upload and the .mov output are processed on our servers over an encrypted connection and deleted automatically after a few hours. No sign-up, no watermark, and files are never shared or made public. On a large batch the practical limit is upload time rather than anything about the conversion.