Skip to content

Commit

Permalink
DOC: simplify ffmpeg installation instructions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Jan 25, 2024
1 parent 7a43e4c commit 7243883
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@ To install :mod:`auglib` run:
:class:`auglib.transform.AMRNB`,
requires ``ffmpeg``
with support for the AMR-NB format.
Under Ubuntu 22.04 this can be achieved by:
Under Ubuntu this can be achieved by:

.. code-block:: bash
$ sudo apt install ffmpeg libavcodec-extra58
On older or newer distributions,
the package might be named
``libavcodec-extra57``,
``libavcodec-extra59``,
and so on.
$ sudo apt install ffmpeg libavcodec-extra
:class:`auglib.transform.CompressDynamicRange`
requires ``sox``,
Expand Down

0 comments on commit 7243883

Please sign in to comment.