I want to create an application which will take the web cam as an input and save the captured video as an flv file.
我想创建一个应用程序,它将把网络摄像头作为输入,并将捕获的视频保存为flv文件。
I am looking at Adobe's Flash Live Media Encoder for the same but it doesn't have an API but has a command line tool for the encoding.
我正在考虑使用Adobe的Flash Live Media Encoder,但它没有API但是有一个用于编码的命令行工具。
Please suggest some other alternatives i could look at.
请提出一些我可以看到的其他替代方案。
1 个解决方案
#1
Look at OpenCV (http://opencv.willowgarage.com/wiki/) and VLC (http://www.videolan.org/vlc/).
请看OpenCV(http://opencv.willowgarage.com/wiki/)和VLC(http://www.videolan.org/vlc/)。
UPDATE: I'm using this port of OpenCV for C# http://www.emgu.com/wiki/index.php/OpenCV
更新:我正在使用OpenCV的这个端口用于C#http://www.emgu.com/wiki/index.php/OpenCV
#1
Look at OpenCV (http://opencv.willowgarage.com/wiki/) and VLC (http://www.videolan.org/vlc/).
请看OpenCV(http://opencv.willowgarage.com/wiki/)和VLC(http://www.videolan.org/vlc/)。
UPDATE: I'm using this port of OpenCV for C# http://www.emgu.com/wiki/index.php/OpenCV
更新:我正在使用OpenCV的这个端口用于C#http://www.emgu.com/wiki/index.php/OpenCV