FFmpeg 和 FIR 滤波
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论