项目作者: aerobounce

项目描述 :
ffmpeg formula with fdk-aac.
高级语言: Ruby
项目地址: git://github.com/aerobounce/homebrew-ffmpeg-fdk-aac.git
创建时间: 2019-10-12T11:13:24Z
项目社区:https://github.com/aerobounce/homebrew-ffmpeg-fdk-aac

开源协议:MIT License

下载


homebrew-ffmpeg-fdk-aac

Default ffmpeg formula with fdk-aac.

Install

  1. brew install aerobounce/ffmpeg-fdk-aac/ffmpeg

Changes from the original Formula

This formula adds these arguments:

  1. --enable-libfdk-aac
  2. --enable-nonfree
  3. --disable-htmlpages
  4. -fno-stack-check

fno-stack-check is a bug workaround when building with newer toolchains on macOS: https://trac.ffmpeg.org/ticket/8073#comment:12

Why

homebrew-core ffmpeg Formula removed all the options and is missing libfdk-aac – “highest-quality AAC encoder available with ffmpeg”.

The Fraunhofer FDK AAC codec library. This is currently the highest-quality AAC encoder available with ffmpeg. Requires ffmpeg to be configured with —enable-libfdk-aac (and additionally —enable-nonfree if you’re also using —enable-gpl).

https://trac.ffmpeg.org/wiki/Encode/AAC