DirectShow 的 Matroska 复用器过滤器
我正在尝试创建图形 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这意味着您使用的多路复用器无法接受 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: