mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Merge pull request #175 from fabh2o/fix-174
instruction to update ffmpeg
This commit is contained in:
commit
0bd127ad06
@ -160,6 +160,11 @@ sudo apt-get update
|
|||||||
sudo apt-get install ffmpeg libav-tools x264 x265 bc
|
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__
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user