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

2019-01-26 21:07发布

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?

2条回答
Ridiculous、
2楼-- · 2019-01-26 21:39

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

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

查看更多
冷血范
3楼-- · 2019-01-26 21:43

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++

查看更多
登录 后发表回答