kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
29c5c480ad
commit
f5338dca07
|
@ -133,6 +133,12 @@ docker run --rm -it \
|
||||||
/config/output.mkv
|
/config/output.mkv
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Vulkan support
|
||||||
|
|
||||||
|
Preliminary Vulkan support has been added to x86_64, which can be enabled by setting the environment variable `ENABLE_VULKAN=true`. When enabled, the container will download and install the Vulkan loader and dependencies from the Ubuntu repo prior to running FFmpeg on container start.
|
||||||
|
|
||||||
|
Some Vulkan extensions may not yet be available due to installing an older version of MESA and Vulkan loader from the Ubuntu repository.
|
||||||
|
|
||||||
## Building locally
|
## Building locally
|
||||||
|
|
||||||
If you want to make local modifications to these images for development purposes or just to customize the logic:
|
If you want to make local modifications to these images for development purposes or just to customize the logic:
|
||||||
|
@ -154,6 +160,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **22.11.23:** - Add shaderc and (preliminary) Vulkan support (via env var `ENABLE_VULKAN=true`) to x86_64. Bump Intel drivers and other libs.
|
||||||
* **13.11.23:** - Bump FFmpeg to 6.1.
|
* **13.11.23:** - Bump FFmpeg to 6.1.
|
||||||
* **02.11.23:** - Remove `--enable-small` from ffmpeg build options to add back some features.
|
* **02.11.23:** - Remove `--enable-small` from ffmpeg build options to add back some features.
|
||||||
* **05.10.23:** - Add support for SVT-AV1. Update various libraries.
|
* **05.10.23:** - Add support for SVT-AV1. Update various libraries.
|
||||||
|
|
Ładowanie…
Reference in New Issue