mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
updated README.md to reflect changes.
This commit is contained in:
parent
09e82c0ed6
commit
b506b7a12a
@ -17,6 +17,7 @@ Audible fails for some reason.
|
|||||||
* ffmpeg version 2.8.3 or later
|
* ffmpeg version 2.8.3 or later
|
||||||
* libmp3lame (came from lame package on Arch, not sure where else this is stored)
|
* libmp3lame (came from lame package on Arch, not sure where else this is stored)
|
||||||
* grep Some OS distributions do not have it installed.
|
* grep Some OS distributions do not have it installed.
|
||||||
|
* sed Some OS versions will need to install gnu sed.
|
||||||
* mp4art used to add cover art to m4a and m4b files. Optional
|
* mp4art used to add cover art to m4a and m4b files. Optional
|
||||||
|
|
||||||
## OSX
|
## OSX
|
||||||
@ -151,6 +152,8 @@ sudo yum install ffmpeg
|
|||||||
__MacOS__
|
__MacOS__
|
||||||
```
|
```
|
||||||
brew install ffmpeg
|
brew install ffmpeg
|
||||||
|
brew install gnu-sed
|
||||||
|
brew install grep
|
||||||
```
|
```
|
||||||
|
|
||||||
#### mp4art
|
#### mp4art
|
||||||
|
Loading…
Reference in New Issue
Block a user