x265 is the leading open-source encoder for the H.265/HEVC standard, producing files roughly half the size of H.264 at the same picture quality, and it is the engine inside most free video converters on Windows rather than a program you run yourself.
Whether you want to shrink a 4K movie collection, compress phone recordings, or cut down the size of your video library, x265 is the free encoder behind most of the tools that get it done on Windows 10 and 11.
What x265 Does - in Plain Terms
H.265, also called HEVC, is the compression standard behind 4K Blu-ray, Netflix in 4K, and the video your phone records.
x265 is the engine that creates those files.
Compared with older H.264 video, HEVC roughly halves the file size for the same picture quality. That is why a 4K film which used to need 20 GB now fits in 10.
What Changed in x265 4.3
Version 4.3 landed on 31 July 2026, and it is a release about speed and precision rather than headline features.
- Foveated encoding. The encoder can now spend more bits where a viewer is looking and fewer at the edges of the frame - built for VR and eye-tracked streaming rather than ordinary films.
- Smarter noise filtering. Its temporal filter now checks whether footage is actually noisy before doing the work, so clean source material encodes faster with no quality cost.
- Roughly 2x faster filtering on modern processors, from new AVX2 code combined with multithreading.
- Further ARM speed-ups. More hand-optimised code for AArch64, which matters if you are on a Windows on ARM laptop.
- A long list of crash fixes, including threaded motion estimation crashes, a filter segfault, and scene detection failing when B-frames were switched off.
One caveat worth knowing before you enable Threaded Motion Estimation.
It speeds up 1080p encoding noticeably, but the 4.3 release notes list a known performance regression with it at 4K on high clock-speed machines. If you are encoding 4K, time a short clip both ways before committing to a whole library.
Before You Download: Is This the File You Want?
Here is the honest part. The file on this page is not a program with buttons and menus.
It is a command-line tool, meant to be called by other software. If you are not comfortable typing commands into a terminal window, installing x265 on its own will not give you anything you can use.
Most people who land here actually want one of the tools below, every one of which uses x265 internally. If the distinction is new to you, our guide to the difference between a GUI and a command line explains it in a couple of minutes.
The Easy Path - X HEVC Encoder
X HEVC Encoder is the simplest way to get HEVC encoding without touching a command line.
Part of the X Codec Pack ecosystem, it wraps x265 in a drag-and-drop interface: pick your video, choose a quality preset, click encode. No parameters to memorise and no configuration files.
It runs the same engine you would get from the file on this page, without the barrier to entry.
Other GUI Options
If you prefer a different style of interface, several other free Windows tools also use x265 under the hood.
- HandBrake is the best-known free converter, with ready-made presets for phones, tablets, 4K and streaming - the usual starting point for anyone new to encoding.
- VidCoder uses the same engine as HandBrake with a cleaner batch queue for processing many files at once.
- XMedia Recode suits simple chapter editing, or swapping the container between MP4 and MKV without re-encoding.
- StaxRip is the one to grow into - filter chains, batch jobs and fine control over every x265 setting.
Editing in VirtualDub or another Video for Windows application is a separate case. Those need a VfW codec rather than a converter, which is what x265vfw provides.
Playing the Files You Create
Once you have an HEVC video you need a player that handles it. These three play HEVC out of the box on Windows 10 and 11.
- VLC Media Player plays HEVC natively with no extra codecs installed.
- MPC-BE is lightweight and pairs well with hardware-accelerated decoding on modern graphics cards.
- PotPlayer has a built-in HEVC decoder and very broad format support.
For Windows Media Player and the built-in Photos app, install the K-Lite Codec Pack or the HEVC Video Extension.
Our round-up of the best free players for HEVC files compares them properly, and there is a dedicated walkthrough for playing HEVC files in VLC if that is your player.
x265, x264 or AV1 - Which Should You Use?
x265 (H.265/HEVC) is the right pick when file size is what you care about: archiving films, backing up phone video, keeping a 4K library on a drive you already own.
x264 (H.264) is the safer pick when playback everywhere matters more. Essentially every device made since 2010 plays H.264 without argument, and some older TVs, older phones and browsers still prefer it.
AV1 compresses better than HEVC again, maybe 20 to 30 percent, and it is royalty-free - which is why YouTube and Netflix stream it. The catch is encoding time, which is far longer, and hardware decoding that only arrived on graphics cards from around 2021.
Put simply: AV1 for streaming and long-term archives if you can spare the time, x265 for everyday compression on hardware that already supports it, x264 when something has to play on an unknown device. Our guide asking whether AV1 is better than H.265 goes through the trade-offs with numbers.
Will Your PC Actually Play HEVC?
Before converting a whole library, check that the devices you own can play the results. Hardware decoding is what keeps 4K playback smooth without pinning your processor.
The guide Is my PC able to play H.265/HEVC media files walks through what to look for in your graphics card and processor.
Quick questions
Is x265 the same thing as H.265?
Not quite, and the difference matters. H.265 (HEVC) is the standard - the agreed rules for how the video is compressed. x265 is one particular piece of software that creates files following those rules, and it is the most widely used one.
Is x265 free?
The encoder is free and open source under the GPL. Patent licensing for HEVC itself is a separate matter that applies to commercial distribution rather than to encoding your own files at home.
Do I need this file, or a program with an interface?
If you want to drag a video in and press a button, you want HandBrake or X HEVC Encoder. The file here is a command-line build for people scripting their own encodes.
How much smaller will my files actually get?
Around half the size of H.264 at matching quality is the usual figure, though it varies with the footage. Detailed, grainy or fast-moving video saves less than clean, static video.
How do I convert existing x264 files to x265?
Any of the GUI tools above will do it - load the file, pick an HEVC preset, encode. Bear in mind you are re-compressing already-compressed video, so keep quality settings generous or you will see the loss.
Should I use x265 or AV1 for archiving?
AV1 compresses better and costs no royalties, but encoding takes far longer and older devices cannot decode it in hardware. If your playback devices are recent and you are not in a hurry, AV1 wins on size.
Download x265 Encoder 4.3 and see what it does to your files, or tell us how you got on if you have used it before.
Perfect Work. Continue it.
