x265 binaries for Windows (VS 2015/VS 2022/GCC 13.2)

x265 binaries for Win64/32 — master branch
VersionMinimum CPU arch
VS 2015VS 2022GCC 13.2
3.5+115-3cf6c1enoneAVXAVX2noneAVXAVX2noneAVX2
3.5+112-ce8642fnoneAVXAVX2noneAVXAVX2noneAVX2
3.5+110-8ee01d4noneAVXAVX2noneAVXAVX2noneAVX2
3.5+107-a05d9f5noneAVXAVX2noneAVXAVX2noneAVX2
3.5+105-59ff5e7noneAVXAVX2noneAVXAVX2noneAVX2
3.5+102-34532bdnoneAVXAVX2noneAVXAVX2noneAVX2
3.5+100-3dae0c3noneAVXAVX2noneAVXAVX2noneAVX2
3.5+98-753305anoneAVXAVX2noneAVXAVX2noneAVX2
x265 binaries for Win64/32 — Release_X.X branch
VersionMinimum CPU arch
VS 2015VS 2022GCC 13.2
3.5+8-3bd3dd7noneAVXAVX2noneAVXAVX2noneAVX2
3.4+13-g5702noneAVXAVX2noneAVXAVX2noneAVX2
3.3+10-gd4b5noneAVXAVX2noneAVXAVX2noneAVX2
3.2.1+3-b4b2ecanoneAVXAVX2noneAVXAVX2noneAVX2
3.1.2+7-2db5626noneAVXAVX2noneAVXAVX2noneAVX2
3.0+1-ed72af8noneAVXAVX2noneAVXAVX2noneAVX2
2.9+8-27d8424noneAVXAVX2noneAVXAVX2noneAVX2
2.8+10-703eadenoneAVXAVX2noneAVXAVX2noneAVX2

Minimum CPU arch: none, SSSE3, AVX and AVX2 is for C++ compile option – x265 source code is divided into C++ and asm parts. Asm code determine CPU type at runtime, C++ code needs information about CPU type at compile time. It means that if you have CPU with AVX extension, you can use all binaries except AVX2 (which hangs at encoding on AVX-CPU). You can determine your CPU arch by executing x265 with option -V, for example:
x265 -V
x265 [info]: HEVC encoder version 2.2+2-bbb13fcb4c45
x265 [info]: build info [Windows][MSVC 1910][64 bit] 8bit+10bit+12bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX

All binaries do the same, so it is only about encoding speed. My recomendations are: for AVX2-CPU the fastest should be VS 2017 AVX2 version, for AVX-CPU – VS 2017 AVX version, for SSE4-CPU – VS 2017 none or GCC none version, for SSSE3-CPU – GCC SSSE3 version, for CPU without even SSSE3 – GCC none version. You can determine fastest version by comparing encoding time on the same short sample.

Binaries for Win32 are marked by '_32.exe' extension. In VS 2017 binaries there is only 8-bit x265-8b_32.exe – it is not mistake: 10-bit, 12-bit and multilib versions (for Win32) are only in GCC binaries.

Win32 binaries for CPU up to SSSE3 are compatible with Windows XP. Win64 binaries for CPU up to SSSE3 runs on Windows 7 or newer. AVX and AVX2 versions (for Win32 or Win64) runs on Windows 7 SP1 or newer.


x264 binaries for Windows (VS 2015/GCC 9.2)

x264 Stable tree
Commit
Date
CommitWin64Win32
VS 2015GCC 9.2GCC 8.2
2019-12-161771b55159.2991
2018-09-25545de2f157.2935157.2935
2018-08-06303c484157.2932157.2932
2018-01-187d0ff22155.2901155.2901155.2901
2017-12-24b00bcaf155.2893155.2893155.2893
2017-06-26ba24899152.2851152.2851
2017-05-23df79067150.2833150.2833

These builds of x264 are compiled with lavf (from ffmpeg) and l-smash libraries. ffmpeg is configured to use postprocessing support.


Mingw-w64/GCC toolchain for Windows (threads-win32)

mingw-w64 [e3f561] 20230424, binutils 2.40:
mingw-gcc131-20230426.7z (GCC 13.1, 77.4 MiB)
mingw-gcc122-20221123.7z (GCC 12.2, 75.1 MiB)
mingw-gcc113-20221123.7z (GCC 11.3, 70.4 MiB)
mingw-gcc104-20221123.7z (GCC 10.4, 68.8 MiB)
mingw-gcc95-20220923.7z (GCC 9.5, 61.4 MiB)
mingw-gcc85-20220923.7z (GCC 8.5, 58.7 MiB)
mingw-gcc75-20220923.7z (GCC 7.5, 56.5 MiB)
mingw-gcc65-20210407.7z (GCC 6.5, 52.0 MiB)
mingw-gcc55-20210407.7z (GCC 5.5, 48.8 MiB)
mingw-gcc494-20210407.7z (GCC 4.9.4, 41.0 MiB)

mingw-gcc1301-20230421.7z (GCC 13.0.1 20230421 (prerelease), 77.4 MiB)
mingw-gcc1221-20221228.7z (GCC 12.2.1 20221228, 75.1 MiB)
mingw-gcc1131-20221227.7z (GCC 11.3.1 20221227, 70.2 MiB)
mingw-gcc1041-20221227.7z (GCC 10.4.1 20221227, 68.6 MiB)