Initializing... drag & drop files here
Supports: CR3
This page turns a Canon .cr3 raw photograph into a .mov QuickTime clip — it renders the still and holds that one motionless frame on screen for a duration you choose, with no motion and no audio track. That is exactly what you want for a freeze-frame, a title card, or a photo you intend to intercut with footage in Final Cut Pro, Premiere Pro, or DaVinci Resolve. Below: the settings that actually change the output, the two or three ways this trips people up on an editing timeline, and when a different target is the better call.
.cr3 onto the page or click "+ Add Files". Several raw files can be queued and converted with the same settings.Resolution is where most of the decision lives. A 24-megapixel Canon frame is roughly 6000 x 4000 pixels — far larger than any delivery format — and this page gives you six ways to handle that:
| Video resolution mode | What it does | Use it when |
|---|---|---|
| Keep original (default) | Uses the rendered photo's own dimensions, with the long edge capped at 4096 pixels | You want maximum detail and your editor will scale it |
| Fixed Resolutions | Exact width x height from a list, from 256 x 144 up to 7680 x 4320 | The clip must match a specific sequence, e.g. 1920 x 1080 |
| Preset Resolutions | Height-based presets from 144p to 4320p, width follows the aspect ratio | You care about the vertical size, not the exact box |
| Width (keep aspect ratio) | You give a width in pixels or percent | Fitting a known horizontal budget |
| Height (keep aspect ratio) | You give a height in pixels or percent | Fitting a known vertical budget |
| Width x Height | Both dimensions explicitly | Forcing a specific frame, padded with the Background Color |
A few practical patterns:
| Property of the raw | In the MOV |
|---|---|
| Pixel detail | Kept up to the chosen frame size; anything beyond it is discarded |
| Bit depth | Reduced from 12-14 bit sensor data to a finished 8-bit video frame |
| White balance and exposure latitude | Gone — baked in at render time |
| Lens, ISO, shutter and other EXIF | Not carried into the video stream |
| Orientation | Applied automatically before encoding |
| Audio | There was none to carry; the clip is video-only |
.cr3 will not convert" — Confirm it is a genuine Canon raw and not a renamed file, and try one before a large batch. Very new bodies occasionally ship a raw variant that decoders have not caught up with yet; rendering it through Canon's Digital Photo Professional first is the reliable workaround.This tool cannot invent motion. There is no pan, zoom, or Ken Burns effect available from a single frame — that is an editor's job, and any tool claiming otherwise is animating a still after the fact just as you would. It also cannot preserve raw latitude: the demosaic and tone-map happen at render time, so exposure and white balance are baked into the pixels before the H.264 encoder ever sees them. And if what you want is the photograph rather than a clip, stop here — CR3 to JPG or CR3 to PNG give you a full-resolution still, and CR3 to MP4 gives you the same H.264 video in a container that plays on phones and in browsers.
No. A CR3 holds one raw photograph with no timeline inside it, so the MOV is a still-image clip: one motionless frame held for the duration you set, with no audio. Movement has to be added afterwards in a video editor, or by uploading several photos and letting "Merge images" play them in sequence.
Because a static frame does not need a higher rate — our pipeline encodes image-to-video output at one frame per second with B-frames turned off, since every frame would be identical. In practice it rarely matters: dropping the clip on a 24, 25, 30 or 60 fps sequence conforms it. If a specific tool refuses 1 fps media, place the clip on your timeline and export it at the project rate, or re-encode it with your editor's own transcode step.
H.264 by default — the codec Final Cut Pro, QuickTime Player, Premiere Pro and DaVinci Resolve all import without extra components. The Video Codec menu also offers H.265, MPEG-4, MPEG-2, MJPEG, HuffYUV, Xvid, DivX and several legacy options that a .mov can carry, but H.264 is the right default for a clip meant to land on a timeline.
Because there is nothing to encode. The Audio Codec control is hidden whenever the source is an image, and the converter writes a video-only file rather than adding a silent placeholder track. Import the clip and add your soundtrack in the editor.
More closely than you would guess. CR3 is built on ISO/IEC 14496-12, the ISO base media file format, and that standard was itself derived from Apple's QuickTime File Format — the same lineage .mov comes from. So this is one box-structured container to another; what changes is the payload, from a single crx-coded raw image to an H.264 video track.
By default the clip keeps the rendered photo's own dimensions, with one caveat: our render caps the long edge at 4096 pixels before encoding, so a 6000 x 4000 capture from a 24-megapixel body arrives as a roughly 4096-pixel-wide frame rather than the full 6000. You can downscale further with the Video resolution options. Both lossless raw and Canon's lossy C-RAW variant live inside .cr3 files and render identically here; C-RAW files are simply smaller on disk, so they upload faster.
No. Those adjustments are stored by your raw editor rather than written into the .cr3, so a direct render uses the camera's baseline interpretation. If your edit matters, export a JPG or TIFF from the raw editor with the look applied and convert that file to video.
It is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — never shared, never made public, no sign-up and no watermark. In our pipeline the raw is auto-rotated and re-rendered to a clean PNG, with its long edge clamped to 4096 pixels, before FFmpeg encodes it; that normalisation is why even very large captures produce a predictable, well-formed MOV.