From 55255ab1009c1d7c7d0be53a29ddf0e9934735e3 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Sun, 19 Apr 2026 13:13:38 -0400 Subject: [PATCH] Test with ffmpeg 8.1 binary --- scripts/ffmpeg-8.1.json | 3 +++ scripts/ffmpeg-latest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 scripts/ffmpeg-8.1.json diff --git a/scripts/ffmpeg-8.1.json b/scripts/ffmpeg-8.1.json new file mode 100644 index 000000000..12fabf478 --- /dev/null +++ b/scripts/ffmpeg-8.1.json @@ -0,0 +1,3 @@ +{ + "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1-1/ffmpeg-{platform}.tar.gz" +} diff --git a/scripts/ffmpeg-latest.json b/scripts/ffmpeg-latest.json index a7df98bb9..12fabf478 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.0.1-5/ffmpeg-{platform}.tar.gz" + "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1-1/ffmpeg-{platform}.tar.gz" }