FFMPEG fdk_aac 静态 Windows 构建
FFMPEG fdk_aac Static Windows Builds
我是 FFMPEG 的新手。我已经下载了 ffmpeg windows build 但 libfdk_aac 未启用。我在哪里可以获得带有启用 libfdk 的完整编码器的 ffmpeg 版本?
您可能无法下载支持 libfdk_aac 的 ffmpeg
版本。
来自 FFmpeg 的 LICENSE.md
:
incompatible libraries
The Fraunhofer AAC library (libfdk_aac), FAAC and aacplus are under licenses which
are incompatible with the GPLv2 and v3. We do not know for certain if
their licenses are compatible with the LGPL.
If you wish to enable these libraries, pass --enable-nonfree
to
configure. But note that if you enable any of these libraries the
resulting binary will be under a complex license mix that is more
restrictive than the LGPL and that may result in additional
obligations. It is possible that these restrictions cause the
resulting binary to be unredistributeable.
您必须自己(交叉)编译 ffmpeg
。我没有为 Windows 编译 ffmpeg
的经验,但您可以在 Zeranoe FFmpeg and FFmpeg Wiki: Compilation Guides.
找到更多相关信息
这是一个很老的版本(但这是一个老问题),但它仍然可以正常工作:FFmpeg Hi
This is a static FFmpeg build including x264 (8/10 bit), x265 (8/10 bit), vp9 (8/10 bit) and fdk_aac (HE-AAC) especially for anime encoding.
我是 FFMPEG 的新手。我已经下载了 ffmpeg windows build 但 libfdk_aac 未启用。我在哪里可以获得带有启用 libfdk 的完整编码器的 ffmpeg 版本?
您可能无法下载支持 libfdk_aac 的 ffmpeg
版本。
来自 FFmpeg 的 LICENSE.md
:
incompatible libraries
The Fraunhofer AAC library (libfdk_aac), FAAC and aacplus are under licenses which are incompatible with the GPLv2 and v3. We do not know for certain if their licenses are compatible with the LGPL.
If you wish to enable these libraries, pass
--enable-nonfree
to configure. But note that if you enable any of these libraries the resulting binary will be under a complex license mix that is more restrictive than the LGPL and that may result in additional obligations. It is possible that these restrictions cause the resulting binary to be unredistributeable.
您必须自己(交叉)编译 ffmpeg
。我没有为 Windows 编译 ffmpeg
的经验,但您可以在 Zeranoe FFmpeg and FFmpeg Wiki: Compilation Guides.
这是一个很老的版本(但这是一个老问题),但它仍然可以正常工作:FFmpeg Hi
This is a static FFmpeg build including x264 (8/10 bit), x265 (8/10 bit), vp9 (8/10 bit) and fdk_aac (HE-AAC) especially for anime encoding.