mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Fix title level
This commit is contained in:
parent
9736a23804
commit
37cacc2c54
@ -27,14 +27,14 @@ ffmpeg:
|
|||||||
```
|
```
|
||||||
**NOTICE**: With some of the processors, like the J4125, the default driver `iHD` doesn't seem to work correctly for hardware acceleration. You may need to change the driver to `i965` by adding the following environment variable `LIBVA_DRIVER_NAME_JELLYFIN=i965` to your docker-compose file.
|
**NOTICE**: With some of the processors, like the J4125, the default driver `iHD` doesn't seem to work correctly for hardware acceleration. You may need to change the driver to `i965` by adding the following environment variable `LIBVA_DRIVER_NAME_JELLYFIN=i965` to your docker-compose file.
|
||||||
|
|
||||||
### >=10th Generation via Quicksync
|
#### >=10th Generation via Quicksync
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args: -c:v h264_qsv
|
hwaccel_args: -c:v h264_qsv
|
||||||
```
|
```
|
||||||
|
|
||||||
### >=12th Generation via Quicksync
|
#### >=12th Generation via Quicksync
|
||||||
|
|
||||||
**Note:** You should use kernel 5.18 or newer for full support.
|
**Note:** You should use kernel 5.18 or newer for full support.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user