Initializing... drag & drop files here
Supports: CR3
CR3 is Canon's current raw format, built on the ISO Base Media File Format around the crx codec and first shipped on the EOS M50 in April 2018. AVI is a great deal older: Microsoft's own reference describes it as "a RIFF file specification used with applications that capture, edit, and play back audio-video sequences", a container of hdrl, movi and optional idx1 chunks that has been part of Windows since the Video for Windows era. Converting between them is a narrow job with a specific result — the raw is developed into one ordinary frame, that frame is held on screen for a duration you set, and the whole thing is packaged as a silent AVI. There is no motion to find in a photograph, and the conversion does not pretend otherwise.
.cr3 onto the page or click "+ Add Files". Queue several and Merge strategy decides between one combined file ("Merge images") and a separate AVI per photograph ("Video per image")..avi. The file is uploaded over an encrypted connection, encoded on our servers and deleted automatically a few hours later — no sign-up, no watermark.| Property | Value on this page |
|---|---|
| Container | AVI, a RIFF file with hdrl and movi lists and an index chunk |
| Video codec | MPEG-4 Part 2 by default, changeable in the Video Codec list |
| Audio stream | None. Microsoft's own AVI reference notes a sequence may use video data and "does not require an audio stream" |
| Frame rate | 1 fps, because a photograph has no motion to sample |
| Clip length | The Image Duration you set, 5 seconds by default |
| Frame count | One frame per second of duration, each identical to the last |
| B-frames | Disabled — pointless between identical frames and they delay the start time |
| Frame preparation | Rendered to a clean PNG at no more than 4096 pixels on its long edge, then scaled with Lanczos |
| MPEG-4 frame ceiling | 2048 pixels on either axis, with the final dimensions rounded down to a multiple of four |
| Padding | The Background Color, white unless you change it |
| Colour depth | 8 bits per channel, developed down from the raw's 12 to 14 |
| Several photographs at once | One combined AVI, or one file each, according to Merge strategy |
| Codec | What it actually is | Quality control here | Frame-size ceiling | Reach for it when |
|---|---|---|---|---|
| MPEG-4 | MPEG-4 Part 2, the Advanced Simple Profile family | Quality Preset, or a 1–31 quality scale | 2048 px | You have no specific requirement — it is preselected and the most AVI-native choice |
| Xvid | A different open implementation of the same MPEG-4 ASP | Quality Preset, or a 1–31 quality scale | 2048 px | A tool or device names Xvid specifically |
| DivX | MPEG-4 ASP again, in the flavour DivX-certified hardware expects | Quality Preset, or a 1–31 quality scale | No codec ceiling beyond the 4096 px preparation limit | You are feeding a DivX-certified player — see CR3 to DivX |
| MJPEG | Every frame stored as an independent JPEG | Quality Preset, or its own quality scale | No codec ceiling beyond the preparation limit | You want trivially decodable, frame-accurate content for an old editor |
| H.264 | The modern codec most video now uses | Quality Preset, or CRF 0–51 | 4096 px | Size matters and you know the receiving player copes with H.264 inside AVI |
Because there is nothing to record. A still photograph carries no audio, so no audio stream is written rather than an empty one being padded in — which is also why no Audio Codec control appears for this conversion. This is entirely legitimate AVI: Microsoft's reference states directly that a simple variation of an AVI sequence uses video data and does not require an audio stream. Add music or narration afterwards in an editor if the clip needs it.
Because a single photograph gives the encoder nothing to sample more often. The developed frame is looped and cut off after the duration you chose, so a five-second file is five identical frames. It costs almost nothing to encode and any editor will re-time it if a downstream tool insists on 24, 25 or 30 fps.
MPEG-4 Part 2 unless you change it — the ASP-family codec that AVI files have carried for two decades, and the safest default for anything that expects a traditional .avi. Change it when something specific asks you to: Xvid and DivX are alternative implementations of the same family, MJPEG stores each frame as a plain JPEG for easy decoding, and H.264 gives a much smaller file at the cost of being an unusual thing to find inside an AVI.
Two ceilings apply in sequence. The raw is first developed to a clean image at no more than 4096 pixels on its long edge so the encoder receives something it can handle, and then MPEG-4 and Xvid impose their own 2048-pixel limit on each axis, with the result rounded down to a multiple of four. A 40-megapixel frame therefore arrives in the AVI considerably reduced. Switch to H.264 if you want to keep more of it, or accept the reduction — a static frame at 2048 pixels is already far more than most AVI-era playback needs.
Yes, completely. A CR3 holds roughly 12 to 14 bits per channel of unprocessed sensor data behind the crx codec, which is exactly what lets you recover a blown highlight or re-judge white balance weeks later. Making a video frame means demosaicing that into ordinary 8-bit pixels and fixing the interpretation permanently. Develop the raw the way you want it first and keep the .cr3 as your master file.
Yes. C-RAW is not a separate format — it is the lossy compression option inside the same .cr3 container, still using Canon's crx codec, and the file is read the same way either way. The difference between a lossless raw and a C-RAW capture lives in how much sensor detail was kept at the moment of the shot; once either is developed and encoded into a video frame, that distinction is no longer expressed in the output.
Those bars are padding, not a fault. When the frame you asked for is a different shape from the photograph, the image is centred at its correct proportions and the leftover area is filled with the Background Color rather than the picture being stretched or cropped. Pick a Fixed Resolution with the same orientation as your photo, or set the padding colour to white or a brand colour so it reads as intentional.
Choose AVI only when something specifically expects it. Microsoft's AVI documentation now sits within DirectShow, which Microsoft itself flags as a legacy feature superseded by Media Foundation, and the container carries more per-frame overhead than modern alternatives. If you want a clip that plays on phones, browsers and editors without thought, CR3 to MP4 is the honest default. If what you actually wanted was a viewable picture rather than a video at all, CR3 to JPG is far smaller and opens anywhere, and an AVI you already have converts onward with AVI to MP4.