File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ See the `Conda quick install <https://docs.conda.io/projects/conda/en/latest/use
2424Bring your own FFmpeg
2525---------------------
2626
27- PyAV can also be compiled against your own build of FFmpeg (version ``7 .0 `` or higher). You can force installing PyAV from source by running:
27+ PyAV can also be compiled against your own build of FFmpeg (version ``8 .0 `` or higher). You can force installing PyAV from source by running:
2828
2929.. code-block :: bash
3030 pip install av --no-binary av
@@ -54,20 +54,6 @@ On **MacOS**, Homebrew_ saves the day::
5454.. _homebrew : http://brew.sh/
5555
5656
57- Ubuntu >= 18.04 LTS
58- ^^^^^^^^^^^^^^^^^^^
59-
60- On **Ubuntu 18.04 LTS ** everything can come from the default sources::
61-
62- # General dependencies
63- sudo apt-get install -y python-dev pkg-config
64-
65- # Library components
66- sudo apt-get install -y \
67- libavformat-dev libavcodec-dev libavdevice-dev \
68- libavutil-dev libswscale-dev libswresample-dev libavfilter-dev
69-
70-
7157Windows
7258^^^^^^^
7359
You can’t perform that action at this time.
0 commit comments