Skip to content

Commit

Permalink
Use ffmpeg 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Oct 2, 2024
1 parent 020a0ce commit 39fecbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
config:
- {os: ubuntu-latest, python: "3.9", ffmpeg: "6.1.1", extras: true}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "7.0.2"}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "6.0"}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "7.1"}
- {os: ubuntu-latest, python: pypy3.9, ffmpeg: "6.1.1"}
- {os: macos-12, python: "3.9", ffmpeg: "7.0.2"}
- {os: macos-12, python: "3.9", ffmpeg: "6.1.1"}
- {os: macos-13, python: "3.9", ffmpeg: "7.1"}
- {os: macos-13, python: "3.9", ffmpeg: "7.0.2"}
- {os: macos-13, python: "3.9", ffmpeg: "6.1.1"}

env:
PYAV_PYTHON: python${{ matrix.config.python }}
Expand All @@ -65,7 +66,7 @@ jobs:
sudo apt-get install doxygen wget
fi
;;
macos-12)
macos-13)
brew install automake libtool nasm pkg-config libpng libvorbis libvpx opus x264
;;
esac
Expand Down Expand Up @@ -112,6 +113,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, python: "3.9", ffmpeg: "7.1"}
- {os: windows-latest, python: "3.9", ffmpeg: "7.0"}
- {os: windows-latest, python: "3.9", ffmpeg: "6.1"}
- {os: windows-latest, python: "3.9", ffmpeg: "6.0"}
Expand Down
3 changes: 3 additions & 0 deletions scripts/ffmpeg-7.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/7.1-1/ffmpeg-{platform}.tar.gz"
}

0 comments on commit 39fecbd

Please sign in to comment.