Initializing... drag & drop files here
Supports: JPG, JPEG, JFIF
Turning a still photo into an H.265 clip is a normal step in video work — a title card, a placeholder, a cover frame for an audio-led upload, or a still segment to drop onto a timeline that already runs HEVC. This walk-through covers the four settings that actually change the result, explains exactly what the downloaded .hevc file contains (it is not what most people expect), and lists the errors people hit and how to clear them.
.jpg, .jpeg, or .jfif onto the page or click "Add Files". You can queue several photos in one job.The controls behave differently here than they do on a page whose source is real footage, because a photograph has no timeline, no frame rate, and no audio to carry over.
.hevc File Actually Is| Property | Value |
|---|---|
| Codec | H.265 / HEVC (ITU-T H.265, ISO/IEC 23008-2, MPEG-H Part 2) |
| Standard ratified | January 2013; published June 2013 |
| Container written | Matroska — despite the .hevc filename |
| Audio track | None; a photo carries no audio and none is synthesized |
| Encoded frame rate | 1 fps, with B-frames disabled |
| Rate control | CRF-based, driven by Quality Preset |
| Safe rename | .mkv — the bytes already are Matroska |
That container line is the one that trips people up. A .hevc extension normally implies a raw elementary bitstream with no container at all, and plenty of software refuses those. What you get here is a proper Matroska file with correct timing, simply written under the extension the page is named for. Renaming it to .mkv costs nothing and makes it open in far more places.
| HEVC output here | JPG to MP4 | |
|---|---|---|
| Codec | H.265 | H.264 / AVC |
| Container | Matroska under a .hevc name |
MP4 |
| Compression at equal quality | 25–50% smaller than H.264 | Baseline for comparison |
| Plays in a browser tab | No — browsers do not play Matroska | Yes |
| Plays on phones out of the box | Usually, but decoder-dependent | Yes |
| Patent position | Multiple licensing pools (MPEG LA, HEVC Advance, Velos Media) | Older, broadly licensed |
| Best for | Editing timelines and archives already on H.265 | Sharing, uploading, and anything web-facing |
.mkv, or open it in a Matroska-capable player such as VLC or mpv. If a tool insists on MP4, run the result through HEVC to MP4.If the goal is a smaller picture rather than a video, this is the wrong tool entirely — a video file of one photograph is always larger than the photograph, so JPG to WebP or JPG to AVIF is what you want. If the goal is something you can post, message, or embed, HEVC-in-Matroska is close to the worst possible choice: no browser plays Matroska, and social platforms will re-encode it. Use JPG to MP4 for that. HEVC earns its place only when the downstream pipeline is already H.265 and the size saving over H.264 matters across many still segments.
No. The output is a static clip — the same frame held for the length you set, with no zoom, pan, fade, or transition. HEVC is a video codec, so the photo is simply encoded as a frame and repeated for the duration. If you want movement you need several source images, or footage.
.hevc file open, and is it broken?It is almost certainly fine. The file is a Matroska container carrying an H.265 video track, written under the .hevc extension this page is named for. Software that decides what a file is from its name expects a raw elementary bitstream there and gives up. Rename it to .mkv and the same bytes open normally in VLC, mpv, and most editors — no re-conversion needed.
No, and there is no setting to add one. The source is a photograph, so there is nothing to encode; on image-source pages the audio codec control is hidden rather than defaulted, and the result is a video-only file. Players that show a missing-audio warning are reporting this correctly rather than flagging a fault.
At the default 5-second Duration, five — the still-image encode runs at one frame per second, and the Matroska container declares the correct five-second runtime, so players show the length you asked for. Pick 10 seconds and you get ten frames. Pick one of the sub-second entries such as 1/30s and you get a single frame, which is what you want when you need a one-frame HEVC sample rather than a clip.
Yes, they name the same standard. It is published jointly as ITU-T H.265 and ISO/IEC 23008-2 (MPEG-H Part 2), ratified in January 2013 and published that June, and it targets 25–50% better compression than H.264/AVC at equivalent quality. The two entries in the Video Codec list on this page, "H.265" and "HEVC", are labels for the same encoder.
No, and the container matters more than the codec here. Even where H.265 decoding is available — it is widely supported on Apple hardware and on Windows machines with a compatible GPU decoder — browsers do not play Matroska files, so the download will not run in a web page. Apple devices and most modern phones handle H.265 in an MP4 or MOV wrapper far more reliably than in Matroska. For anything you intend to share, convert to an H.264 MP4.
Yes, and that is the default behaviour. Merge strategy starts on "Merge images", so every photo you upload is chained into a single file, each shown for the Duration you picked — twelve photos at 3 seconds gives a 36-second clip. Choose "Video per image" if you would rather have one separate HEVC file per photo, all encoded with the same settings.
They are uploaded over an encrypted connection, encoded on our servers, and deleted automatically a few hours later. There is no sign-up and no watermark, and nothing you upload is shared or made public. The practical limit on a large batch is upload size and time rather than anything about the conversion itself.