Sink 和 Mux 滤波器的区别

发布于 2024-10-19 14:51:25 字数 125 浏览 4 评论 0原文

有人可以告诉我 DirectShow 的差异吗?

Mux 和 Demux 滤波器的区别。

Sink 和 Mux 过滤器的区别。

源滤波器和分离器滤波器的区别。

TIA

Can someone let me know the differences in DirectShow?

the difference Mux and Demux filter.

the difference Sink and Mux filter.

the difference Source and Splitter filter.

TIA

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

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

发布评论

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

评论(1

半夏半凉 2024-10-26 14:51:25
  • 多路复用器过滤器将多个流合并为一个流。例如,将音频流和视频流转换为 AV 流。
  • 解复用器或分离器过滤器将复用流分离成原始流。
  • 源过滤器将媒体输入到 directshow,因此它将是图中的第一个过滤器。
  • 接收器过滤器是过滤器链中的最后一个过滤器。
  • A mux filter combines several streams into one stream. For example an audio stream and a video stream into an AV-Stream.
  • A demux or splitter filter splits a multiplexed stream into the original streams.
  • A source filter inputs media into directshow, so it will be the first filter in the graph.
  • A sink filter is the last filter of a chain of filters.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文