Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop ffmpeg 5 #1416

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
config:
- {os: ubuntu-latest, python: "3.9", ffmpeg: "6.1", extras: true}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "6.0"}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "5.1"}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "5.0"}
- {os: ubuntu-latest, python: pypy3.9, ffmpeg: "6.1"}
- {os: macos-12, python: "3.9", ffmpeg: "6.1"}

Expand Down Expand Up @@ -120,8 +118,6 @@ jobs:
config:
- {os: windows-latest, python: "3.9", ffmpeg: "6.1"}
- {os: windows-latest, python: "3.9", ffmpeg: "6.0"}
- {os: windows-latest, python: "3.9", ffmpeg: "5.1"}
- {os: windows-latest, python: "3.9", ffmpeg: "5.0"}

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion docs/overview/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See the `Conda quick install <https://conda.io/docs/install/quick.html>`_ docs t
Bring your own FFmpeg
---------------------

PyAV can also be compiled against your own build of FFmpeg ((version ``5.0`` or higher). You can force installing PyAV from source by running:
PyAV can also be compiled against your own build of FFmpeg (version ``6.0`` or higher). You can force installing PyAV from source by running:

.. code-block:: bash

Expand Down
3 changes: 0 additions & 3 deletions scripts/ffmpeg-5.0.json

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/ffmpeg-5.1.json

This file was deleted.

Loading