DirectShow 的 Matroska 复用器过滤器

发布于 2024-12-09 16:28:31 字数 151 浏览 0 评论 0原文

我正在尝试创建图形 AudioCapture -> Vorbis 编码器 -> Matroska Muxer,但 graphedit 在 Matroska Muxer 之前插入了 Vorbis Decoder。我希望这个图在没有 Vorbis 解码器的情况下工作。我该怎么做?

I'm trying to create graph AudioCapture -> Vorbis Encoder -> Matroska Muxer, but graphedit inserts Vorbis Decoder before Matroska Muxer. I want this graph working without Vorbis Decoder. How can I do this?

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

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

发布评论

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

评论(1

不疑不惑不回忆 2024-12-16 16:28:31

这意味着您使用的多路复用器无法接受 Vorbis 流作为有效输入。它可能是两者之一:

  • 媒体类型有问题,应该纠正它,以便捕获和多路复用器都接受它
  • 更有可能 - 多路复用器实现对 Vorbis 音频没有足够的支持,您基本上需要做的是将其替换为 Vorbis 友好的替代方案。

This means that the multiplexer you are using is unable to accept the Vorbis stream as a valid input. It can be one of the two:

  • Something is wrong with media type, and it should be corrected so that both capture and mux accept it
  • More likely - the multiplexer implementation has no sufficient support for Vorbis audio, and what you basically need to do is to replace it with the Vorbis-friendly alternative.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文