Create an .avi file from a list of bitmap images

久未见 提交于 2019-12-10 14:43:07

问题


I am currently trying to make a screen recorder. I made list of bitmap images and want to put them in an .avi file. Is there anyway to do that in C#?

note: i'm a novice, so keep things simple


回答1:


Try this site which has downloadable examples as well: A Simple C# Wrapper for the AviFile Library.




回答2:


Try SharpAvi library. Its sources include a sample screen recording application.



来源:https://stackoverflow.com/questions/11802778/create-an-avi-file-from-a-list-of-bitmap-images

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