Initializing... drag & drop files here
Supports: RW2
RW2 is Panasonic's current Lumix raw format, and the sensors behind it are large — 18, 20, 24 megapixels and up. MPEG-2 is a video codec finalised as ITU-T H.262 in July 1995 for standard-definition television. Converting one to the other works, but the mismatch has consequences you should know about before you click Convert: there is a hard pixel ceiling on the way in, a resolution ceiling on the way out if the file has to play on hardware, and a set of quality controls that do nothing on this target.
.rw2 onto the page or click "+ Add Files". This page accepts .rw2 only, and several files can be queued together. Everything is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.Before encoding: 4096 pixels. Every image is normalised to a clean PNG before it reaches the encoder, and that step clamps the long edge to 4096 pixels. A modern Lumix raw is usually above that. Our Panasonic DC-FZ80 sample decodes to 4912 × 3688 and comes out of normalisation at 4094 × 3074 — a proportional reduction, not a crop. On older Lumix bodies with smaller sensors the clamp never fires.
After encoding: what hardware will accept. The stream we write is a valid MPEG-2 bitstream at whatever size you asked for, but MPEG-2's Main Profile at High Level stops at 1920 × 1152. A 4094 × 3074 clip plays in VLC and ffmpeg-based software and in nothing else. If the destination is a DVD authoring tool, a broadcast ingest desk or a set-top player, type 720 × 480 (NTSC) or 720 × 576 (PAL) into "Width x Height".
The size difference between those two choices is large. The FZ80 sample at full 4094 × 3074 produced a 3,776,512-byte file for a five-second clip; the same picture at 766 × 576 came back at 235,520 bytes — sixteen times smaller, and playable on hardware. How steep that ratio is depends on the picture, since a detailed frame costs the encoder more at every size.
| Property | RW2 | MPEG-2 |
|---|---|---|
| Kind of thing | Still raw sensor data | Video codec and bitstream |
| Introduced | Panasonic's current raw extension, in use across the Lumix line | ITU-T H.262, first edition July 1995; ISO/IEC 13818-2 |
| Container | TIFF-like, but with the custom magic IIU\0 rather than standard TIFF magic |
Written here as an MPEG program stream under an .mpeg2 name |
| MIME type | image/x-panasonic-rw2 |
video/mpeg |
| Compression | Proprietary, applied to the sensor data | Motion-compensated DCT, lossy |
| Colour | Bayer CFA, BGGR pattern, demosaiced on conversion | 8-bit 4:2:0 after conversion |
| Audio | None | Supported by the format, but not present in this output |
| Opens in | Raw developers and recent OS previewers | VLC, ffmpeg, DVD and broadcast hardware at legal sizes |
| Control | Renders? | Real effect here |
|---|---|---|
| Video resolution | Yes, starts on "Keep original" | Yes — drives frame size and the bitrate derived from it |
| Image Duration | Yes | Yes — sets clip length |
| Merge strategy | Yes | Yes — one file or many |
| Background Color | Yes, starts on White | Only when the output shape differs from the raw |
| Video Codec | Yes, MPEG-2 is the only selectable entry | Nothing to change |
| Quality Preset, Constant Quality, Constraint Quality | Yes | None. MPEG-2 has no constant-quality mode and the request is replaced by a resolution-derived floor |
| Audio Codec, Trim, Drop Frames, bitrate and file-size modes | No, hidden on image sources | n/a |
Because of the 4096-pixel normalisation clamp. Anything longer than 4096 pixels on its long edge is scaled proportionally before encoding, so a 4912 × 3688 Lumix frame becomes 4094 × 3074. The aspect ratio is preserved and nothing is cropped. Below that threshold the raw's own dimensions are used unchanged.
MPEG-2 has no constant-quality mode, so the preset falls back to scaling the source video's bitrate — and a still photograph has no source bitrate. Constant Quality and Constraint Quality are rewritten as ordinary bitrate requests and then replaced by a minimum calculated from the output frame size. Resolution is the only lever on this page that changes the size of the file.
Because Panasonic changed the magic number. A standard TIFF begins II*\0 or MM\0*; an RW2 begins IIU\0 — we confirmed that byte pattern on the DC-FZ80 file we tested. The rest of the structure is TIFF-shaped, but the four bytes a parser checks first do not match, so a generic TIFF reader rejects the file before it gets anywhere. Only software that specifically knows about RW2 will open one.
Yes, and there is no way to change that. Raw photographs carry no sound, so the Audio Codec group is suppressed on image-to-video pages and the file contains exactly one stream. That also means the .mpeg2 cannot afterwards be run through an audio extractor — a file without an audio stream fails outright rather than producing a silent track.
No. White is simply where the Background Color option starts on image sources. Pick any of the other entries in the dropdown — Black is the sensible choice for television playback. The bars only exist when the output frame is a different shape from the raw; "Keep original" and the height presets both follow the picture's own aspect ratio and produce no bars at all.
Yes. Queue the files and leave Merge strategy on "Merge images"; each raw becomes a held segment and the clip runs for the number of files multiplied by the Image Duration. Encoding happens at one frame per second, so a hundred raws at two seconds each is a 200-second video.
No. A raw stores 12 or more bits per channel of linear sensor data; the encode demosaics it, converts to 8-bit 4:2:0 and compresses. Nothing about the format preserves headroom for later exposure recovery. If that matters, develop the raw first — RW2 to TIFF keeps far more of it — and convert to video afterwards.
Use RW2 to MP4. It behaves the same way but writes H.264, which is a fraction of the size at matching quality and plays in every browser and on every phone. MPEG-2 is worth choosing only when something downstream specifically requires it.