Initializing... drag & drop files here
Supports: PNG
The video codec defaults to MJPEG (Motion JPEG) for MJPEG output. Under Advanced settings, the audio codec and background color can be customized.
PNG is a lossless image format. MJPEG (Motion JPEG) is a video format where each frame is compressed as a separate JPEG image — no inter-frame compression. This makes MJPEG ideal for frame-by-frame editing, CCTV/security systems, older digital cameras, and industrial video applications where individual frame access is critical. Converting PNG images to MJPEG creates video content compatible with these specialized systems.
| Feature | PNG (image) | MJPEG (video output) |
|---|---|---|
| Type | Still image (lossless) | Video (per-frame JPEG) |
| Compression | Lossless | Lossy (per frame) |
| Inter-frame compression | N/A | ❌ (each frame independent) |
| Frame-by-frame editing | N/A | ✅ Easy |
| CCTV / security systems | ❌ | ✅ Standard format |
| File size | Moderate | Large (no inter-frame) |
| Webcam compatibility | ❌ | ✅ |
MJPEG (Motion JPEG) is a video format where each frame is a separate JPEG image. Unlike modern codecs (H.264, H.265) that use inter-frame compression, MJPEG compresses each frame independently. This results in larger files but allows easy frame-by-frame access.
MJPEG does not use inter-frame compression — each frame is a complete JPEG image. Modern codecs like H.264 store only the differences between frames, achieving much smaller files. MJPEG trades file size for frame independence.
You control this with the Image Duration setting. Options range from 1/60s (a single frame) to 10 seconds per image.
Yes. Select "Merge images" under Merge Strategy. All uploaded PNG files are combined into a single MJPEG video in upload order.
Yes. Under Background Color, choose from Black (default), White, and other colors. This fills the space around images that don't match the output resolution.