如何在 C# 中将 MJPEG 流写入磁盘?(AVI、MPEG 或 OGG)
问问题
4014 次
2 回答
1
A library for reading/decoding MJPEG streams was recently released in C#, maybe it will help. You can find it here: http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder
于 2011-02-11T15:36:50.527 回答
1
您创建一个FileStream
将是您要写入的文件,并使用 MJPEG 流作为输入来写入该流。
于 2011-01-11T14:45:01.083 回答