使用 FFmpegFrameGrabber 启用 ZVBI 时如何在 Javacv 下配置 ffmpeg

How to configure ffmpeg under Javacv when using the FFmpegFrameGrabber to enable ZVBI

我是 ffmpeg 新手

我发现在使用 JavaCV 项目时从 Javafx 与它交互更容易

我成功地从 RTSP 协议流式传输,我想微调我的播放器以获得更好的性能,为此我需要激活一些 options 但我不知道如何实现此配置,因为grabber.setOption(key, value); 是一个键值签名,其中 grabberFFmpegFrameGrabber.

的实例

简而言之,使用JavaCV时如何通过代码配置ffmpeg?

抱歉,我对这个概念理解有误

ffmpeg可以configured to enable some support (modules) like the ZVBI to do so you have to refer to the install documentation of ffmpeg by using the ./configure to fine tune you have the following answer that will guide you使用opencv中ffmpeg的api调优值

使用ffmpeg中启用的模块

不久流量

  1. 阅读有关模块的信息

  2. 根据需要选择最佳调整值

  3. 参考答案选择最佳api调用设置值

谢谢