We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我建议使用 FFMPEG 来完成您的任务。有关在 C# 中使用 ffmpeg 的更多信息,请访问:
http:// it.toolbox.com/blogs/rymoore/using-c-ffmpeg-11334
Sourceforge 有一个将 ffmpeg 集成到 ac# 应用程序中的示例项目。
http://sourceforge.net/projects/sharpffmpeg/files/
这是一个 stackoverflow 讨论与 c# 和 ffmpeg 相关。您可能还会发现这很有用。
C#/.NET 的实体 FFmpeg 包装器
I would suggest utilizing FFMPEG to accomplish your task. More information on using ffmpeg with C# can be found at :
http://it.toolbox.com/blogs/rymoore/using-c-ffmpeg-11334
Sourceforge has an example project integrating ffmpeg into a c# application.
http://sourceforge.net/projects/sharpffmpeg/files/
Here ais a stackoverflow discussion relating to c# and ffmpeg. You may also find this useful.
Solid FFmpeg wrapper for C#/.NET