RM
RM video containerUsed for moving images, timed audio, and playback metadata.
- Family
- Video
- MIME
- application/vnd.rn-realmedia
Convert RM to WAV online. See the real audio-stream extraction behavior, preservation limits, and a format-specific acceptance test.
Converter.now selects the audio stream in RM, leaves the picture stream out, and encodes that sound as WAV. The result is audio, not a silent copy of the video. RealMedia input is parsed through its stream headers, packet timestamps, codec identifiers, and index data; incomplete indexes require full-duration playback checks. WAV delivery writes a RIFF waveform whose PCM precision, rate, channels, channel mask, peaks, and large file size matter more than codec branding.
Decoded media - RealMedia streaming content associated with early RealAudio and RealVideo codec generations. Encoded delivery profile - A waveform container written here as uncompressed 16-bit PCM audio.
Used for moving images, timed audio, and playback metadata.
Designed for uncompressed production audio.
Modern decoder support is limited, and variable streaming metadata or damaged indexes can affect duration and seeking.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
The verified WAV profile writes 16-bit little-endian PCM rather than a perceptual delivery codec.
Play the complete source, then verify codecs, dimensions, frame rate, duration, seeking, audio sync, and converted endpoints.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Take this route when only dialogue, music, or a soundtrack needs to reach a WAV-accepting system; hold onto RM whenever its pictures, captions, or visual timing still matter.