hwaccel docs

This commit is contained in:
Blake Blackshear 2020-10-25 12:28:02 -05:00
parent 75312602aa
commit b6f7940b10

View File

@ -361,7 +361,7 @@ ffmpeg:
- h264_v4l2m2m
```
Intel-based CPUs via Quicksync (https://trac.ffmpeg.org/wiki/Hardware/QuickSync)
Intel-based CPUs (<10th Generation) via Quicksync (https://trac.ffmpeg.org/wiki/Hardware/QuickSync)
```yaml
ffmpeg:
hwaccel_args:
@ -373,6 +373,17 @@ ffmpeg:
- yuv420p
```
Intel-based CPUs (>=10th Generation) via Quicksync (https://trac.ffmpeg.org/wiki/Hardware/QuickSync)
**Note:** You also need to set `LIBVA_DRIVER_NAME=iHD` as an environment variable on the container.
```yaml
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
```
[Back to top](#documentation)
## Detectors