Initializing... drag & drop files here
Supports: AVI
This converter re-encodes the video in an AVI file with the H.265 (HEVC) codec and writes a raw .hevc elementary stream — just the compressed video, with no container wrapper. Read the next two cards before you start: a raw stream has no audio track and will not open in most ordinary players, so this output is meant for encoding pipelines, codec testing, or muxing into MP4/MKV later. If you want a normal, playable H.265 video, convert to a container instead — see the routing note below.
.hevc Is Not a Normal Video FileA .hevc file is the bare output of an H.265 encoder. Two consequences follow directly from that:
.hevc file, because there is no container to hold a second track..hevc stream directly, but support is inconsistent. The reliable fix is to mux the stream into a container, e.g. ffmpeg -f hevc -i video.hevc -c copy video.mp4.Most people who search "AVI to H.265" actually want H.265 inside a playable container. If that's you, use AVI to MP4 or AVI to MKV, set the codec to H.265, and you get a single file that keeps the audio and plays everywhere. Pick the raw .hevc output only when you specifically need the elementary stream.
.avi onto the page or click "+ Add Files." You can queue several files and convert them with the same settings..hevc output. Use the Quality Preset (the "Preset" dropdown defaults to "Very High") for a one-click result, or open Constant Quality to set an explicit CRF when you're testing encoder behavior..hevc stream. No sign-up, no watermark.The File Compression section offers several rate-control modes. Which one you want depends on why you're producing a raw stream:
For a 1080p source, H.265 reaches similar visual quality to H.264 at a noticeably lower bitrate, so a CRF that looks heavy-handed for H.264 is often fine here. Start near the default and adjust from there.
.hevc stream has no audio. Convert to AVI to MP4 instead if you need the audio preserved.ffmpeg -f hevc -i in.hevc -c copy out.mp4) or convert to MP4/MKV from the start.DRM-protected or corrupted AVI files can't be re-encoded — the converter needs a readable video stream. If your AVI uses an unusual legacy codec that won't decode, try converting to MP4 first and then to HEVC. And if your real goal is a shareable, playable H.265 video for a person or device rather than an elementary stream for a pipeline, skip this page entirely and use AVI to MP4 or AVI to MKV with the H.265 codec selected.
Because .hevc is a raw video elementary stream, not a container. It holds only the H.265-encoded picture data, so there is nowhere to store an audio track. If you need the sound from your AVI, convert to a container format such as MP4 or MKV instead, where both video and audio coexist.
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. To play the result anywhere, mux it into MP4 with ffmpeg -f hevc -i video.hevc -c copy video.mp4.
Roughly, at the same visual quality. The HEVC standard (ITU-T H.265 / ISO/IEC 23008-2, first published in 2013) was designed to deliver about 25-50% better compression than H.264/AVC, with the exact figure depending on resolution and content — savings tend to be larger at 4K than at lower resolutions. In our testing, a 1080p source clip re-encoded to H.265 at the default preset produced a visibly smaller stream than the equivalent H.264 encode, though the precise ratio varies per clip.
If you want a playable file for a person or device, choose MP4 (or MKV) with the H.265 codec — you keep the audio and it plays on essentially any modern device. Choose the raw .hevc stream only when a downstream tool specifically expects an elementary stream, such as a muxing step, a hardware encoder test, or codec conformance work.
AVI is a 1992 Microsoft RIFF container built around older codecs like MPEG-4 ASP (DivX/Xvid). It predates HEVC and has structural limits — it can't embed subtitles and handles B-frame-heavy modern codecs poorly — so H.265 is not stored inside AVI in practice. Getting H.265 means decoding the AVI's video and re-encoding it, which is what this tool does.
No. Files are 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.