Skip to content

Commit 39fecbd

Browse files
committed
Use ffmpeg 7.1
1 parent 020a0ce commit 39fecbd

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/smoke.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
config:
3737
- {os: ubuntu-latest, python: "3.9", ffmpeg: "6.1.1", extras: true}
3838
- {os: ubuntu-latest, python: "3.9", ffmpeg: "7.0.2"}
39-
- {os: ubuntu-latest, python: "3.9", ffmpeg: "6.0"}
39+
- {os: ubuntu-latest, python: "3.9", ffmpeg: "7.1"}
4040
- {os: ubuntu-latest, python: pypy3.9, ffmpeg: "6.1.1"}
41-
- {os: macos-12, python: "3.9", ffmpeg: "7.0.2"}
42-
- {os: macos-12, python: "3.9", ffmpeg: "6.1.1"}
41+
- {os: macos-13, python: "3.9", ffmpeg: "7.1"}
42+
- {os: macos-13, python: "3.9", ffmpeg: "7.0.2"}
43+
- {os: macos-13, python: "3.9", ffmpeg: "6.1.1"}
4344

4445
env:
4546
PYAV_PYTHON: python${{ matrix.config.python }}
@@ -65,7 +66,7 @@ jobs:
6566
sudo apt-get install doxygen wget
6667
fi
6768
;;
68-
macos-12)
69+
macos-13)
6970
brew install automake libtool nasm pkg-config libpng libvorbis libvpx opus x264
7071
;;
7172
esac
@@ -112,6 +113,7 @@ jobs:
112113
fail-fast: false
113114
matrix:
114115
config:
116+
- {os: windows-latest, python: "3.9", ffmpeg: "7.1"}
115117
- {os: windows-latest, python: "3.9", ffmpeg: "7.0"}
116118
- {os: windows-latest, python: "3.9", ffmpeg: "6.1"}
117119
- {os: windows-latest, python: "3.9", ffmpeg: "6.0"}

scripts/ffmpeg-7.1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/7.1-1/ffmpeg-{platform}.tar.gz"
3+
}

0 commit comments

Comments
 (0)