From 8e3376d836ad2cc3c9080cdb3ac305d4c0f9cd5b Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 25 Jan 2024 11:20:16 +0100 Subject: [PATCH] DOC: simplify ffmpeg installation instructions --- docs/install.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index a22352f..dd44963 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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``,