AAC 编解码器库(libFAAC 替代方案)

发布于 2024-10-10 05:27:33 字数 150 浏览 0 评论 0原文

我正在寻找适用于 Linux 和 Windows 的 AAC 编码器/解码器库(适用于 C\C++ 应用程序)。这是针对商业产品的,因此 libFAAC 不是一个选项。我看过 Nero 和 MainConcept 的产品,但我更喜欢具有 LGPL 许可证或类似且不需要许可证费用的产品。

I'm looking for an AAC encoder/decoder library that works on Linux and Windows (for a C\C++ app). This is for a commercial product, so libFAAC is not an option. I've looked at the one from Nero and MainConcept, but I'd prefer something with a LGPL license or the like that doesn't require license fees.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遗忘曾经 2024-10-17 05:27:33

您可能需要考虑 android 的 stagefright,尽管它可能需要一些工作来适应通用库。它根据 Apache 2.0 许可证 https: //android.googlesource.com/platform/frameworks/base/+/froyo-release/media/libstagefright/codecs

3GPP 26.410 AAC 参考代码对于参考代码来说质量非常高,尽管他们没有提及任何具体内容其软件包中的许可条款 http://www.3gpp.org/ftp /Specs/html-info/26410.htm

FFmpeg 有一个非常快的 LGPL AAC 解码器和一个实验性的 LGPL AAC 编码器。解码器很棒,但编码器真的很糟糕。 http://git.ffmpeg.org/?p=ffmpeg; a=树;f=libavcodec

You may want to consider android's stagefright, though it will probably take some work to adapt to a general purpose library. It available is under the Apache 2.0 license https://android.googlesource.com/platform/frameworks/base/+/froyo-release/media/libstagefright/codecs

The 3GPP 26.410 AAC reference code is very high quality for reference code though they don't mention any specific licensing terms in their package http://www.3gpp.org/ftp/Specs/html-info/26410.htm

FFmpeg has a very fast LGPL AAC decoder and an experimental LGPL AAC encoder. The decoder is great but the encoder really sucks. http://git.ffmpeg.org/?p=ffmpeg;a=tree;f=libavcodec

半葬歌 2024-10-17 05:27:33

FAAD2 是很棒的 AAC 解码器:http://www.audiocoding.com/faad2.html

编码器方面 - 没有好的 LGPL 实现可用,您必须使用商业编码器。

FAAD2 is great AAC decoder: http://www.audiocoding.com/faad2.html

On the encoder side of things - no good LGPL implementation is available, you'd have to go with commercial encoders.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文