本文介绍了实时wmv视频编码在C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何编写视频,并通过网络从C#发送?
How to encode video on the fly and send it trough the network from C#?
找不到合适的库。我需要在WMV编码,不介意如果实际编码是在C ++中进行的,只要库有一个.NET程序集可用。
Can't find a suitable library. I need to encode in WMV and don't mind if the actual encoding is made in C++ as long as the library has a .NET assembly available.
谢谢
推荐答案
我知道,但它只是本机C代码。如果你可以互操作性,这可能是你的票。
I'm aware of ffmpeg, but it is native C code only. If you're ok with interoperability this may be your ticket.
编辑:事实证明,有人已经把它包装在.NET程序集中。这被称为。
It turns out someone already wrapped this in a .NET assembly. It's called FFlib.NET.
这篇关于实时wmv视频编码在C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!