如何在 C# 中将 2 个视频文件合并在一起?
我需要将多个视频文件 (.wmv) 合并在一起以获得单个 wmv 文件。 我该怎么做呢?
I need to merge multiple video files (.wmv) together to get a single wmv file.
How can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以轻松地使用 Splicer,它是免费且开源的 C# 版本
示例:
You can do that easily Use Splicer, it free and open source in C#
Example:
您可以使用 DirectShow 或 Windows Media Encoder 分割和合并视频文件。
DirectShowNet 库 提供的示例可能对您有用。我认为它叫做 DESCombine。
You can split and join video files using DirectShow or the Windows Media Encoder.
DirectShowNet library has examples which you might find useful. I think its called DESCombine.