From eca932fd9d4542402b2b77281c07f6d99aea05fd Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sun, 25 Jun 2017 19:36:07 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c254bb..ff0fd83 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,9 @@ You'll also need to install FFmpeg for conversion (use `--avconv` if you'd like Linux: `sudo apt-get install ffmpeg` -Mac: `brew install ffmpeg --with-libass --with-opus --with-fdk-aac` +Mac: `brew install ffmpeg --with-libmp3lame --with-libass --with-opus --with-fdk-aac` + +If it does not install correctly, you may have to build it from source. For more info see https://trac.ffmpeg.org/wiki/CompilationGuide. ### Windows