Bot Updating Documentation

pull/137/head
LinuxServer-CI 2023-08-11 21:28:46 +00:00
rodzic a6ce078e25
commit 074ea34d2e
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -65,8 +65,9 @@ If an input file is detected we will run FFmpeg as that user/group so the output
The image supports Hardware acceleration on x86 pay close attention to the variables for the examples below. The image supports Hardware acceleration on x86 pay close attention to the variables for the examples below.
### Included Intel Drivers (latest versions compiled): ### Included Intel Drivers (latest versions compiled):
- iHD Driver: Supports gen8+ - iHD Driver: Supports gen8+ (default for Intel)
- Libva (VAAPI): Supports gen5+ but is limited to gen8+ due to iHD driver - i965 Driver: Supports gen5+ (for gen5-gen9.5 it can be enabled by setting env var `LIBVA_DRIVER_NAME=i965` in docker arguments)
- Libva (VAAPI): Supports gen5+ with i965 driver and gen8+ with iHD driver
- Qsv Dispatcher: OneVPL (supports both OneVPL and MSDK runtimes and should automatically switch) - Qsv Dispatcher: OneVPL (supports both OneVPL and MSDK runtimes and should automatically switch)
- Qsv Runtime: - Qsv Runtime:
- OneVPL: Supports gen12+ - OneVPL: Supports gen12+
@ -154,6 +155,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **11.08.23:** - Add optional i965 driver for gen5+ support.
* **14.06.23:** - Switch to latest iHD for Intel, add qsv support. * **14.06.23:** - Switch to latest iHD for Intel, add qsv support.
* **13.06.23:** - Bump to 6.0, update shared libraries, deprecate armhf, combine bin stage. * **13.06.23:** - Bump to 6.0, update shared libraries, deprecate armhf, combine bin stage.
* **14.12.22:** - Rebase to Jammy, bump to 5.1.2. * **14.12.22:** - Rebase to Jammy, bump to 5.1.2.