From 64b53c30e149fbdced6d0ea1c28ceda3f3f90bc0 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 11 May 2024 03:54:44 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-ffmpeg.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/images/docker-ffmpeg.md b/docs/images/docker-ffmpeg.md index ffe480a7e..3bdb551c9 100644 --- a/docs/images/docker-ffmpeg.md +++ b/docs/images/docker-ffmpeg.md @@ -118,6 +118,7 @@ docker run --rm -it \ ``` ### Nvidia Hardware accelerated ([click for more info](https://trac.ffmpeg.org/wiki/HWAccelIntro#CUDANVENCNVDEC)) +*Nvidia support requires [Nvidia container toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) and the Nvidia drivers installed on the host* ``` docker run --rm -it \ @@ -176,6 +177,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **09.05.24:** - Bump libaom, fribidi, kvazaar, various Intel drivers and libs, Mesa, opus, shaderc, webp and x265. * **11.04.24:** - Explicitly disable libdrm on aarch64, add new lib `libxcb-shm0`. Add quick test at the end of build. * **10.04.24:** - Compile ffmpeg with `libfribidi`, `libharfbuzz` and `libfontconfig`, compile libharfbuzz. * **05.04.24:** - Bump ffmpeg to 7.0, bump libdovi, libva, mesa and vulkan-sdk.