Silverlight 有没有办法在保存之前压缩网络摄像头的视频?
我们正在 Silverlight 中从网络摄像头捕获一些视频,我期待有一种解决方案可以在保存视频之前对其进行实时编码,以便文件大小不会膨胀太多。是否有现成的解决方案,或者我们是否必须编写一些自定义编解码器?
We are capturing some video from a webcam in Silverlight, and I'm looking forward for a solution to encode the video real-time before it is getting saved, so that the file size is not bloated up too much. Is there an already available solution, or whether we've to write some custom codecs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从编解码器的角度来看,我找到了一个开源项目。 http://silverlightencoder.codeplex.com/。
请核实。
from a codec point, I found a open source project. http://silverlightencoder.codeplex.com/.
Please verify.