Write MJPEG stream to disk

孤者浪人 提交于 2020-01-03 15:50:10

问题


How can I write an MJPEG stream to disk in C#? (AVI, MPEG or OGG)


回答1:


You create a FileStream that will be the file you want to write to and use the MJPEG stream as an input to write to this stream.




回答2:


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



来源:https://stackoverflow.com/questions/4658742/write-mjpeg-stream-to-disk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!