SVT-AV1 is the free, open-source AV1 encoder from the Alliance for Open Media, a command-line tool that compresses video to about half the size of H.264 at similar quality, and it is what most free converters now run for AV1.
SVT-AV1 4.2.0 landed upstream in July 2026, and it is free and open source in the full sense: BSD-licensed source, no paid tier, no registration.
It is a command-line encoder, so there is no window and no Convert button waiting for you after the download.
If that sentence just changed your mind, skip to the front ends further down, because you have almost certainly used SVT-AV1 already without noticing.
Which Build Should You Download
The Alliance for Open Media publishes source code, not Windows binaries. Every file on the download page is therefore a community build, which is why the version strings look like 4.2.0+15+86 rather than a tidy 4.2.0.
Take the top entry unless you have a reason not to. The current PMod build of 4.2.0 is the one to grab, and between the two files offered, msvc is the safer pick on Windows while gcc tends to be marginally faster.
The other entries exist for narrower cases. SVT-AV1 HDR is a separate fork tuned for HDR grading work, and it currently sits a version behind the main build.
The older PSY and community compiles further down the list are kept for reproducing past encodes. If you are starting a new project, none of them is what you want.
What SVT-AV1 Actually Is
SVT-AV1 turns video into AV1, the royalty-free format that replaced H.264 and HEVC for most streaming platforms. At a matched quality target it will typically get you to around half the file size of x264 output, which is the whole reason anyone puts up with the encoding time.
Its selling point against the AOM AV1 encoder is not compression, which is broadly comparable, but speed. AOM is the reference implementation and behaves like one; SVT-AV1 was built to be fast enough for a real production queue.
One thing the internet keeps getting wrong. SVT-AV1 is a pure software encoder, so its speed comes from multi-threading and hand-written CPU instructions, never from your graphics card - if you want GPU-accelerated AV1, that is NVEnc or your chip's built-in encoder instead.
If you are still weighing up whether AV1 is worth the switch at all, our guide on why AV1 keeps turning up covers the trade honestly.
What Is New in 4.2.0
Version 4.2.0 splits its attention between offline encoding and live streaming.
- A TUNE-VMAF mode aimed at roughly 15 percent better VMAF BD-rate for very little PSNR cost.
- A single-thread processing mode, useful when you are running many encodes side by side rather than one fast one.
-
New command-line options including
--cqp,--enable-intrabc,--hbd-mdsand--enable-kf-tf. - Raw OBU output as an alternative to IVF.
- For low-latency work, CBR rate control with Kalman-filter QP estimation, on-the-fly parameter changes, and a reference frame management API with long-term reference support.
What You Actually Need to Run It
A 64-bit x86 CPU with SSE4.1 is the floor, but the fast code paths want AVX2 or AVX-512, which is where most of the speed lives. ARM64 chips are supported through NEON, so Apple Silicon and recent Windows-on-ARM machines are fine.
Windows, macOS and Linux all work. The download is a small archive containing SvtAv1EncApp.exe and its documentation, so there is nothing to install and nothing to uninstall.
It expects raw or Y4M input, which is the part that surprises people. In practice you pipe video into it from FFmpeg, or you let a front end do that for you.
Most People Should Use It Through Something Else
Running the encoder directly makes sense if you are scripting a batch job or chasing a specific quality target. For everything else, a front end drives the same binary and spares you the syntax.
- FastFlix exposes SVT-AV1 settings honestly, including HDR10 metadata, without hiding them behind presets.
- StaxRip handles the whole pipeline: filtering, audio, subtitles and muxing around the encode.
- NEAV1E was built specifically for AV1 encoding and nothing else.
- HandBrake and XMedia Recode both ship SVT-AV1 inside, so picking AV1 there is already using it.
If the command line is the part putting you off rather than the encoder itself, our GUI versus CLI comparison is worth five minutes before you decide.
Playing Back What You Encode
AV1 files need a decoder, and an encoder is not one. On Windows the AV1 Video Extension is what makes Movies and TV open the file at all.
For anything more serious, dav1d is the fast decoder that most players now build on.
VLC carries it already and needs nothing installed alongside it, and MPC-BE does the same in a lighter window.
System-wide playback across every application is what K-Lite Codec Pack is for. If you are unsure what a finished file actually contains, our free Codec Finder will read it in the browser.
Who Should Look Elsewhere
The tell is simple. If you opened the archive, saw a single .exe and no window, and closed it again, this is the wrong download for you.
- You want maximum compression and do not care how long it takes - the AOM reference encoder still edges it at the slowest settings.
- You want AV1 encoding in real time - NVEnc on an RTX 40 series card or newer will do it in hardware.
- You prefer a Rust codebase or want a second opinion - rav1e from Xiph.Org is the alternative.
- Your target device cannot play AV1 yet - x265 is the safer choice, and older hardware decodes it happily.
- You only need to change a container or move audio tracks - MKVToolNix does that without re-encoding anything.
Quick questions
Is SVT-AV1 free?
Yes, completely. The source is BSD-licensed and released under the AOM Patent License, with no paid edition and nothing to register.
Why is the version number 4.2.0+15+86 and not just 4.2.0?
Because AOMedia ships source code rather than Windows binaries, so the file here is a community build. The extra numbers identify how many commits it sits ahead of the 4.2.0 tag.
Does it use my graphics card?
No. SVT-AV1 runs entirely on the CPU, so for GPU-accelerated AV1 you want NVEnc or the encoder built into your own chip.
SVT-AV1 or the AOM encoder?
SVT-AV1 for anything you actually need finished this week. The AOM encoder is worth the wait only when file size matters more than your time.
Do I need FFmpeg as well?
Usually yes, because SVT-AV1 takes raw or Y4M input rather than an MP4. FFmpeg feeds it, or a front end does that step for you.
Will the files play on my TV or phone?
Most hardware from 2023 onwards decodes AV1, and everything newer certainly does. Anything older will need software decoding, which older devices often cannot manage smoothly.
Download SVT-AV1 4.2.0 and see how it handles your footage, or be the first to review it if you have been encoding with it for a while.
