How to burn video DVD from c#? [closed]

醉酒当歌 提交于 2019-12-29 08:02:14

问题


I need to burn video dvd from my web cam in C# application? What is the right way to do it? What are required steps?

I guess I must create image with right folder structure and MPEG2 video and then burn it to DVD? IMAPI2?


回答1:


SharpRecorder is a library for burning CDs and DVDs with C#.

http://code.google.com/p/sharprecorder/




回答2:


im looking for a library too, but so far going to the IMAPI is the best thing so far, bwgburn is an application, there is also LetitBurn, wich uses the libburn library wich is for C++



来源:https://stackoverflow.com/questions/1441227/how-to-burn-video-dvd-from-c

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