Initializing... drag & drop files here
Supports: CR3
A CR3 is a single Canon RAW photograph, and .hevc is a video target — a Matroska (MKV) container holding an H.265 stream — so this conversion takes one still and writes it as a short, silent clip encoded with the H.265 codec. It is an unusual pairing: none of HEVC's motion-compression strengths apply to a single frame, and the unusual .hevc extension plus Matroska packaging make the file awkward in stock apps. For almost every real use, convert the photo to a normal image with CR3 to JPG, or — if you genuinely need the still as a playable video — use CR3 to MP4 instead. The two format tables below explain exactly what you are bridging.
| Property | Value |
|---|---|
| Kind of file | RAW still photograph (not video) |
| Full name | Canon RAW 3 |
| Standard / container | ISO Base Media File Format (ISO/IEC 14496-12), with Canon custom tags |
| Codec / payload | Canon CRX codec — lossless RAW or lossy C-RAW sensor data |
| Released | 2018, debuting on the Canon EOS M50; the successor to CR2 |
| Bit depth | ~14-bit sensor data, full editing latitude |
| Resolution | ~20-45+ megapixels |
| Audio | None — it is a photograph |
| Best for | Editing, color grading, and archival master files |
| Opens in | Canon Digital Photo Professional, Adobe Lightroom, Camera Raw |
| Property | Value |
|---|---|
| Kind of file | H.265 video in a Matroska (MKV) container (here holding one still frame) |
| Full name | High Efficiency Video Coding (H.265) |
| Standard | ITU-T H.265 / ISO/IEC 23008-2, by the Joint Collaborative Team on Video Coding (JCT-VC) |
| Released | Approved April 2013; published 2013 |
| Codec written here | H.265, set automatically for .hevc output |
| Audio | None — this output is silent (the audio codec is hidden for image sources) |
| Compression | 25-50% smaller than H.264 at the same quality on real footage |
| Licensing | Patent-encumbered; subject to multiple patent-pool royalties |
| Playback | Mixed — MKV-capable players (VLC, mpv) open it directly; stock Apple apps and browsers do not play Matroska (renaming to .mkv helps elsewhere) |
.hevc file. No sign-up, no watermark. The clip is silent by design — there is no audio in a photo.Because a CR3 is a single RAW photograph, not footage — there is no motion or timeline inside the file. Converting one CR3 yields a freeze-frame: the rendered image held for the Image Duration you set, with no panning and no sound. The only way to get a moving sequence is to upload several CR3s and use Merge images, which plays them one after another like a slideshow. None of HEVC's real strength — compressing the differences between moving frames — applies to a single still.
In VLC, yes — the file is an ordinary Matroska (MKV) container holding H.265 video, so VLC, mpv, and other FFmpeg-based players open it directly with working duration and seek. QuickTime and other stock Apple apps are the ones that refuse it, because they do not support Matroska at all (and native HEVC support is uneven besides). Renaming the file to .mkv helps software that judges by extension, and if a tool insists on MP4 you can remux losslessly with ffmpeg -i input.hevc -c copy output.mp4. If you want a file that just works everywhere, skip the unusual extension and use CR3 to MP4, which writes H.264 inside an MP4 that plays on phones, browsers, and editors out of the box.
Because a photograph carries no sound. The Matroska container this tool writes could hold an audio track, but the converter hides the audio codec entirely whenever the source is an image and writes a video-only file — there is no AAC track and no silent placeholder track. If you want music or narration, convert first, then add an audio track in any video editor.
Yes, substantially, and it is inherent to the conversion rather than a tool flaw. A CR3 stores roughly 14-bit, unprocessed sensor data that must be demosaiced and tone-mapped to become viewable; that render bakes in white balance, exposure, and color, so the RAW latitude — the whole reason to shoot CR3 — is gone once it is a video frame. A 20-45+ MP RAW is then scaled down to a video frame (1080p class or smaller), discarding most of the resolution. Wrapping that single frame in HEVC adds no detail. Always keep the master CR3 — the .hevc file is a one-off delivery file, not an archive.
Rarely. HEVC (H.265) was standardized in 2013 to compress moving video 25-50% smaller than H.264, but every one of those gains comes from coding the differences between frames — and a single still has no frames to compare. You pay HEVC's costs (slower encoding, patent-pool licensing, and patchy device playback) without any of its benefit. For a still you actually want as a clip, CR3 to MP4 (H.264) plays far more widely; for a normal picture, CR3 to PNG or CR3 to JPG is the right destination.
For viewing, printing, sharing, or uploading the photo, convert it to a still image: CR3 to JPG gives a universal picture that opens on every device, and CR3 to PNG keeps a lossless copy. If you specifically need the photo as a playable video — a freeze-frame in a timeline, or a title card — CR3 to MP4 writes H.264 in an MP4 that plays everywhere. Choose HEVC only when a particular encoder or pipeline explicitly demands an .hevc file.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after the conversion — no sign-up, no watermark, never shared or made public. In practice, a single 24-megapixel CR3 converted at the default 5-second duration comes out as a short, silent Matroska (MKV) file carrying the .hevc extension — VLC and other MKV-capable players open it directly, and renaming it to .mkv helps software that judges by extension.
Yes. Upload multiple CR3 files and choose Merge images to play them one after another as a slideshow in a single .hevc stream, each photo held for the Image Duration you set; choose Video per image instead to get a separate file for each. Even merged, the result is a sequence of stills rather than true motion, and it is still a Matroska file under an unusual extension — it plays directly in VLC or mpv, and a lossless remux (ffmpeg -i in.hevc -c copy out.mp4) helps if a tool insists on MP4.