Enum HardwareAccelerator
Hardware accelerators ("ffmpeg -hwaccels")
Namespace: Xabe.FFmpeg
Assembly: Xabe.FFmpeg.dll
Syntax
public enum HardwareAccelerator
Fields
Name | Description |
---|---|
auto | Automatically select the hardware acceleration method. |
cuvid | cuvid |
d3d11va | d3d11va |
dxva2 | Use DXVA2 (DirectX Video Acceleration) hardware acceleration. |
libmfx | |
qsv | Use the Intel QuickSync Video acceleration for video transcoding. |
vaapi | Use VAAPI (Video Acceleration API) hardware acceleration. |
vdpau | Use VDPAU (Video Decode and Presentation API for Unix) hardware acceleration. |