How can I create an H.264 encoded movie from a set of images in c#?

旧时模样 提交于 2020-01-10 19:42:14

问题


I have been doing a lot of searching today for C# libraries which will allow me to create H.264 encoded video files. Does anyone know if any such libraries or 3rd party components exist?


回答1:


Use ffmpeg. I suggest to run a ffmpeg process directly, like in this sample: http://jasonjano.wordpress.com/2010/02/09/a-simple-c-wrapper-for-ffmpeg/

While the sample doesn't deal with the operation you need, I suggest to adapt it to your needs.




回答2:


ffmpeg-sharp is probably a good starting point.



来源:https://stackoverflow.com/questions/2509648/how-can-i-create-an-h-264-encoded-movie-from-a-set-of-images-in-c

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