Initializing... drag & drop files here
Supports: CR3
A .cr3 is one photograph — Canon's third-generation raw format, built on the ISO Base Media File Format with the crx codec inside, first shipped on the EOS M50 in April 2018 and listed by ExifTool as "Canon RAW 3 (QuickTime-based)". AV1 is a video codec from the Alliance for Open Media, not a file format, so a file has to be written around it: here the encoded stream is placed in a Matroska container and given the .av1 extension. Converting develops the raw into an ordinary video frame, holds that frame for a duration you set, and encodes it as a short, silent AV1 clip. Before going any further it is worth ruling out one easy mix-up: AVIF, the still-image format built on the very same codec, is a different thing and lives on its own page.
.cr3 onto the page or click "+ Add Files". Queue several and Merge strategy chooses between one combined clip ("Merge images") and a separate file per photograph ("Video per image").| Question | AV1, which this page produces | AVIF |
|---|---|---|
| What is it | A video codec from the Alliance for Open Media | A still-image format that stores AV1-coded image data |
| What you end up holding | A short silent clip in a Matroska container | A single picture |
| Opens in an image viewer or a gallery app | No | Yes |
| Can carry transparency | No — no video format written here can | Yes, it has an alpha channel |
| Extension you end up with | .av1, which some players reject until it is renamed .mkv |
.avif, which viewers recognise directly |
| Sensible when | Something in a video pipeline specifically needs an AV1 stream | You want a small, modern, high-quality version of the photo |
| Where to go on this site | You are already here | CR3 to AVIF |
| Property | Value on this page |
|---|---|
| Container actually written | Matroska — renaming the file to .mkv makes extension-fussy players cooperate |
| Video codec | AV1, encoded with SVT-AV1; it is the only codec offered here |
| Audio stream | None — a photograph has no sound, so none is written |
| Frame rate | 1 fps, since there is no motion to sample |
| Clip length | The Image Duration you chose, 5 seconds by default |
| B-frames | Disabled, because they buy nothing between identical frames and delay the start time |
| Frame preparation | The raw is developed to a clean PNG at no more than 4096 pixels on its long edge before encoding |
| Quality controls | Quality Preset, CRF 0–63, or a maximum bitrate |
| Padding colour | The Background Color, white by default |
| Several photographs at once | Placed back to back in one clip, or written as one file each, per Merge strategy |
Quite possibly, and it costs nothing to check. AVIF is the still-image format built on AV1 — one AV1-coded image saved as a picture, with transparency and high dynamic range available and files typically far smaller than an equivalent JPEG. AV1 on its own is a video codec, so this page can only give you a clip. If what you wanted was a modern, compact version of the photograph that opens in a viewer, use CR3 to AVIF. If a video file is genuinely what you need, you are in the right place.
Almost always the extension rather than the contents. AV1 is a codec and needs a container, so the stream is written into Matroska — a perfectly ordinary MKV file that happens to be named .av1. Some players decide what to do purely from the extension and give up before reading the header. Rename the file to .mkv and it will open; VLC and mpv generally play it either way because they inspect the file itself.
Because a photograph carries no sound. Rather than writing an empty audio track, the converter writes no audio stream at all, which is why no Audio Codec control appears for this conversion. If the clip needs music or narration, add it afterwards in a video editor rather than expecting it to appear here.
Because there is nothing to sample at a higher rate. The developed frame is looped and stopped after the duration you set, so a five-second clip is five identical frames instead of 150 — a distinction that costs nothing in file size but keeps the encode short. Any editor will re-time the clip to 24, 25 or 30 fps if a downstream tool expects a conventional rate.
Because the encoder does considerably more work per frame to reach AV1's compression, and that cost is paid even when the frames are identical. It is the deliberate trade the codec makes: more time spent searching for redundancy in exchange for a smaller file at the same visual quality. If encode time matters more than size, CR3 to WebM with VP9 finishes faster, and CR3 to MP4 with H.264 faster still.
No, and this is the format's real weakness rather than its file size. caniuse puts AV1 video at 94.28% of tracked browsers, with full support in Chrome from 70, Firefox from 67 and Edge from 121, but only partial support in Safari from 17.0. Hardware decoding — the difference between smooth playback and a hot laptop — needs a recent GPU or Apple silicon; everything older falls back to software decoding. Where compatibility outranks size, CR3 to MP4 is the safer target.
No. Canon's crx codec stores roughly 12 to 14 bits per channel of sensor data, which is what allows exposure, white balance and highlight recovery to be revisited long after the shutter closed. Turning that into a video frame means demosaicing it and baking the current interpretation into ordinary 8-bit pixels. The clip is one fixed rendering of the photograph, so develop the raw the way you want it first and keep the .cr3 as the master.
It keeps the photograph's own dimensions unless you change them, with the frame prepared at no more than 4096 pixels on its long edge before encoding — so a high-megapixel raw is scaled down to fit. Padding appears when the frame you requested is a different shape from the photograph: instead of stretching or cropping, the image is centred and the remaining space is filled with the Background Color. Match the orientation of your Fixed Resolution to the photo, or change that colour so the padding looks deliberate.