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?

link|improve this question

60% accept rate
feedback

2 Answers

up vote 4 down vote accepted

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

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

link|improve this answer
1  
Please provide an explanation for the downvote, thanks. – Robert Harvey Sep 17 '09 at 20:52
+1, I hate no-comment downvoters. – Kyle Rozendo Sep 17 '09 at 20:53
sharprecorder is not a library for burning CDs and DVDs with C#, it is an application. bwgburn is the library which burns CDs and DVDs for C#. sourceforge.net/projects/bwgburn – sixlettervariables Sep 17 '09 at 20:58
Well, it says on the SharpRecorder page that it is a library. – Robert Harvey Sep 17 '09 at 21:05
1  
It just fronts BWGBurn using most of the sample code given in one of the readme's. – sixlettervariables Sep 17 '09 at 21:07
show 1 more comment
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.