FFmpeg 和 FIR 滤波

发布于 2025-01-11 02:46:06 字数 328 浏览 0 评论 0原文

我想使用 FFmpeg 库中的 FIR 滤波器函数。我想找到为 IIR 滤波器实现的类似函数:

ff_iir_filter_init_coeffs(),ff_iir_filter()

因此我需要简单的函数,例如 fir_init_coef()fir_filter() – 准备系数并使用它们进行滤波。而已。

系数本身将在外部计算。

我已经使用了 FFmpeg 库的重采样部分。这个功能有一个很好的例子。但不适用于 FIR。

为此,您可以推荐 FFmpeg lib 中的哪些函数?

I would like to use the FIR filter function from the FFmpeg library. I would like to find similar functions that are implemented for IIR filter:

ff_iir_filter_init_coeffs(),ff_iir_filter()

So I need simple functions like fir_init_coef() and fir_filter() – prepare coefficients and .use them for filtering. Nothing more.

Coefficients itself will be calculated outside.

I already use the resampling part of the FFmpeg library. There was a good example for this functionality. But not for FIR.

What functions from FFmpeg lib can you recommend for this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文