Initializing... drag & drop files here
Supports: AVIF
This page turns an AVIF still image into a raw .hevc H.265 bitstream — your picture re-encoded as a bare H.265 elementary stream with no container around it. Two things follow from that and both matter before you start: the image is held as one motionless frame for a duration you set (there is no motion and no audio), and a raw .hevc file is meant for encoding pipelines, codec testing, or muxing into MP4/MKV later — it will not open in most ordinary players. If you actually want a shareable, playable video of your image, use AVIF to MP4 instead; if you only need a plain picture, use AVIF to JPG.
.avif onto the page or click "+ Add Files". You can queue several images and they will share the same settings..hevc stream, or "Video per image" to get a separate stream per picture..hevc output, and "Quality Preset" (default "Very High") sets the encode quality..hevc stream. No sign-up, no watermark..hevc Stream From a StillThe output is a constant-image stream, so the settings that change the result are duration, quality, and resolution — not motion. A few patterns cover almost every real use:
.hevc stream..hevc Is a Raw Stream, Not a Normal Video FileA .hevc file is the bare output of an H.265 encoder — the compressed picture data and nothing else. Two consequences follow directly, and they are the reason most people who type "AVIF to HEVC" actually want a different page:
.hevc file is silent by design..hevc stream has none of that, so consumer players usually reject it. FFmpeg-based tools like VLC, and stream analyzers such as GPAC, can decode it — which is exactly why this output exists: for muxing and codec work, not casual playback.If you want H.265 you can play, mux the stream into a container — for example ffmpeg -f hevc -i image.hevc -c copy image.mp4 — or skip the raw output entirely and use AVIF to MP4, which gives you a single, playable file from the start.
It is worth being precise about what this conversion does, because the two formats are easy to conflate. AVIF stores its pixels as an AV1 bitstream inside a HEIF container — AV1 is the royalty-free codec from the Alliance for Open Media. HEVC (H.265) is a separate, unrelated codec standardized by ITU-T and ISO/IEC. So this is not a container swap or a rewrap: the tool decodes the AV1-coded image and re-encodes the picture with H.265. AV1 and HEVC are competing codecs, and an .hevc stream contains no AV1 data once the conversion is done.
.hevc stream of a still image has no audio track. There is nothing to recover; if you need a video with sound, add audio in an editor after muxing into MP4.ffmpeg -f hevc -i in.hevc -c copy out.mp4) or use AVIF to MP4 from the start.A raw .hevc stream only makes sense when a downstream tool specifically expects an H.265 elementary stream — a muxing step, a hardware-encoder test, or codec conformance work. For everything else it is the wrong target: it has no audio, no timing index, and won't play on consumer devices. If your real goal is a video you can share, upload, or hand to a person, skip this page and use AVIF to MP4; if you only need the picture in a widely supported still format, use AVIF to JPG. And a corrupted or partially-decoded AVIF can't be re-encoded — the converter needs a readable image to work from.
.hevc output have any motion or sound?No. A single AVIF is one frame, so the stream shows that image held motionless for the duration you set, with no audio at all. A raw .hevc elementary stream can only carry video, and a still image has no sound to begin with — so the output is silent by design. If you merge several images, you get cuts between frames but no movement within each.
.hevc file?FFmpeg-based players like VLC can usually decode a raw H.265 stream, and developer tools such as GPAC or an HEVC stream analyzer are built for it. Consumer players — phones, smart TVs, QuickTime, most browsers — generally cannot, because they expect a container with timing and index data. To play the result anywhere, mux it into MP4 with ffmpeg -f hevc -i image.hevc -c copy image.mp4.
Because AV1 and HEVC are different codecs. AVIF stores its picture as an AV1 bitstream inside a HEIF container, while .hevc is an H.265 stream. There is no way to rewrap AV1 data as H.265, so the tool decodes the AVIF image and re-encodes it with the H.265 encoder. You end up with a genuine HEVC stream that contains no AV1 data.
.hevc stream from an image instead of MP4?Almost the only reason is a pipeline that specifically expects a raw H.265 elementary stream — feeding a muxer, testing how a hardware encoder handles a known frame, or codec conformance work. For anything you want to watch or share, choose AVIF to MP4: it gives you a single playable file with a proper container, where the raw stream gives you neither audio nor playback.
Roughly half at the same visual quality. HEVC (ITU-T H.265 / ISO/IEC 23008-2, published in 2013) was designed for about a 25-50% lower bitrate than H.264, with the savings growing at higher resolutions. It also defines a Main 10 profile with 10-bit depth, so if your AVIF is HDR or wide-gamut, an H.265 encode can preserve that color depth rather than flatten it. In our testing, a single 1080p AVIF held for five seconds at the default Very High quality produced a small H.265 stream of a few hundred kilobytes, since one repeated frame compresses efficiently.
No. Your AVIF is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion. There is no sign-up, no watermark, and files are never shared or made public.