Merge pull request #85 from upuv/master

README.md update to reflect recent changes in AAXtoMP3
This commit is contained in:
KrumpetPirate 2018-07-26 07:35:12 -05:00 committed by GitHub
commit 0d5f3b4098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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