Initializing... drag & drop files here
Supports: RMVB
RMVB (RealMedia Variable Bitrate) is a legacy RealNetworks video container from 2003, still common in old anime fansubs and Chinese TV and film downloads — and it rarely plays on a modern phone or in a browser. This guide walks you through pulling the soundtrack, dialogue or music out of an .rmvb file and saving it as a universally playable MP3: which of the four compression modes to use, what is actually inside a RealMedia audio track, and what to do when the source file will not cooperate.
.rmvb files. Files upload over an encrypted connection, and batch upload lets you process a whole season folder in one pass.The audio inside an RMVB file is almost always RealAudio, most often the lossy Cook codec that RealNetworks introduced in 1998 as RealAudio G2 (RealAudio 6). It was tuned for the dial-up and early-broadband era, so it is already lossy and usually modest in bitrate. A high MP3 setting cannot recover detail the original never stored — it only inflates the file. Match the output to the source instead of maxing it out:
| Setting | What this page offers | Opens on | Notes |
|---|---|---|---|
| Audio Codec | MP3 only | MP3 | Fixed by the target format; nothing to choose |
| File Compression | Quality Preset, Constant Bitrate, Custom Bitrate, Specific file size | Quality Preset | There is no variable-bitrate mode on this page — Constant Bitrate or Custom Bitrate are the direct controls |
| Constant Bitrate | 8, 16, 24, 32, 40, 48, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384 kbps | Dropdown preset to 128 kbps | 320 kbps is the real ceiling of the format |
| Audio Channel | Original, Mono, Stereo | Original matches the source | Mono roughly halves size on speech; forcing Stereo on a mono source just duplicates the channel |
| Audio Sample Rate | Original, 8000, 12000, 16000, 24000, 44100, 48000 Hz | Original matches the source | Every rate offered is a legal MP3 rate across MPEG-1, MPEG-2 and MPEG-2.5, so none of them get quietly re-mapped |
| Trim | Unchanged, or a start time and duration in seconds or HH:MM:SS.sss |
Unchanged; duration box preset to 10 seconds | Raise the duration before converting or you get a ten-second clip |
RealAudio went through several generations, and which one your file uses decides how much quality is really there to extract. The FFmpeg decoder table that this conversion runs on covers all of them.
| RealAudio generation | Codec | What it means for your MP3 |
|---|---|---|
| RealAudio 1 and 2 | 14.4 and 28.8 kbps codecs | Modem-era voice quality; a low MP3 bitrate loses nothing |
| RealAudio 3 | Dolby AC-3 (dnet) |
Better than the era suggests; worth 128–192 kbps |
| RealAudio 4 and 5 | SIPR (Sipro ACELP.NET) | A speech codec — fine for dialogue, poor for music |
| RealAudio 6 / G2 | Cook, introduced 1998 | The common case in RMVB files; 128–192 kbps is transparent enough |
| RealAudio 8 | Sony ATRAC3 | Music-oriented; keep 192 kbps |
| RealAudio 9 and 10 | MPEG-4 LC-AAC, HE-AAC, and RealAudio Lossless (RALF) | The best case — a lossless or modern-AAC source is worth 192 kbps or higher |
No. The audio in an RMVB file is already lossy — usually RealAudio Cook, sometimes AAC in later files — so this is a lossy-to-lossy conversion. MP3 preserves what is there but cannot add back what the RealAudio encoder discarded. Pick a bitrate that matches the source rather than maxing it out: 128–192 kbps covers almost every RMVB soundtrack, and going higher makes a bigger file with no audible gain.
Most often Cook, which RealNetworks introduced in 1998 and shipped as RealAudio G2 (RealAudio 6) — it was the first audio codec the company developed in-house, and it is the one the fansub-era RMVB archives overwhelmingly use. Later files sometimes carry LC-AAC (RealAudio 9) or HE-AAC and the RealAudio Lossless format (RealAudio 10), and speech-heavy material sometimes uses SIPR. All of them decode here, which is why the conversion works even when your player refuses the file.
128 kbps for speech, 192 kbps for music, and 96 kbps mono for lectures. The 384 kbps entry is a leftover from the shared bitrate list rather than a usable MP3 setting: MPEG-1 Layer III tops out at 320 kbps, so LAME — the encoder behind this conversion — clamps anything above that back down. If you want the maximum the format allows, pick 320 kbps and stop there, though on a RealAudio source you will not hear the difference from 192.
Leave it on Original unless you have a reason. The dropdown offers 8000, 12000, 16000, 24000, 44100 and 48000 Hz, and every one of those is a legal MP3 rate across the MPEG-1, MPEG-2 and MPEG-2.5 layers, so nothing gets silently re-mapped. Downsampling is only worth it for voice — 16000 Hz keeps speech perfectly intelligible at a fraction of the size. Upsampling a low-rate RealAudio track to 48000 Hz adds bytes and no information.
Yes, in two ways. On this page, set Trim to a start time and duration — in seconds, or as HH:MM:SS.sss — and only that range is encoded; watch the duration box, which is preset to 10 seconds. Alternatively cut the video first with Video Cutter, which accepts .rmvb directly, then convert the shorter clip. Note that our Audio Cutter will not help here: it takes audio files, not video, so trim before or during the conversion rather than after uploading the .rmvb to it.
Because the source track is mono. Audio Channel on Original mirrors whatever the RealAudio stream contains, and plenty of RMVB rips — especially TV captures and speech-heavy material — carry a single channel to save space. Forcing Stereo does not recover a second channel; it duplicates the one that exists into two, doubling the size for no benefit. If the source really is stereo and you are getting mono, check that Audio Channel was not left on Mono from an earlier conversion.
No. The file is uploaded over an encrypted connection and decoded on our servers using the FFmpeg/libavcodec lineage — the same open-source decoders VLC relies on, covering the Cook, SIPR, RealAudio Lossless and 14.4/28.8 kbps codecs — so no RealPlayer and no codec pack are needed on your side. The converted MP3 comes back for download, and uploaded files are deleted automatically after a few hours. There is no account, no watermark, and nothing is shared or made public.
If you only want the sound — a song, a lecture, dialogue for a phone or a car — MP3 is the right call, because virtually every device and app plays MP3 while almost none play RMVB. If you want the picture too, convert to MP4 instead. Keeping the original .rmvb makes sense only as an archive copy on a machine with VLC installed; it is a format whose decoders now survive through open-source projects rather than through RealNetworks, so migrating anything you actually use is worth doing. For the older constant-bitrate .rm files, RM to MP3 handles the same RealAudio codecs.