Skip to content

Commit 9324b69

Browse files
committed
Improving HW-ACCEL documentation
1 parent 27450a8 commit 9324b69

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

doc/HW-ACCEL.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,24 @@ our support for this in the future!
77

88
The following table summarizes our current level of support:
99

10-
| | Linux Decode | Linux Encode | Mac Decode | Mac Encode | Windows Decode | Windows Encode | Notes |
11-
|--------------------|--------------|--------------|------------|------------|----------------------|----------------|----------------|
12-
| VA-API | Verified | Verified | - | - | - | - | Linux Only |
13-
| VDPAU | Verified(+) | N/A(++) | - | - | - | - | Linux Only |
14-
| CUDA (NVDEC/NVENC) | Fails(+++) | Verified | - | - | - | Verified | Cross Platform |
15-
| VideoToolBox | - | - | Verified | Crashes | - | - | Mac Only |
16-
| DXVA2 | - | - | - | - | Fails (green frames) | Verified | Windows Only |
17-
| D3D11VA | - | - | - | - | Fails (green frames) | - | Windows Only |
18-
| QSV | Fails | Fails | Fails | Fails | Fails | Fails | Cross Platform |
10+
| | Linux Decode | Linux Encode | Mac Decode | Mac Encode | Windows Decode | Windows Encode | Notes |
11+
|--------------------|--------------|--------------|------------|------------|----------------|----------------|----------------|
12+
| VA-API | Verified | Verified | - | - | - | - | Linux Only |
13+
| VDPAU | Verified(+) | N/A(++) | - | - | - | - | Linux Only |
14+
| CUDA (NVDEC/NVENC) | Fails(+++) | Verified | - | - | - | Verified | Cross Platform |
15+
| VideoToolBox | - | - | Verified | Crashes | - | - | Mac Only |
16+
| DXVA2 | - | - | - | - | Fails(+++) | - | Windows Only |
17+
| D3D11VA | - | - | - | - | Fails(+++) | - | Windows Only |
18+
| QSV | Fails | Fails | Fails | Fails | Fails | Fails | Cross Platform |
19+
20+
* *(+) VDPAU for some reason needs a card number one higher than it really is*
21+
* *(++) VDPAU is a decoder only.*
22+
* *(+++) Green frames (pixel data not correctly tranferred back to system memory)*
1923

2024
## Supported FFmpeg Versions
2125

2226
* HW accel is supported from FFmpeg version 3.2 (3.3 for nVidia drivers)
2327
* HW accel was removed for nVidia drivers in Ubuntu for FFmpeg 4+
24-
* (+) VDPAU for some reason needs a card number one higher than it really is
25-
* (++) VDPAU is a decoder only.
26-
* (+++) Green frames
2728

2829
**Notice:** The FFmpeg versions of Ubuntu and PPAs for Ubuntu show the
2930
same behaviour. FFmpeg 3 has working nVidia hardware acceleration while

0 commit comments

Comments
 (0)