Upstream HandBrake source is continuously mirrored to GitLab, where a CI* script builds it periodically.
The main-plus-build branch contains a fork of HandBrake that removes all HE-AAC options from the user interface and HandBrake code, so that the HandBrake build with the FDK library can only be used to encode low-complexity AAC, which should avoid any AAC features currently covered by unexpired patents.
Limitations and Changes
- Presently, upstream changes are merged into the
main-plus-buildbranch each evening by a CI script. - Builds are not signed.
More on FDK
The licensing situation of the FDK library is complicated. The source of the library is open and has a copyleft license for copyright purposes, but Fraunhofer grants no patent license.
Copyright: The FFmpeg developers have deemed the original FDK library to be GPL incompatible. In deference to that determination, HandBrake's developers no longer distribute binaries of HandBrake with FDK compiled in. The position of both the FFmpeg and HandBrake projects is that binaries with FDK built in cannot be distributed by reason of the GPL incompatibility, even though end-users may compile FDK for their own use. The incremental difficulty of compiling HandBrake with FDK is trivial — adding the --enable-fdk-aac flag is the developers' recommended solution.
Patents: A separate issue concerns the patents necessary to use the FDK library, because the original FDK library supports simple AAC (initially specified in MPEG-2) as well as features of AAC introduced in MPEG-4, and HE-AAC. MPEG-4 and HE-AAC are still covered by patents today. A stripped version of the FDK library exists and is included in Fedora; that version of the library pares down FDK to the features in MPEG-2 where the last remaining patents in the United States have already expired. Accordingly, it is understood that low-complexity AAC (i.e., AAC-LC) first specified in MPEG-2 is no longer covered by any unexpired patents.
Above, builds without FDK are public. Builds of the fork with the HE-AAC features disabled are also public. No builds with the FDK library supporting HE-AAC are available.