Initializing... drag & drop files here
Supports: MOV
MOV recordings from iPhones, mirrorless cameras, and screen-capture tools usually carry H.264, HEVC, or ProRes video. Those codecs use inter-frame compression (P-frames and B-frames depend on neighboring frames) which is excellent for streaming but punishes older non-linear editors that have to decode a full GOP to scrub a single frame. MJPEG (Motion JPEG) stores every frame as an independent JPEG, so seeking is instant and any frame can be cut without rebuilding a chain of references. Common reasons to convert MOV → MJPEG:
| Property | MOV (source) | MJPEG (output) |
|---|---|---|
| Container | Apple QuickTime | Raw MJPEG stream (or in MOV/AVI wrapper) |
| Typical video codec | H.264, HEVC, ProRes, Animation | Motion JPEG (intra-frame only) |
| Inter-frame compression | Yes (H.264/HEVC use I+P+B frames) | No — every frame independent |
| Frame-accurate seek | Depends on GOP length | Instant on every frame |
| Default audio | AAC (typical iPhone) | Configurable: MP3, AAC, AC3, FLAC, Opus, PCM, Vorbis |
| Typical 1080p / 1 min size | 50-150 MB (HEVC) / 100-300 MB (H.264) | 300 MB - 1 GB depending on qscale |
| Best for | Final delivery, streaming, archival | Editing proxies, surveillance review, scientific capture |
The size jump is the headline tradeoff. MJPEG gives up temporal compression so every frame survives a packet drop or a frame-accurate cut, but the same one-minute clip can grow 5-10× larger than the H.264 / HEVC source. That's the right tradeoff for editing and forensic review, the wrong one for sharing or archival — for those, MOV to MP4 or MOV to AVI keep size sensible.
| Setting | qscale equivalent | Visual quality | Use case |
|---|---|---|---|
| Highest | ~2-3 | Near-lossless, big files | Archival masters, color-grading source |
| Very High (default) | ~4-5 | Visually transparent | Editing dailies, picture-locked review |
| High | ~6-8 | Slight softening on detail | Daily proxies, frame-by-frame review |
| Medium | ~10-14 | Visible JPEG blocking on smooth gradients | Lightweight scrubbing proxies |
| Low | ~18-22 | Obvious blockiness | Storyboard / shot-selection passes |
| Lowest | ~26-31 | Heavy compression, smallest files | Rough cut review, low-bandwidth review |
Because MJPEG has zero inter-frame compression. A 1-minute iPhone HEVC MOV at 1080p / 30fps is roughly 60-100 MB because each frame only stores what changed from the previous one. Convert it to MJPEG at "Very High" and the same minute can land at 400-700 MB — every frame is a full JPEG of the full 1080p image. Pick "Medium" or set qscale around 10-12 to bring the size down for review work; pick "Highest" or qscale 2-3 only if you actually need archival masters.
Current versions of Premiere, DaVinci Resolve, and Final Cut Pro decode H.264 and HEVC well enough that they don't usually need MJPEG proxies, and they have their own dedicated proxy formats (ProRes Proxy, DNxHD, Cineform). MJPEG is the right choice when the downstream tool — older Vegas, hardware-based Avid setups, broadcast review systems, security-footage editors, or in-house pipelines — specifically expects frame-independent JPEG video. If you're on a current Premiere or Resolve build, the dedicated proxy formats are usually a better fit.
Stay with the default "Very High" preset (roughly qscale 4-5) — it's visually transparent on most footage and keeps file sizes manageable. Drop to "High" (around qscale 6-8) if storage is tight; rise to "Highest" (qscale 2-3) if a colorist will work from the file. Lower qscale numbers always mean better quality and larger files in MJPEG.
Yes — audio is preserved through the conversion. Pick the audio codec under Audio Codec: MP3 is a common default, with AAC (to match an existing audio chain), AC3 (broadcast workflows), FLAC, Opus, PCM (16-bit / 24-bit / 32-bit / mu-law / a-law), and Vorbis also available. The video stream is replaced with MJPEG regardless of the audio choice.
Yes. Set a start time and duration under the Trim option in seconds (12.5) or HH:MM:SS.sss (00:01:30.500). Trimming first is recommended for MOV → MJPEG specifically because MJPEG file sizes scale linearly with duration — cutting an hour-long MOV down to a 30-second clip before converting can be the difference between a 200 MB output and a 24 GB one.
Each frame round-trips through JPEG compression, so very fine detail (single-pixel highlights, dense text, film grain) softens at default settings. Bump the preset to "Highest" (qscale ~2-3) for editing or color work where that detail matters. For typical iPhone or DSLR footage at 1080p, "Very High" is visually indistinguishable from the source on a normal review monitor.
Yes. iPhone HEVC (also called H.265) MOV recordings convert directly — XConvert decodes the HEVC stream, then re-encodes every frame as MJPEG. This is one of the more useful MOV → MJPEG paths because HEVC's heavy inter-frame compression is exactly what makes scrubbing and frame extraction painful in older tools, and MJPEG makes every frame independent again. 4K HEVC sources will produce very large MJPEG outputs — drop to 1080P or 720P resolution for proxy use.
Yes. Drop in as many MOV files as you want; each converts in parallel withon our servers. Settings can apply to the whole batch (typical for a roll of camera dailies) or be tuned per-file. Outputs download individually or as a single ZIP.
This converter outputs a raw MJPEG stream — a sequence of JPEG frames in the.mjpeg container. If your downstream tool needs MJPEG inside a different container (some older Avid and Vegas setups, certain broadcast workflows expect MJPEG-in-AVI or MJPEG-in-MP4), convert from your MOV first to the wrapper you need: see MP4 to MJPEG if you're starting from an MP4 instead, or use MJPEG to MP4 afterward to wrap the raw stream into a more portable container.