Fix title level

This commit is contained in:
Charles Munger 2022-07-25 16:14:16 -07:00
parent 9736a23804
commit 37cacc2c54

View File

@ -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.
### >=10th Generation via Quicksync
#### >=10th Generation via Quicksync
```yaml
ffmpeg:
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.