mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
hwaccel docs
This commit is contained in:
parent
75312602aa
commit
b6f7940b10
13
README.md
13
README.md
@ -361,7 +361,7 @@ ffmpeg:
|
|||||||
- h264_v4l2m2m
|
- 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
|
```yaml
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args:
|
hwaccel_args:
|
||||||
@ -373,6 +373,17 @@ ffmpeg:
|
|||||||
- yuv420p
|
- 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)
|
[Back to top](#documentation)
|
||||||
|
|
||||||
## Detectors
|
## Detectors
|
||||||
|
Loading…
Reference in New Issue
Block a user