Nvidia NVENC


Nvidia NVENC is a feature in Nvidia graphics cards that performs video encoding, offloading this compute-intensive task from the CPU to the GPU. It was introduced with the Kepler-based GeForce 600 series in March 2012.
The encoder is supported in many streaming and recording programs, such as Wirecast, Open Broadcaster Software and Bandicam, and also works with Share game capture, which is included in Nvidia's GeForce Experience software.
Consumer targeted GeForce graphics cards officially support no more than 2 simultaneously encoding video streams, regardless of the count of the cards installed, but this restriction can be circumvented on Linux and Windows systems by applying an unofficial patch to the drivers. Professional cards support between 2 and 21 simultaneous streams per card, depending on card model and compression quality.
It is accompanied by NVDEC for video decoding in Nvidia's Video Codec SDK.

Versions

NVENC has undergone several hardware revisions since its introduction with the first Kepler GPU.

First generation, Kepler GK1xx

The first generation of NVENC, which is shared by all Kepler-based GPUs, supports H.264 high-profile, H.264 SVC Temporal Encode VCE, and Display Encode Mode.
NVidia's documentation states a peak encoder throughput of 8× realtime at a resolution of 1920×1080. Actual throughput varies on the selected preset, user-controlled parameters and settings, and the GPU/memory clock frequencies. The published 8× rating is achievable with the NVENC high-performance preset, which sacrifices compression efficiency and quality for encoder throughput. The high-quality preset is considerably slower but produces fewer compression artifacts.

Second generation, Maxwell GM107

Introduced with the first-generation Maxwell architecture, second generation NVENC adds support for the high-performance HP444 profile
Maxwell GM108 does not have NVENC hardware encoder support.

Third generation, Maxwell GM20x

Introduced with the second-generation Maxwell architecture, third generation NVENC implements the video compression algorithm High Efficiency Video Coding and also increases the H.264 encoder's throughput to cover 4K-resolution at 60Hz. However, it does not support B-frames for HEVC encoding. The maximum NVENC HEVC coding tree unit size is 32, and its minimum CU size is 8.
HEVC encoding also lacks Sample Adaptive Offset. Adaptive quantization, look-ahead rate control, adaptive B-frames and adaptive GOP features were added with the release of Nvidia Video Codec SDK 7. These features rely on CUDA cores for hardware acceleration.
SDK 7 supports two forms of adaptive quantization; Spatial AQ and Temporal AQ.
Nvidia's consumer-grade cards and some of its lower-end professional Quadro cards are restricted to three simultaneous encoding jobs. Its higher-end Quadro cards do not have this restriction.

Fourth generation, Pascal GP10x

Fourth generation NVENC implements HEVC Main10 10-bit hardware encoding. It also doubles the encoding performance of 4K H.264 & HEVC when compared to previous generation NVENC. It supports HEVC 8K, 4:4:4 chroma subsampling, lossless encoding, and sample adaptive offset.
Nvidia Video Codec SDK 8 added Pascal exclusive Weighted Prediction feature. Weighted prediction is not supported if the encode session is configured with B frames.
There is no B-Frame support for HEVC encoding, and the maximum CU size is 32×32.
The NVIDIA GT 1030 and the Mobile Quadro P500 are GP108 chips that don't support the NVENC encoder.
In laptop graphics, NVIDIA MX Graphics do not include NVENC as they are based on a Maxwell-generation GM108 or a Pascal-generation GP108 chip. The GeForce MX350 is a GP107 chip whose NVENC encoder is disabled during manufacture.

Fifth generation, Volta GV10x/Turing TU117

Volta NVENC has similar performance as Pascal's NVENC.
It does not offer support for HEVC B-Frames.

Sixth generation, Turing TU10x/TU116

Sixth generation NVENC implements HEVC 8K encoding at 30FPS, HEVC B-Frames support and provides up to 25% bitrate savings for HEVC and up to 15% bitrate savings for H.264. The Nvidia GeForce GTX 1650 is exempt from this generation however, as it uses Volta NVENC instead of Turing. The GTX 1650 Super however uses the Turing NVENC engine as it is based on the TU116 rather than the TU117 used in the regular GTX 1650.

Operating system support

The Nvidia NVENC SIP core needs to be supported by the device driver. The driver provides one or more interfaces, to NVENC. The NVENC SIP core can only be accessed through the proprietary NVENC API.
It is bundled with Nvidia's GeForce driver.
NVENC is available for Windows and Linux operating systems. The free and open-source nouveau device driver does not support Nvidia NVENC.

Application software support