Initializing... drag & drop files here
Supports: RMVB
RMVB (RealMedia Variable Bitrate) is a legacy RealNetworks video container long used to distribute Asian-web TV episodes and movies, while APNG (Animated PNG) is a modern, lossless animated-image format that plays inline in browsers without a player plugin. This converter takes the RMVB file directly — no intermediate MP4 step — and produces a short, high-color APNG loop. Most online APNG makers (including ezgif) don't accept RMVB at all, so you'd otherwise have to transcode to MP4 first.
| Property | Value |
|---|---|
| Full name | RealMedia Variable Bitrate |
| Developer | RealNetworks |
| Container | RealMedia (.rmvb) |
| Bitrate model | Variable bitrate (VBR) — better quality per byte than constant-bitrate .rm |
| Typical video codec | RealVideo (RV40 / RV9) |
| Common use | Locally stored movies and TV series, popular for Chinese / Asian-web distribution |
| Plays in | VLC, RealPlayer, Media Player Classic; not natively in modern browsers |
| Best for | Archival of older downloaded video; not a web or editing format |
| Property | Value |
|---|---|
| Full name | Animated Portable Network Graphics |
| Type | Lossless animated raster image (a PNG that plays multiple frames) |
| Color / transparency | 24-bit RGB color + full 8-bit alpha — far beyond GIF's 256 colors and 1-bit transparency |
| Compression | Lossless (DEFLATE); our pipeline adds a Zopfli optimization pass |
| Audio | None — APNG carries no sound |
| Browser support | ~95% global; Chrome 59+, Firefox 3+, Safari 8+, Edge 79+ (caniuse) |
| Fallback | Unsupported viewers show the first frame as a static PNG |
| Best for | Short, sharp-edged or transparent loops where GIF banding is unacceptable |
.rmvb into the box or click "Add Files." The file uploads over an encrypted connection, is processed on our servers, and is deleted automatically after a few hours.APNG is lossless and stores full 24-bit color per frame, so it doesn't throw away data the way GIF's 256-color quantization does. That's exactly why it looks cleaner — no banding or dithering — but a busy, photographic RMVB clip will produce a noticeably bigger APNG. To keep size down, trim to a few seconds, drop to 10 FPS, lower the resolution, and reduce the Colors value when the footage is simple.
About 95% of browsers do — Chrome 59+, Firefox 3+, Safari 8+ and Edge 79+ all animate APNG natively (per caniuse). The format degrades gracefully: a viewer that doesn't support animation simply shows the first frame as a normal static PNG, so the image is never broken.
No. We decode the RealMedia/RealVideo stream server-side and render frames straight to APNG. Many browser-based APNG tools list only MP4, WebM and AVI as inputs, so with those you'd have to transcode RMVB to MP4 yourself first — this page skips that step.
For a website, animated WebP is usually the better pick: its lossy mode is typically a small fraction of an equivalent APNG while keeping 24-bit color and alpha, and support sits around 97%. Choose APNG when you specifically need lossless frames or guaranteed PNG fallback. If web delivery is the goal, our RMVB to WebP converter is worth comparing.
It's dropped. APNG is an image format with no audio track, so any soundtrack in the RMVB is discarded during conversion. If you need the audio or a playable video, convert to a video format instead — see RMVB to MP4.
Keep it short — a few seconds. Because APNG is lossless and frame-based, a long RMVB clip produces an enormous file and a slow-loading animation. In our testing, a 5-second 480p RMVB clip at 10 FPS produced an APNG in the low single-digit megabytes, while pushing the same clip to 25 FPS and full resolution multiplied that several times over. Trim or downscale before converting if size matters.
Lower the framerate and resolution first, since those cut the most. Reducing the Colors value helps when the footage is graphic rather than photographic. You can also re-run the result through our APNG compressor, which applies additional lossless optimization. For a much smaller (lossy) animated alternative, convert the same RMVB to GIF or WebP instead.