Intel Quick Sync — formally Quick Sync Video (QSV) — is Intel's hardware video acceleration, the most ubiquitous hardware encoder/decoder in the world simply by virtue of being built into every Intel CPU since 2011. Where NVENC requires an NVIDIA GPU and VideoToolbox requires an Apple device, Quick Sync runs on the integrated graphics inside any mainstream Intel processor — meaning essentially every Windows laptop and most desktops have hardware video acceleration available for free.
The supported codecs have grown over generations. H.264 has been there from the start. HEVC arrived with 7th-gen Intel (Kaby Lake, 2017). VP9 decode came with 6th-gen (Skylake). AV1 decode arrived with 11th-gen Tiger Lake (2020); AV1 encode came with Arc GPUs and 13th-gen onwards. Lunar Lake (September 2024) added the world's first hardware VVC decode. So a recent Intel system can hardware-decode every modern delivery codec and hardware-encode H.264, HEVC and AV1 — all without touching the main CPU.
For a product team, Quick Sync is the practical baseline for live encoding on Intel hardware. If you're running an OBS streaming setup, a Zoom client, a video-call server, a small-scale cloud transcoder, or a creator-platform ingest pipeline on an Intel server — Quick Sync handles real-time encoding workload with minimal CPU overhead, so your CPU stays available for everything else. Quality is somewhat below software encoders like x264/x265/SVT-AV1 at the same bitrate (typical 10–20 % efficiency gap), but the speed and zero-cost availability make it the right choice for live and high-volume scenarios. FFmpeg exposes it via the h264_qsv, hevc_qsv and av1_qsv encoders.

