Initializing... drag & drop files here
Supports: CR2
This page does two unusual things at once: it renders a Canon CR2 RAW photo into a single still video frame, and it writes that frame as a bare AV1 elementary stream — a .av1 file with no container, no audio, and no motion. The result is a niche artifact useful for AV1 codec or bitstream testing, not a clip you can watch on a phone or post online. If your goal is a playable video of your photo, the steering below points you to the right tool before you start.
Before you convert, be honest about what a bare .av1 stream is. It is silent (a photo has no audio), motionless (one frame held on screen), and barely playable (a raw stream opens only in ffmpeg-class players). For almost every real use, pick a container instead:
<video> tag.Convert to a bare AV1 stream only when you specifically need raw AV1 — for example, feeding photographic test content into an encoder-evaluation or bitstream-inspection pipeline.
.cr2 file onto the page or click "+ Add Files". You can queue several Canon RAW files; with "Merge images" they become one stream, or pick "Video per image" for a separate stream per file..av1 stream. No sign-up, no watermark.Two transformations happen here, and both are one-way. First, the RAW is developed and baked in. A CR2 is Canon RAW version 2 — a TIFF-based container holding roughly 14-bit sensor data, used across Canon DSLRs from 2004 until the CR3 transition began around 2018. It carries headroom to recover highlights, lift shadows, and reset white balance after the shot. To write a video frame, the converter must demosaic that sensor data into ordinary 8-bit pixels with the current white balance and exposure fixed, so the editing latitude is gone in the clip. The CR2 is your negative; the AV1 frame is one rendered interpretation of it.
Second, the output is a bare elementary stream, not a container. AV1 is the royalty-free video codec from the Alliance for Open Media (founded 2015; members include Amazon, Cisco, Google, Intel, Microsoft, Mozilla, and Netflix), with its bitstream specification released March 28, 2018. The .av1 file here is just that coded bitstream with no MP4/WebM/MKV wrapper around it, which is why it has no place for an audio track and no standard timing metadata. Choose your settings by intent:
<video> tag, not as a bare .av1 file. Use CR2 to WebM for the web.A bare .av1 stream is genuinely useful for a narrow audience — codec evaluation, bitstream inspection, or a pipeline that already decodes raw AV1 — but it is not a delivery format, and a single still photo makes it niche on top of niche. If you want to watch, share, or embed your photo as a video, convert to a container instead: CR2 to MP4 for universal playback or CR2 to WebM for the web. If you just want an openable or print-ready picture, CR2 to JPG and CR2 to TIFF are the right tools. And if your camera is a recent Canon mirrorless body, your RAW files likely end in .cr3 rather than .cr2, and this page will not accept them — use a CR3 converter.
For almost no everyday purpose — it is silent, motionless, and opens only in ffmpeg-class players. The honest use case is narrow: feeding photographic test content into AV1 encoder evaluation or bitstream-inspection work, where you specifically want the raw coded stream with no container. If you want a video of your photo that people can actually watch, use CR2 to MP4; for the web, use CR2 to WebM.
Because it has no container. The AV1 codec is widely supported — Chrome 70+ and Firefox 67+ decode it, and the spec is a royalty-free Alliance for Open Media standard — but players and galleries expect AV1 inside MP4, WebM, or MKV, not as a raw elementary stream. A bare .av1 file opens in ffmpeg-based players like VLC 3.0.5+ (which uses the dav1d decoder) and mpv, and very little else. For something you can drop into a chat or a web page, convert with CR2 to MP4 or CR2 to WebM.
Yes. A CR2 holds roughly 14-bit Canon sensor data with headroom to recover highlights and change white balance after the shot. To write an AV1 frame it must be demosaiced into ordinary 8-bit pixels with the current white balance and exposure baked in, so that latitude is gone in the output. Keep the original CR2 as your master, and set white balance and exposure in a RAW editor first if the look matters.
Both are inherent to this conversion. The source is a single photo, so there is no audio to carry and no motion to show — the converter holds one rendered frame for the duration you set under "Image Duration". A bare AV1 elementary stream also has no place to store an audio track even if one existed. To turn several photos into a moving clip, upload them together and choose "Merge images".
AV1 deliberately trades encoding speed for compression efficiency, so AV1 encoders run several times slower than older codecs at comparable settings. For a single still the wait is usually short, but it grows if you hold the frame for many seconds at a high resolution, since that is more encoded pictures. Setting "Image Duration" to a single frame keeps the encode quick when you only need one coded picture. If turnaround matters more than the codec, CR2 to MP4 encodes much faster.
Your CR2 is uploaded over an encrypted connection, rendered on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, and your photos are never shared or made public. In our testing, the download is ready as soon as the encode finishes, so you do not need to keep the tab open longer than the conversion takes. If you instead produced a playable clip and it is too large to send, run it through the video compressor first.