FrameEncodersEncoders Enumeration |
Frame encoder.
Namespace: OIV.RemoteViz.Rendering
Member name | Value | Description | |
---|---|---|---|
NONE | 0 | Internal usage. | |
JPEG | 1 | JPEG encoder. | |
PNG | 2 | PNG encoder. | |
H264_NVENC | 3 | H.264 encoder using Nvidia Video Codec. This encoder requires an NVIDIA GPU Kepler or higher, CUDA Toolkit 10.1 or higher and driver version 418.96 or higher on Windows / driver version 418.39 or higher on Linux. On Windows, this encoder requires the library nvEncodeAPI(64).dll. On Linux, this encoder requires the libraries libnvidia-encode and libva. | |
H264_OPENH264 | 4 | H.264 encoder using OpenH264. On Linux, this encoder requires the library libva. | |
VP9_VPX | 5 | VP9 encoder using libvpx. On Linux, this encoder requires the library libva. |