From 32c72966a831fd825d4736fe810f232370a0ca2d Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Mon, 4 May 2026 21:19:51 -0400 Subject: [PATCH] FFmpeg 8.1.1 --- README.rst | 2 +- scripts/pkg.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f8dfe2e0..7ed787c6 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ The builds are provided for several platforms: Features -------- -Currently FFmpeg 8.1 is built with the following packages enabled for all platforms: +Currently FFmpeg 8.1.1 is built with the following packages enabled for all platforms: - lame 3.100 - opus 1.6.1 diff --git a/scripts/pkg.py b/scripts/pkg.py index 66962ad0..099e59dd 100644 --- a/scripts/pkg.py +++ b/scripts/pkg.py @@ -191,8 +191,8 @@ def __lt__(self, other): ffmpeg_package = Package( name="ffmpeg", - source_url="https://ffmpeg.org/releases/ffmpeg-8.1.tar.xz", - sha256="b072aed6871998cce9b36e7774033105ca29e33632be5b6347f3206898e0756a", + source_url="https://ffmpeg.org/releases/ffmpeg-8.1.1.tar.xz", + sha256="b6863adde98898f42602017462871b5f6333e65aec803fdd7a6308639c52edf3", ) all_packages: list[Package] = [ffmpeg_package]