使用 DirectShow.Net 将 USB 网络摄像头录制为 MKV 和其他格式

发布于 2024-11-08 05:19:18 字数 377 浏览 0 评论 0原文

我在 GraphEdit 中有一个 Graph,它可以将 USB 网络摄像头 转换为不同形式的视频,例如 .MKV

输入-> ffdshow 视频转换器 -> 智能T恤-> AVI 复用器 ->文件.mkv

如何在 DirectShow.Net 中创建 ffdshow codec 过滤器,以便在 C# 中创建此设置?我查看了一下,没有列出 ffdshow FilterCategory

I have a Graph in GraphEdit which converts a USB Webcam into different forms of video like .MKV

Input -> ffdshow Video Converter ->
Smart Tee -> AVI Mux -> file.mkv

How can I create the ffdshow codec filter in DirectShow.Net so I can create this setup in C#? I looked and I don't have ffdshow listed FilterCategory.

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

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

发布评论

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

评论(2

聽兲甴掵 2024-11-15 05:19:18

您使用的是 64 位版本的 Windows 吗?如果是的话,你确定你有 64 位的吗?
安装的 ffdshow 版本?或者您正在将 .net 应用程序明确构建为 X86?此外,您无法使用 AVI muxer 创建 mkv 文件。您应该使用 matroska 复用器

Are you using a 64 bit version of Windows? If you are, did you make sure you have a 64 bit
version of ffdshow installed? or that you are building your .net application as X86 explicitly? Additionally, you cannot use an AVI muxer to create an mkv file. You should use a matroska muxer instead.

挽袖吟 2024-11-15 05:19:18

ffdshow 下面列出了

FilterCategory.LegacyAmFilter

实际上很多编码器、解码器和过滤器都列在里面。

ffdshow is listed under

FilterCategory.LegacyAmFilter

actually a lot of the encoders, decoders and filters are listed in it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文