From b6f7940b10e72f252332fc097d78cd854ef556ec Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 25 Oct 2020 12:28:02 -0500 Subject: [PATCH] hwaccel docs --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 637c103f8..9979dbdfe 100644 --- a/README.md +++ b/README.md @@ -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