From b371c5671e6ea96d4f1fe27e1358fd64f2ed46f4 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Sat, 2 May 2026 13:38:29 -0400 Subject: [PATCH] User newer build of ffmpeg 8.1 --- scripts/ffmpeg-8.1.json | 2 +- scripts/ffmpeg-latest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ffmpeg-8.1.json b/scripts/ffmpeg-8.1.json index 12fabf478..24fab9018 100644 --- a/scripts/ffmpeg-8.1.json +++ b/scripts/ffmpeg-8.1.json @@ -1,3 +1,3 @@ { - "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1-1/ffmpeg-{platform}.tar.gz" + "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1-3/ffmpeg-{platform}.tar.gz" } diff --git a/scripts/ffmpeg-latest.json b/scripts/ffmpeg-latest.json index 12fabf478..24fab9018 100644 --- a/scripts/ffmpeg-latest.json +++ b/scripts/ffmpeg-latest.json @@ -1,3 +1,3 @@ { - "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1-1/ffmpeg-{platform}.tar.gz" + "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1-3/ffmpeg-{platform}.tar.gz" }