From fb86d4291cdf2e2b31531d501fac3718975b0d5b Mon Sep 17 00:00:00 2001 From: fabh2o Date: Mon, 20 Sep 2021 23:05:15 +0200 Subject: [PATCH] instruction to update ffmpeg --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 48be47c..ba288b3 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,11 @@ sudo apt-get update sudo apt-get install ffmpeg libav-tools x264 x265 bc ``` +In Debian-based system's repositories the ffmpeg version is often outdated. If you want +to convert .aaxc files, you need at least ffmpeg 4.4. So if your installed version +needs to be updated, you can either install a custom repository that has the newer version, +compile ffmpeg from source or download pre-compiled binaries. + __Fedora__ Fedora users need to enable the rpm fusion repository to install ffmpeg. Version 22 and upwards are currently supported. The following command works independent of your current version: