From 62865eaac13d8cd015390a052bcc4bf21026998d Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 30 Dec 2014 12:47:31 -0800 Subject: ffmpeg: add caveats to document AAC encoder switch --- Library/Formula/ffmpeg.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Library') diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index b8dafc961..591225ca8 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -155,4 +155,16 @@ class Ffmpeg < Formula end end + def caveats; <<-EOS.undent + FFmpeg has been built without libfaac for licensing reasons. + To install with libfaac, you can: + brew reinstall ffmpeg --with-faac + + You can also use the libvo-acenc or experimental FFmpeg encoder to + encode AAC audio: + -c:a libvo_aacenc + Or: + -c:a aac -strict -2 + EOS + end unless build.with? "faac" end -- cgit v1.2.3